summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-03-29 00:02:45 +0000
committerTim Harder <radhermit@gentoo.org>2014-03-29 00:02:45 +0000
commit5f77eb3fbcf5410a83dc9b02949b0077b66f308a (patch)
treecf0132f6d5d4ce44a117a9c846b48b0707999d6d /app-vim
parentVersion bump. (diff)
downloadgentoo-2-5f77eb3fbcf5410a83dc9b02949b0077b66f308a.tar.gz
gentoo-2-5f77eb3fbcf5410a83dc9b02949b0077b66f308a.tar.bz2
gentoo-2-5f77eb3fbcf5410a83dc9b02949b0077b66f308a.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/csv/ChangeLog6
-rw-r--r--app-vim/csv/csv-0.22.ebuild27
-rw-r--r--app-vim/csv/csv-0.26.ebuild16
-rw-r--r--app-vim/csv/csv-0.28.ebuild16
4 files changed, 5 insertions, 60 deletions
diff --git a/app-vim/csv/ChangeLog b/app-vim/csv/ChangeLog
index 7db421d89b50..8d4702539956 100644
--- a/app-vim/csv/ChangeLog
+++ b/app-vim/csv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/csv
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/ChangeLog,v 1.16 2014/03/29 00:02:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/ChangeLog,v 1.17 2014/03/29 00:02:45 radhermit Exp $
+
+ 29 Mar 2014; Tim Harder <radhermit@gentoo.org> -csv-0.22.ebuild,
+ -csv-0.26.ebuild, -csv-0.28.ebuild:
+ Remove old.
*csv-0.30 (29 Mar 2014)
diff --git a/app-vim/csv/csv-0.22.ebuild b/app-vim/csv/csv-0.22.ebuild
deleted file mode 100644
index 9aa09ff5dd0e..000000000000
--- a/app-vim/csv/csv-0.22.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/csv-0.22.ebuild,v 1.1 2011/11/13 20:07:28 radhermit Exp $
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="csv.vim"
-DESCRIPTION="vim plugin: display and alter csv files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV:2:2} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="ft-csv.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm README || die
-}
diff --git a/app-vim/csv/csv-0.26.ebuild b/app-vim/csv/csv-0.26.ebuild
deleted file mode 100644
index 27f43b9a1586..000000000000
--- a/app-vim/csv/csv-0.26.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/csv-0.26.ebuild,v 1.1 2012/08/03 10:38:47 radhermit Exp $
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-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"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="ft-csv.txt"
diff --git a/app-vim/csv/csv-0.28.ebuild b/app-vim/csv/csv-0.28.ebuild
deleted file mode 100644
index 40863926822e..000000000000
--- a/app-vim/csv/csv-0.28.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/csv-0.28.ebuild,v 1.3 2013/11/30 12:49:54 johu Exp $
-
-EAPI="5"
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-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"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="ft-csv.txt"