diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 20:38:08 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 20:38:08 +0000 |
commit | 4fcbab44d0121e3d2f445d05e7c23161e9d2343f (patch) | |
tree | e78aa59f2a3a76669fd3ec45095f194bc055e070 /app-vim/ant | |
parent | stable amd64 (diff) | |
download | gentoo-2-4fcbab44d0121e3d2f445d05e7c23161e9d2343f.tar.gz gentoo-2-4fcbab44d0121e3d2f445d05e7c23161e9d2343f.tar.bz2 gentoo-2-4fcbab44d0121e3d2f445d05e7c23161e9d2343f.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-vim/ant')
-rw-r--r-- | app-vim/ant/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/ant/ant-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/ant/ChangeLog b/app-vim/ant/ChangeLog index a45a173bb629..aeb16d1e0214 100644 --- a/app-vim/ant/ChangeLog +++ b/app-vim/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/ant # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ChangeLog,v 1.7 2005/01/01 16:45:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ChangeLog,v 1.8 2005/04/21 20:37:31 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> ant-0.5.3.ebuild: + stable on amd64 23 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> ant-0.5.3.ebuild: Added help, bug #63316 diff --git a/app-vim/ant/ant-0.5.3.ebuild b/app-vim/ant/ant-0.5.3.ebuild index 997745c27221..10d30022317e 100644 --- a/app-vim/ant/ant-0.5.3.ebuild +++ b/app-vim/ant/ant-0.5.3.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/ant/ant-0.5.3.ebuild,v 1.9 2005/01/01 16:45:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ant-0.5.3.ebuild,v 1.10 2005/04/21 20:37:31 blubb Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Java ant build system integration" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" -KEYWORDS="x86 sparc ~ppc ~amd64" +KEYWORDS="x86 sparc ~ppc amd64" IUSE="" RDEPEND="dev-java/ant" |