diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-06 00:56:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-06 00:56:15 +0000 |
commit | 7384bbc040207a80a86d215ded25244db8be3936 (patch) | |
tree | ba8f169131893789520e22722f319a6b6f291183 /app-vim | |
parent | added ~amd64 to KEYWORDS. see #79435 (diff) | |
download | gentoo-2-7384bbc040207a80a86d215ded25244db8be3936.tar.gz gentoo-2-7384bbc040207a80a86d215ded25244db8be3936.tar.bz2 gentoo-2-7384bbc040207a80a86d215ded25244db8be3936.zip |
Stable on alpha.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/locateopen/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/locateopen/locateopen-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog index 53fc21a267c0..0db107443626 100644 --- a/app-vim/locateopen/ChangeLog +++ b/app-vim/locateopen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/locateopen # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.14 2005/02/01 19:39:46 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.15 2005/02/06 00:56:15 kloeri Exp $ + + 06 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> locateopen-1.1.ebuild: + Stable on alpha. 01 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> locateopen-1.1.ebuild: x86, sparc, mips stable diff --git a/app-vim/locateopen/locateopen-1.1.ebuild b/app-vim/locateopen/locateopen-1.1.ebuild index 3633df7a5185..77f3a151ce6b 100644 --- a/app-vim/locateopen/locateopen-1.1.ebuild +++ b/app-vim/locateopen/locateopen-1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.1.ebuild,v 1.2 2005/02/01 19:39:46 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.1.ebuild,v 1.3 2005/02/06 00:56:15 kloeri Exp $ inherit vim-plugin DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="sparc x86 ~alpha ~ia64 mips ~ppc ~amd64" +KEYWORDS="sparc x86 alpha ~ia64 mips ~ppc ~amd64" IUSE="" RDEPEND="${RDEPEND} sys-apps/slocate" |