summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/ant/ant-1.7.0.ebuild')
-rw-r--r--dev-java/ant/ant-1.7.0.ebuild15
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}"