summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-11-11 10:20:50 +0000
committerTim Harder <radhermit@gentoo.org>2010-11-11 10:20:50 +0000
commit439b3f9773c83ad21ae776f281da96cfc0e34820 (patch)
tree6f41dec6efe5c096369d14532d25dd22214e9d44 /app-vim/alternate
parentUse virtual/jpeg wrt #327487. cleanup (diff)
downloadgentoo-2-439b3f9773c83ad21ae776f281da96cfc0e34820.tar.gz
gentoo-2-439b3f9773c83ad21ae776f281da96cfc0e34820.tar.bz2
gentoo-2-439b3f9773c83ad21ae776f281da96cfc0e34820.zip
Drop old versions.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/alternate')
-rw-r--r--app-vim/alternate/ChangeLog6
-rw-r--r--app-vim/alternate/alternate-2.12-r1.ebuild24
-rw-r--r--app-vim/alternate/alternate-2.15.ebuild24
3 files changed, 5 insertions, 49 deletions
diff --git a/app-vim/alternate/ChangeLog b/app-vim/alternate/ChangeLog
index 40c9cbd7a27c..a10e5983fab1 100644
--- a/app-vim/alternate/ChangeLog
+++ b/app-vim/alternate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/alternate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.48 2010/10/10 15:36:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.49 2010/11/11 10:20:50 radhermit Exp $
+
+ 11 Nov 2010; Tim Harder <radhermit@gentoo.org> -alternate-2.12-r1.ebuild,
+ -alternate-2.15.ebuild:
+ Drop old versions.
10 Oct 2010; Raúl Porcel <armin76@gentoo.org> alternate-2.18.ebuild:
alpha/ia64/sparc stable wrt #339560
diff --git a/app-vim/alternate/alternate-2.12-r1.ebuild b/app-vim/alternate/alternate-2.12-r1.ebuild
deleted file mode 100644
index 9fb9fd104f2c..000000000000
--- a/app-vim/alternate/alternate-2.12-r1.ebuild
+++ /dev/null
@@ -1,24 +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/alternate/alternate-2.12-r1.ebuild,v 1.9 2010/10/07 02:51:49 leio Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: quickly switch between .c and .h files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31"
-
-LICENSE="as-is"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides a new :A command which will switch between a .c
-file and the associated .h file. There is also :AS to split windows and
-:AV to split windows vertiically."
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # fix switching between .cc and .hh files, thanks ciaranm
- epatch "${FILESDIR}"/${P}-hh-cc-alternation.patch
-}
diff --git a/app-vim/alternate/alternate-2.15.ebuild b/app-vim/alternate/alternate-2.15.ebuild
deleted file mode 100644
index 1f4595c4d667..000000000000
--- a/app-vim/alternate/alternate-2.15.ebuild
+++ /dev/null
@@ -1,24 +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/alternate/alternate-2.15.ebuild,v 1.4 2010/10/07 02:51:49 leio Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: quickly switch between .c and .h files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31"
-
-LICENSE="as-is"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides a new :A command which will switch between a .c
-file and the associated .h file. There is also :AS to split windows and
-:AV to split windows vertiically."
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # fix switching between .cc and .hh files, thanks ciaranm
- epatch "${FILESDIR}"/${PN}-2.12-hh-cc-alternation.patch
-}