summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-24 04:08:58 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-24 04:11:40 +0000
commitaa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c (patch)
tree7d4aec4c1f105d7504954987aee69810b0104aa8
parentapp-vim/csv: EAPI 6 bump. (diff)
downloadgentoo-aa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c.tar.gz
gentoo-aa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c.tar.bz2
gentoo-aa1f9e251d58ff0448ea23204e4e3c40f1b8ab4c.zip
app-vim/csv: Clean up old.
Package-Manager: portage-2.2.28
-rw-r--r--app-vim/csv/csv-0.31-r1.ebuild2
-rw-r--r--app-vim/csv/csv-0.31.ebuild14
2 files changed, 1 insertions, 15 deletions
diff --git a/app-vim/csv/csv-0.31-r1.ebuild b/app-vim/csv/csv-0.31-r1.ebuild
index 1f380ce1351c..baab58fef23b 100644
--- a/app-vim/csv/csv-0.31-r1.ebuild
+++ b/app-vim/csv/csv-0.31-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/app-vim/csv/csv-0.31.ebuild b/app-vim/csv/csv-0.31.ebuild
deleted file mode 100644
index ac1776c16254..000000000000
--- a/app-vim/csv/csv-0.31.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display and alter csv files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="ft-csv.txt"