diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 23:51:07 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 23:51:07 +0000 |
commit | 490da706be86c7db3979289b0cf7d836f03396b4 (patch) | |
tree | 917a3940564a2ea8c4487ad68fdc9bd275ca163f | |
parent | Fix manifest. /me mutters at Cardoe (diff) | |
download | historical-490da706be86c7db3979289b0cf7d836f03396b4.tar.gz historical-490da706be86c7db3979289b0cf7d836f03396b4.tar.bz2 historical-490da706be86c7db3979289b0cf7d836f03396b4.zip |
Added ~amd64.
Package-Manager: portage-2.1.4.4
-rw-r--r-- | app-vim/errsign/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/errsign/errsign-0.1.ebuild | 6 | ||||
-rw-r--r-- | app-vim/greputils/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/greputils/greputils-2.8.ebuild | 6 | ||||
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild | 10 | ||||
-rw-r--r-- | app-vim/pushpop/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/pushpop/pushpop-2.4.ebuild | 6 |
8 files changed, 35 insertions, 22 deletions
diff --git a/app-vim/errsign/ChangeLog b/app-vim/errsign/ChangeLog index 503c5fd030e2..b9b2586d3c77 100644 --- a/app-vim/errsign/ChangeLog +++ b/app-vim/errsign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/errsign -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/ChangeLog,v 1.7 2007/02/21 23:59:19 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/ChangeLog,v 1.8 2008/03/25 23:51:07 coldwind Exp $ + + 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> errsign-0.1.ebuild: + Added ~amd64. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild index 76c8ec5ce07f..444c6712a04c 100644 --- a/app-vim/errsign/errsign-0.1.ebuild +++ b/app-vim/errsign/errsign-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/errsign/errsign-0.1.ebuild,v 1.6 2005/06/05 12:13:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/errsign-0.1.ebuild,v 1.7 2008/03/25 23:51:07 coldwind Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: display marks on lines with errors" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027" LICENSE="as-is" -KEYWORDS="alpha ia64 mips ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/greputils/ChangeLog b/app-vim/greputils/ChangeLog index 4b7f61e0f001..5bd177b3a2e6 100644 --- a/app-vim/greputils/ChangeLog +++ b/app-vim/greputils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/greputils -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/greputils/ChangeLog,v 1.14 2007/02/22 00:01:52 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/greputils/ChangeLog,v 1.15 2008/03/25 23:48:11 coldwind Exp $ + + 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> greputils-2.8.ebuild: + Added ~amd64. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/greputils/greputils-2.8.ebuild b/app-vim/greputils/greputils-2.8.ebuild index c2b514de8105..27161daeb83d 100644 --- a/app-vim/greputils/greputils-2.8.ebuild +++ b/app-vim/greputils/greputils-2.8.ebuild @@ -1,13 +1,13 @@ -# 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/greputils/greputils-2.8.ebuild,v 1.5 2006/11/20 07:59:10 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/greputils/greputils-2.8.ebuild,v 1.6 2008/03/25 23:48:11 coldwind Exp $ inherit vim-plugin DESCRIPTION="vim plugin: interface with grep, find and id-utils" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062" LICENSE="GPL-2" -KEYWORDS="alpha ia64 mips ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPURI="${HOMEPAGE}" diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index 58d98df1a470..75cdf161a616 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/multiplesearch -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.13 2007/02/22 00:05:45 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.14 2008/03/25 23:46:37 coldwind Exp $ + + 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> + multiplesearch-1.2.1-r1.ebuild: + Added ~amd64. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild index e3841122b08a..c6571080618e 100644 --- a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild +++ b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.6 2005/04/24 12:12:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.7 2008/03/25 23:46:37 coldwind Exp $ inherit vim-plugin @@ -8,18 +8,18 @@ DESCRIPTION="vim plugin: allows multiple highlighted searches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" LICENSE="vim" -KEYWORDS="alpha ia64 mips ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="MultipleSearch" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # There's good documentation included with the script, but it's not # in a helpfile. Since there's rather too much information to include # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir ${S}/doc + mkdir "${S}"/doc sed -e '1,/"-\+$/d' -e '/" -\+$/,9999d' -e 's/^" \?//' \ -e 's/^\(MultipleSearch\)/*\1*\n\n\1/' \ plugin/MultipleSearch.vim \ diff --git a/app-vim/pushpop/ChangeLog b/app-vim/pushpop/ChangeLog index 4f3365089d9d..373278b9e06a 100644 --- a/app-vim/pushpop/ChangeLog +++ b/app-vim/pushpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/pushpop -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.8 2006/11/22 05:36:14 wormo Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.9 2008/03/25 23:43:53 coldwind Exp $ + + 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> pushpop-2.4.ebuild: + Added ~amd64. 22 Nov 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> pushpop-2.4.ebuild: diff --git a/app-vim/pushpop/pushpop-2.4.ebuild b/app-vim/pushpop/pushpop-2.4.ebuild index f833a9c70203..9f25c888f6f1 100644 --- a/app-vim/pushpop/pushpop-2.4.ebuild +++ b/app-vim/pushpop/pushpop-2.4.ebuild @@ -1,13 +1,13 @@ -# 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/pushpop/pushpop-2.4.ebuild,v 1.8 2006/11/22 05:36:14 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/pushpop-2.4.ebuild,v 1.9 2008/03/25 23:43:53 coldwind Exp $ inherit vim-plugin DESCRIPTION="vim plugin: pushd / popd from the vim commandline" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=129" LICENSE="GPL-2" -KEYWORDS="x86 sparc mips ppc alpha ia64" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" RDEPEND=">=app-vim/genutils-1.1 |