diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 23:50:50 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 23:50:50 +0000 |
commit | 4a2922083467c7746ce6c9763ceca07ee64430a4 (patch) | |
tree | c66ecd3f5ba3c61b67e859694ed6c6b37d719b22 /app-vim/multiplesearch | |
parent | Version bump; updated metadata; fixed minor bug in 1.7 and 1.8 ebuilds, where... (diff) | |
download | gentoo-2-4a2922083467c7746ce6c9763ceca07ee64430a4.tar.gz gentoo-2-4a2922083467c7746ce6c9763ceca07ee64430a4.tar.bz2 gentoo-2-4a2922083467c7746ce6c9763ceca07ee64430a4.zip |
Stable on alpha.
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index ae9e66a548cf..da3ab157f5af 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/multiplesearch # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.8 2004/10/07 16:39:41 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.9 2004/10/09 23:50:50 kloeri Exp $ + + 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + multiplesearch-1.2.1-r1.ebuild: + Stable on alpha. 07 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> multiplesearch-1.2.1-r1.ebuild: diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild index e38e2e73de8c..0f92beeb4cbc 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-2004 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.3 2004/10/08 02:41:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.4 2004/10/09 23:50:50 kloeri Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ 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 ia64 mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="MultipleSearch" |