# ChangeLog for dev-java/ant
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.101 2006/12/07 23:05:03 flameeyes Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.102 2007/01/21 23:31:49 caster Exp $
+
+*ant-1.7.0 (21 Jan 2007)
+
+ 21 Jan 2007; Vlastimil Babka <caster@gentoo.org> +ant-1.7.0.ebuild:
+ Version bump, bug #159820.
07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> ant-1.6.5.ebuild:
Add ~x86-fbsd keyword.
--- /dev/null
+# 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}"