diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:27:56 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:27:56 +0000 |
commit | 614d33c704f85ea4055f68043bcda88281c7908e (patch) | |
tree | b61ecd6c042a823149495bba4fc2bb3c6af35569 /app-vim/enhancedcommentify | |
parent | Marking symlinks-1.4 ppc for bug 350698 (diff) | |
download | historical-614d33c704f85ea4055f68043bcda88281c7908e.tar.gz historical-614d33c704f85ea4055f68043bcda88281c7908e.tar.bz2 historical-614d33c704f85ea4055f68043bcda88281c7908e.zip |
Remove old
Package-Manager: portage-2.2.0_alpha12/cvs/Linux x86_64
Diffstat (limited to 'app-vim/enhancedcommentify')
-rw-r--r-- | app-vim/enhancedcommentify/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.1-r4.ebuild | 27 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.2.ebuild | 26 |
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 -} |