diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-10 19:41:39 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-10 19:41:39 +0000 |
commit | 735a692c62773cf146dc39ed32330d5c31aff7eb (patch) | |
tree | 14a00f8840d8a46772bd3ced450ce982a174a858 /dev-java/ant/ant-1.6.2-r6.ebuild | |
parent | New portage! Ebuild fix ups, etc. (diff) | |
download | historical-735a692c62773cf146dc39ed32330d5c31aff7eb.tar.gz historical-735a692c62773cf146dc39ed32330d5c31aff7eb.tar.bz2 historical-735a692c62773cf146dc39ed32330d5c31aff7eb.zip |
This is now a metapackage for ant-core & ant-tasks
Diffstat (limited to 'dev-java/ant/ant-1.6.2-r6.ebuild')
-rw-r--r-- | dev-java/ant/ant-1.6.2-r6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-java/ant/ant-1.6.2-r6.ebuild b/dev-java/ant/ant-1.6.2-r6.ebuild new file mode 100644 index 000000000000..0460c26f39ca --- /dev/null +++ b/dev-java/ant/ant-1.6.2-r6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.2-r6.ebuild,v 1.1 2004/09/10 19:41:39 axxo 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 ~amd64 ppc sparc" +IUSE="doc" + +DEPEND="=dev-java/ant-tasks-${PV}* + =dev-java/ant-core-${PV}*" + |