summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-01-07 23:07:50 +0000
committerTim Harder <radhermit@gentoo.org>2011-01-07 23:07:50 +0000
commit18150019a444ded56363d1034724eabeb38596bf (patch)
treec7e058a01d2387e63c69adb58536052f1f357b5d /app-vim
parentAlso import python improvements to 9999 ebuild. (diff)
downloadgentoo-2-18150019a444ded56363d1034724eabeb38596bf.tar.gz
gentoo-2-18150019a444ded56363d1034724eabeb38596bf.tar.bz2
gentoo-2-18150019a444ded56363d1034724eabeb38596bf.zip
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/enhancedcommentify/ChangeLog6
-rw-r--r--app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild27
-rw-r--r--app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild26
3 files changed, 5 insertions, 54 deletions
diff --git a/app-vim/enhancedcommentify/ChangeLog b/app-vim/enhancedcommentify/ChangeLog
index e8c9b2e5bbce..7944c874a00f 100644
--- a/app-vim/enhancedcommentify/ChangeLog
+++ b/app-vim/enhancedcommentify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/enhancedcommentify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.36 2011/01/07 22:43:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.37 2011/01/07 23:07:50 radhermit Exp $
+
+ 07 Jan 2011; Tim Harder <radhermit@gentoo.org>
+ -enhancedcommentify-2.1-r4.ebuild, -enhancedcommentify-2.2.ebuild:
+ Remove old
07 Jan 2011; Brent Baude <ranger@gentoo.org>
enhancedcommentify-2.3.ebuild:
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild
deleted file mode 100644
index ed8fcc82ab04..000000000000
--- a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild,v 1.8 2010/10/07 03:10:30 leio Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: enhanced comment creation"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23"
-SRC_URI="mirror://gentoo/${P}-r1.tar.bz2"
-
-LICENSE="BSD"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="EnhancedCommentify"
-
-DEPEND="${DEPEND} >=sys-apps/sed-4"
-# bug #74897
-RDEPEND="!app-vim/ctx"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # gentooy things, bug #79185
- epatch "${FILESDIR}"/${P}-gentooisms.patch
- epatch "${FILESDIR}"/${P}-extra-ft-support.patch
-}
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild
deleted file mode 100644
index 4ad43fdbda27..000000000000
--- a/app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild,v 1.2 2008/04/16 09:03:46 hawking Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: enhanced comment creation"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23"
-
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="EnhancedCommentify"
-
-DEPEND="${DEPEND} >=sys-apps/sed-4"
-# bug #74897
-RDEPEND="!app-vim/ctx"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # gentooy things, bug #79185
- epatch "${FILESDIR}"/${PN}-2.1-gentooisms.patch
- epatch "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch
-}