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/ant | |
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/ant')
-rw-r--r-- | app-vim/ant/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/ant/ant-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/ant/ChangeLog b/app-vim/ant/ChangeLog index 5c75fe649dc7..b4fec177b0ab 100644 --- a/app-vim/ant/ChangeLog +++ b/app-vim/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/ant -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ChangeLog,v 1.1 2003/12/30 14:23:58 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ChangeLog,v 1.2 2004/03/16 00:51:36 dholm Exp $ + + 16 Mar 2004; David Holm <dholm@gentoo.org> ant-0.5.3.ebuild: + Added to ~ppc. *ant-0.5.3 (30 Dec 2003) diff --git a/app-vim/ant/ant-0.5.3.ebuild b/app-vim/ant/ant-0.5.3.ebuild index a20dc99aef3a..c8b102328ef3 100644 --- a/app-vim/ant/ant-0.5.3.ebuild +++ b/app-vim/ant/ant-0.5.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2003/12/30 20:10:10 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ant-0.5.3.ebuild,v 1.3 2004/03/16 00:51:36 dholm 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" +KEYWORDS="~x86 ~sparc ~ppc" RDEPEND="dev-java/ant" |