diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:26:49 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:26:49 +0000 |
commit | a12f5df8d6480ef2f8a6e171ec1de190abce8b3d (patch) | |
tree | 1e3fd13b2aaf92dac321190e484c3a0cf2df9fa7 /app-vim/align | |
parent | Marking lxsplit-0.2.4 ppc for bug 350689 (diff) | |
download | gentoo-2-a12f5df8d6480ef2f8a6e171ec1de190abce8b3d.tar.gz gentoo-2-a12f5df8d6480ef2f8a6e171ec1de190abce8b3d.tar.bz2 gentoo-2-a12f5df8d6480ef2f8a6e171ec1de190abce8b3d.zip |
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/align/align-32.ebuild | 26 | ||||
-rw-r--r-- | app-vim/align/align-33.ebuild | 26 | ||||
-rw-r--r-- | app-vim/align/align-35.ebuild | 24 | ||||
-rw-r--r-- | app-vim/align/align-39.ebuild | 24 |
5 files changed, 5 insertions, 101 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 620bd5693dd6..c63df38b8d83 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/align # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.53 2011/01/07 22:07:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.54 2011/01/07 23:26:49 radhermit Exp $ + + 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -align-32.ebuild, + -align-33.ebuild, -align-35.ebuild, -align-39.ebuild: + Remove old 07 Jan 2011; Brent Baude <ranger@gentoo.org> align-41.ebuild: stable ppc, bug 345035 diff --git a/app-vim/align/align-32.ebuild b/app-vim/align/align-32.ebuild deleted file mode 100644 index cfdc3042feef..000000000000 --- a/app-vim/align/align-32.ebuild +++ /dev/null @@ -1,26 +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/align/align-32.ebuild,v 1.9 2010/10/07 02:48:58 leio Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="align align-maps" - -src_unpack() { - unpack ${A} - cd "${S}" - # this makes vim7 throw a hissy fit - sed -i -e 's/ version </ v:version </g' plugin/Align*.vim || die "bad sed" - - # nuke cecutil, we use the common shared version - rm -f plugin/cecutil.vim -} diff --git a/app-vim/align/align-33.ebuild b/app-vim/align/align-33.ebuild deleted file mode 100644 index f0a9498cd1a1..000000000000 --- a/app-vim/align/align-33.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/align/align-33.ebuild,v 1.7 2008/09/20 07:57:43 hawking Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" - -LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc ~x86" -IUSE="" -SLOT="0" -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="align align-maps" - -src_unpack() { - unpack ${A} - cd "${S}" - # this makes vim7 throw a hissy fit - sed -i -e 's/ version </ v:version </g' plugin/Align*.vim || die "bad sed" - - # nuke cecutil, we use the common shared version - rm -f plugin/cecutil.vim -} diff --git a/app-vim/align/align-35.ebuild b/app-vim/align/align-35.ebuild deleted file mode 100644 index f2c7fa5801e1..000000000000 --- a/app-vim/align/align-35.ebuild +++ /dev/null @@ -1,24 +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/align/align-35.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $ - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" - -LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" -SLOT="0" -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="align align-maps" - -src_unpack() { - unpack ${A} - cd "${S}" - # nuke cecutil, we use the common shared version - rm -f plugin/cecutil.vim -} diff --git a/app-vim/align/align-39.ebuild b/app-vim/align/align-39.ebuild deleted file mode 100644 index 9ba1ace29ceb..000000000000 --- a/app-vim/align/align-39.ebuild +++ /dev/null @@ -1,24 +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/align/align-39.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $ - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" - -LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" -SLOT="0" -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="align align-maps" - -src_unpack() { - unpack ${A} - cd "${S}" - # nuke cecutil, we use the common shared version - rm -f plugin/cecutil.vim -} |