diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 23:46:37 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 23:46:37 +0000 |
commit | ed2fe11d9bce7e683650faa67b3f698598b99587 (patch) | |
tree | 0db007c6feb33113d4a1b51cc60a7505c4eb0a20 /app-vim | |
parent | Added ~amd64. (diff) | |
download | gentoo-2-ed2fe11d9bce7e683650faa67b3f698598b99587.tar.gz gentoo-2-ed2fe11d9bce7e683650faa67b3f698598b99587.tar.bz2 gentoo-2-ed2fe11d9bce7e683650faa67b3f698598b99587.zip |
Added ~amd64.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
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 \ |