diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:52:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:52:22 +0000 |
commit | ff840c07f5d8a979be435f8f0c67cd3cce10f07c (patch) | |
tree | 84477fa14366be346508f9ea8c16fba72319952d /app-vim/locateopen | |
parent | stable on ia64 (diff) | |
download | historical-ff840c07f5d8a979be435f8f0c67cd3cce10f07c.tar.gz historical-ff840c07f5d8a979be435f8f0c67cd3cce10f07c.tar.bz2 historical-ff840c07f5d8a979be435f8f0c67cd3cce10f07c.zip |
stable on alpha and ia64
Diffstat (limited to 'app-vim/locateopen')
-rw-r--r-- | app-vim/locateopen/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/locateopen/locateopen-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog index 2b7be49a2c9b..d46dfa788cc9 100644 --- a/app-vim/locateopen/ChangeLog +++ b/app-vim/locateopen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/locateopen # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.2 2004/01/16 22:09:29 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.3 2004/01/23 15:44:23 agriffis Exp $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> locateopen-0.8.0.ebuild: + stable on alpha and ia64 *locateopen-0.8.0 (16 Jan 2004) diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild index 5c3a628b13f0..b5ad5adf6548 100644 --- a/app-vim/locateopen/locateopen-0.8.0.ebuild +++ b/app-vim/locateopen/locateopen-0.8.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.1 2004/01/16 22:09:29 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.2 2004/01/23 15:44:23 agriffis Exp $ inherit vim-plugin DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="~sparc ~x86" +KEYWORDS="~sparc ~x86 alpha ia64" RDEPEND="${RDEPEND} sys-apps/slocate" |