diff options
author | David Holm <dholm@gentoo.org> | 2004-03-16 01:07:25 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-16 01:07:25 +0000 |
commit | 71817a7f7cee21cef68ef6bc1c029f5c821da858 (patch) | |
tree | c5788ede18c66248742cfdf8ec7bb6fa78bcd3cc /app-vim/searchcomplete | |
parent | Added to ~pcp (diff) | |
download | historical-71817a7f7cee21cef68ef6bc1c029f5c821da858.tar.gz historical-71817a7f7cee21cef68ef6bc1c029f5c821da858.tar.bz2 historical-71817a7f7cee21cef68ef6bc1c029f5c821da858.zip |
Added to ~ppc
Diffstat (limited to 'app-vim/searchcomplete')
-rw-r--r-- | app-vim/searchcomplete/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/searchcomplete/searchcomplete-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/searchcomplete/ChangeLog b/app-vim/searchcomplete/ChangeLog index be1f57935c7f..4305cfedf25e 100644 --- a/app-vim/searchcomplete/ChangeLog +++ b/app-vim/searchcomplete/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/searchcomplete # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/ChangeLog,v 1.2 2004/01/23 15:46:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/ChangeLog,v 1.3 2004/03/16 01:01:41 dholm Exp $ + + 16 Mar 2004; David Holm <dholm@gentoo.org> searchcomplete-1.1.ebuild: + Added to ~ppc. 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> searchcomplete-1.1.ebuild: stable on alpha and ia64 diff --git a/app-vim/searchcomplete/searchcomplete-1.1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1.ebuild index 9f02fd12a4db..e3cf9d1c3717 100644 --- a/app-vim/searchcomplete/searchcomplete-1.1.ebuild +++ b/app-vim/searchcomplete/searchcomplete-1.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/searchcomplete/searchcomplete-1.1.ebuild,v 1.2 2004/01/23 15:46:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/searchcomplete-1.1.ebuild,v 1.3 2004/03/16 01:01:41 dholm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: tab completion in searches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474" LICENSE="GPL-2" -KEYWORDS="alpha ~sparc ~x86 ia64" +KEYWORDS="alpha ~sparc ~x86 ia64 ~ppc" |