blob: 4ccbb7d4a1335ac66a1f8188d81ec44a32bb4823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.5.4-r2.ebuild,v 1.6 2005/01/01 18:06:43 eradicator 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=""
DEPEND="=dev-java/ant-core-${PV}*"
|