summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 12:14:51 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 12:14:51 +0000
commit581c713cd75e50112b2c3c7131422d9ee928115b (patch)
tree20cda6d399cf277ffbde824e7acdf62e452f829d /app-vim
parentamd64 stable - 238072 (diff)
downloadgentoo-2-581c713cd75e50112b2c3c7131422d9ee928115b.tar.gz
gentoo-2-581c713cd75e50112b2c3c7131422d9ee928115b.tar.bz2
gentoo-2-581c713cd75e50112b2c3c7131422d9ee928115b.zip
Version bump. Quoting. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/autoalign/ChangeLog11
-rw-r--r--app-vim/autoalign/autoalign-11.ebuild6
-rw-r--r--app-vim/autoalign/autoalign-13.ebuild (renamed from app-vim/autoalign/autoalign-6.ebuild)9
-rw-r--r--app-vim/autoalign/autoalign-4.ebuild29
-rw-r--r--app-vim/autoalign/autoalign-5.ebuild6
-rw-r--r--app-vim/autoalign/autoalign-8.ebuild35
6 files changed, 19 insertions, 77 deletions
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 <hawking@gentoo.org> -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 <pylon@gentoo.org> 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-6.ebuild b/app-vim/autoalign/autoalign-13.ebuild
index 96d640611913..251e75534eb4 100644
--- a/app-vim/autoalign/autoalign-6.ebuild
+++ b/app-vim/autoalign/autoalign-13.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-6.ebuild,v 1.2 2006/09/19 13:42:04 pioto Exp $
+# $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
@@ -11,15 +11,14 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=app-vim/align-30
- >=app-vim/cecutil-4
- !>=app-editors/vim-core-7"
+ >=app-vim/cecutil-4"
VIM_PLUGIN_HELPFILES="autoalign"
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-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-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
-}