From 581c713cd75e50112b2c3c7131422d9ee928115b Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Sat, 20 Sep 2008 12:14:51 +0000 Subject: Version bump. Quoting. Drop old. (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64) --- app-vim/autoalign/ChangeLog | 11 +++++++++-- app-vim/autoalign/autoalign-11.ebuild | 6 +++--- app-vim/autoalign/autoalign-13.ebuild | 25 +++++++++++++++++++++++++ app-vim/autoalign/autoalign-4.ebuild | 29 ----------------------------- app-vim/autoalign/autoalign-5.ebuild | 6 +++--- app-vim/autoalign/autoalign-6.ebuild | 26 -------------------------- app-vim/autoalign/autoalign-8.ebuild | 35 ----------------------------------- 7 files changed, 40 insertions(+), 98 deletions(-) create mode 100644 app-vim/autoalign/autoalign-13.ebuild delete mode 100644 app-vim/autoalign/autoalign-4.ebuild delete mode 100644 app-vim/autoalign/autoalign-6.ebuild delete mode 100644 app-vim/autoalign/autoalign-8.ebuild (limited to 'app-vim') diff --git a/app-vim/autoalign/ChangeLog b/app-vim/autoalign/ChangeLog index f103dc9df51e..63f5523fd25a 100644 --- a/app-vim/autoalign/ChangeLog +++ b/app-vim/autoalign/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-vim/autoalign -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.27 2007/05/24 09:50:55 pylon Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.28 2008/09/20 12:14:51 hawking Exp $ + +*autoalign-13 (20 Sep 2008) + + 20 Sep 2008; Ali Polatel -autoalign-4.ebuild, + autoalign-5.ebuild, -autoalign-6.ebuild, -autoalign-8.ebuild, + autoalign-11.ebuild, +autoalign-13.ebuild: + Version bump. Quoting. Drop old. 24 May 2007; Lars Weiler autoalign-11.ebuild: Stable on ppc; bug #170899. diff --git a/app-vim/autoalign/autoalign-11.ebuild b/app-vim/autoalign/autoalign-11.ebuild index 3c02adf15b41..13798d78311a 100644 --- a/app-vim/autoalign/autoalign-11.ebuild +++ b/app-vim/autoalign/autoalign-11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.6 2007/05/24 09:50:55 pylon Exp $ +# $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 @@ -18,7 +18,7 @@ VIM_PLUGIN_MESSAGES="filetype" src_unpack() { unpack ${A} - cd ${S} + 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-13.ebuild b/app-vim/autoalign/autoalign-13.ebuild new file mode 100644 index 000000000000..251e75534eb4 --- /dev/null +++ b/app-vim/autoalign/autoalign-13.ebuild @@ -0,0 +1,25 @@ +# 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-13.ebuild,v 1.1 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-4.ebuild b/app-vim/autoalign/autoalign-4.ebuild deleted file mode 100644 index cc16170492ff..000000000000 --- a/app-vim/autoalign/autoalign-4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-4.ebuild,v 1.9 2006/09/19 13:42:04 pioto 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="x86 sparc mips ~ppc amd64 alpha ia64" -IUSE="" - -RDEPEND=">=app-vim/align-28 - >=app-vim/cecutil-3 - !>=app-editors/vim-core-7" - -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 -} - -VIM_PLUGIN_HELPTEXT=\ -"This plugin will make vim automatically align assignment and similar -statements when editing bib, c, c++, tex or vim code. To disable this -plugin, use :let b:autoalign=0 , and to turn it back on again use -:let b:autoalign=1 ." diff --git a/app-vim/autoalign/autoalign-5.ebuild b/app-vim/autoalign/autoalign-5.ebuild index 922bc00c8ee9..11317c3e45bf 100644 --- a/app-vim/autoalign/autoalign-5.ebuild +++ b/app-vim/autoalign/autoalign-5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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-5.ebuild,v 1.8 2006/09/19 13:42:04 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-5.ebuild,v 1.9 2008/09/20 12:14:51 hawking Exp $ inherit vim-plugin @@ -18,7 +18,7 @@ VIM_PLUGIN_HELPFILES="autoalign" src_unpack() { unpack ${A} - cd ${S} + 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-6.ebuild b/app-vim/autoalign/autoalign-6.ebuild deleted file mode 100644 index 96d640611913..000000000000 --- a/app-vim/autoalign/autoalign-6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-6.ebuild,v 1.2 2006/09/19 13:42:04 pioto 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" -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-8.ebuild b/app-vim/autoalign/autoalign-8.ebuild deleted file mode 100644 index 1d492871a3db..000000000000 --- a/app-vim/autoalign/autoalign-8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-8.ebuild,v 1.3 2007/07/11 05:14:07 mr_bones_ 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" -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 -} - -pkg_postinst() { - vim-plugin_pkg_postinst - - echo - ewarn "This plugin may operate incorrectly when 've is set to a value" - ewarn "other than 'all'." - echo -} -- cgit v1.2.3-65-gdbad