diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 06:37:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 06:37:54 +0000 |
commit | ff3ee1ccf0e7e10aef2d6f1323ae3450b1898793 (patch) | |
tree | f64bc6ed4f7499769cf09062cb393e86f3fcaf6e /app-vim/dbext | |
parent | Mark 0.9.1 stable on alpha (diff) | |
download | historical-ff3ee1ccf0e7e10aef2d6f1323ae3450b1898793.tar.gz historical-ff3ee1ccf0e7e10aef2d6f1323ae3450b1898793.tar.bz2 historical-ff3ee1ccf0e7e10aef2d6f1323ae3450b1898793.zip |
Mark 2.20 stable on alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/dbext/dbext-2.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/dbext/ChangeLog b/app-vim/dbext/ChangeLog index 63e6710af7a5..f7154b7d49dc 100644 --- a/app-vim/dbext/ChangeLog +++ b/app-vim/dbext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/dbext # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.9 2005/08/25 16:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.10 2005/09/10 06:37:54 agriffis Exp $ + + 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> dbext-2.20.ebuild: + Mark 2.20 stable on alpha 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> dbext-2.20.ebuild: stable on ia64 diff --git a/app-vim/dbext/dbext-2.20.ebuild b/app-vim/dbext/dbext-2.20.ebuild index e11d8868e675..d63a02a779fd 100644 --- a/app-vim/dbext/dbext-2.20.ebuild +++ b/app-vim/dbext/dbext-2.20.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/dbext/dbext-2.20.ebuild,v 1.3 2005/08/25 16:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.20.ebuild,v 1.4 2005/09/10 06:37:54 agriffis Exp $ inherit vim-plugin eutils DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" LICENSE="as-is" -KEYWORDS="~alpha ia64 mips ~ppc sparc x86" +KEYWORDS="alpha ia64 mips ~ppc sparc x86" IUSE="" RDEPEND=">=app-vim/multvals-3.6.1 |