diff options
author | 2007-01-21 23:31:49 +0000 | |
---|---|---|
committer | 2007-01-21 23:31:49 +0000 | |
commit | d48a186031874b0cac4ea10e34dd0ce1e850ba11 (patch) | |
tree | bc9d7b320866bbca2f9ec74b8b79b6e6b67c1109 /dev-java/ant/ant-1.7.0.ebuild | |
parent | Version bump, bug #159820. Now just a meta-packagedepending on split ant tasks. (diff) | |
download | gentoo-2-d48a186031874b0cac4ea10e34dd0ce1e850ba11.tar.gz gentoo-2-d48a186031874b0cac4ea10e34dd0ce1e850ba11.tar.bz2 gentoo-2-d48a186031874b0cac4ea10e34dd0ce1e850ba11.zip |
Version bump, bug #159820.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-java/ant/ant-1.7.0.ebuild')
-rw-r--r-- | dev-java/ant/ant-1.7.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-java/ant/ant-1.7.0.ebuild b/dev-java/ant/ant-1.7.0.ebuild new file mode 100644 index 000000000000..e414d6a1ef67 --- /dev/null +++ b/dev-java/ant/ant-1.7.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.0.ebuild,v 1.1 2007/01/21 23:31:49 caster Exp $ + +DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files." +HOMEPAGE="http://ant.apache.org/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="~dev-java/ant-core-${PV} + ~dev-java/ant-tasks-${PV}" +RDEPEND="${DEPEND}" |