summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-01-07 23:27:56 +0000
committerTim Harder <radhermit@gentoo.org>2011-01-07 23:27:56 +0000
commit1e46911cba768fc921e7dc26fcd537f910fab79b (patch)
tree1b30acfb45f23f7bf18acb5e426cdfbc37120e93 /app-vim/autoalign
parentMarking lxsplit-0.2.4 ppc for bug 350689 (diff)
downloadgentoo-2-1e46911cba768fc921e7dc26fcd537f910fab79b.tar.gz
gentoo-2-1e46911cba768fc921e7dc26fcd537f910fab79b.tar.bz2
gentoo-2-1e46911cba768fc921e7dc26fcd537f910fab79b.zip
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/autoalign')
-rw-r--r--app-vim/autoalign/ChangeLog6
-rw-r--r--app-vim/autoalign/autoalign-11.ebuild25
-rw-r--r--app-vim/autoalign/autoalign-5.ebuild35
3 files changed, 5 insertions, 61 deletions
diff --git a/app-vim/autoalign/ChangeLog b/app-vim/autoalign/ChangeLog
index c245731bf7d9..6fe3768dc618 100644
--- a/app-vim/autoalign/ChangeLog
+++ b/app-vim/autoalign/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/autoalign
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.33 2011/01/07 22:08:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.34 2011/01/07 23:27:55 radhermit Exp $
+
+ 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -autoalign-5.ebuild,
+ -autoalign-11.ebuild:
+ Remove old
07 Jan 2011; Brent Baude <ranger@gentoo.org> autoalign-13.ebuild:
stable ppc, bug 345037
diff --git a/app-vim/autoalign/autoalign-11.ebuild b/app-vim/autoalign/autoalign-11.ebuild
deleted file mode 100644
index 13798d78311a..000000000000
--- a/app-vim/autoalign/autoalign-11.ebuild
+++ /dev/null
@@ -1,25 +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/autoalign/autoalign-11.ebuild,v 1.7 2008/09/20 12:14:51 hawking Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=app-vim/align-30
- >=app-vim/cecutil-4"
-
-VIM_PLUGIN_HELPFILES="autoalign"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Don't use the cecutil.vim included in the tarball, use the one
- # provided by app-vim/cecutil instead.
- rm plugin/cecutil.vim
-}
diff --git a/app-vim/autoalign/autoalign-5.ebuild b/app-vim/autoalign/autoalign-5.ebuild
deleted file mode 100644
index ef1c442d7485..000000000000
--- a/app-vim/autoalign/autoalign-5.ebuild
+++ /dev/null
@@ -1,35 +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/autoalign/autoalign-5.ebuild,v 1.10 2010/10/07 02:55:31 leio Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=app-vim/align-30
- >=app-vim/cecutil-4
- !>=app-editors/vim-core-7"
-
-VIM_PLUGIN_HELPFILES="autoalign"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Don't use the cecutil.vim included in the tarball, use the one
- # provided by app-vim/cecutil instead.
- rm plugin/cecutil.vim
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
-
- ewarn
- ewarn "This plugin only works properly when vim is in virtualedit"
- ewarn "mode. To enable this, use:"
- ewarn " :set virtualedit=all"
- ewarn
-}