summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-10 19:41:39 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-10 19:41:39 +0000
commit735a692c62773cf146dc39ed32330d5c31aff7eb (patch)
tree14a00f8840d8a46772bd3ced450ce982a174a858 /dev-java/ant/ant-1.6.2-r6.ebuild
parentNew portage! Ebuild fix ups, etc. (diff)
downloadhistorical-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.ebuild15
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}*"
+