Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csv/
Date: Fri, 24 Jun 2016 04:39:39
Message-Id: 1466741500.aa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c.monsieurp@gentoo
1 commit: aa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 04:08:58 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 04:11:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1f9e25
7
8 app-vim/csv: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/csv/csv-0.31-r1.ebuild | 2 +-
13 app-vim/csv/csv-0.31.ebuild | 14 --------------
14 2 files changed, 1 insertion(+), 15 deletions(-)
15
16 diff --git a/app-vim/csv/csv-0.31-r1.ebuild b/app-vim/csv/csv-0.31-r1.ebuild
17 index 1f380ce..baab58f 100644
18 --- a/app-vim/csv/csv-0.31-r1.ebuild
19 +++ b/app-vim/csv/csv-0.31-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26
27 diff --git a/app-vim/csv/csv-0.31.ebuild b/app-vim/csv/csv-0.31.ebuild
28 deleted file mode 100644
29 index ac1776c..0000000
30 --- a/app-vim/csv/csv-0.31.ebuild
31 +++ /dev/null
32 @@ -1,14 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -
39 -inherit vim-plugin
40 -
41 -DESCRIPTION="vim plugin: display and alter csv files"
42 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830"
43 -LICENSE="vim"
44 -KEYWORDS="amd64 x86"
45 -
46 -VIM_PLUGIN_HELPFILES="ft-csv.txt"