diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 11:05:37 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 11:05:37 +0000 |
commit | 3c8aa89e9e5139c42cfd6542fc7dfc3d1cc4b0d2 (patch) | |
tree | 82d0cc35c61fc165b6e45dd782fa0316490fccca /app-vim/multiplesearch | |
parent | amd64 keyword (Manifest recommit) (diff) | |
download | gentoo-2-3c8aa89e9e5139c42cfd6542fc7dfc3d1cc4b0d2.tar.gz gentoo-2-3c8aa89e9e5139c42cfd6542fc7dfc3d1cc4b0d2.tar.bz2 gentoo-2-3c8aa89e9e5139c42cfd6542fc7dfc3d1cc4b0d2.zip |
stable on x86, sparc, added ~mips
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index aed0fc0476f1..16d7052d421f 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/multiplesearch # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.2 2004/01/23 15:46:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.3 2004/02/06 11:05:37 ciaranm Exp $ + + 06 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> + multiplesearch-1.2.1.ebuild: + Stable on x86, sparc ; added ~mips 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> multiplesearch-1.2.1.ebuild: stable on alpha and ia64 diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild index c59136f20959..e90d89f2d1c0 100644 --- a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild +++ b/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild,v 1.2 2004/01/23 15:46:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild,v 1.3 2004/02/06 11:05:37 ciaranm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: allows multiple highlighted searches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" LICENSE="vim" -KEYWORDS="alpha ~sparc ~x86 ia64" +KEYWORDS="alpha sparc x86 ia64 ~mips" |