diff options
Diffstat (limited to 'dev-java/ant-core/ant-core-1.9.2.ebuild')
-rw-r--r-- | dev-java/ant-core/ant-core-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild b/dev-java/ant-core/ant-core-1.9.2.ebuild index d89c748211ad..48294ae3687b 100644 --- a/dev-java/ant-core/ant-core-1.9.2.ebuild +++ b/dev-java/ant-core/ant-core-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild,v 1.7 2014/07/04 14:34:33 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild,v 1.8 2014/08/10 20:07:23 slyfox Exp $ EAPI="5" @@ -15,7 +15,7 @@ inherit eutils java-pkg-2 java-ant-2 prefix versionator MY_P="apache-ant-${PV}" -DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files." +DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files" HOMEPAGE="http://ant.apache.org/" SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2 http://dev.gentoo.org/~tomwij/files/dist/ant-${PV}-gentoo.tar.bz2" |