diff options
Diffstat (limited to 'dev-java/ant-core/ant-core-1.7.1-r5.ebuild')
-rw-r--r-- | dev-java/ant-core/ant-core-1.7.1-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/ant-core/ant-core-1.7.1-r5.ebuild b/dev-java/ant-core/ant-core-1.7.1-r5.ebuild index 02265711e695..57e9c1c822e9 100644 --- a/dev-java/ant-core/ant-core-1.7.1-r5.ebuild +++ b/dev-java/ant-core/ant-core-1.7.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.7.1-r5.ebuild,v 1.2 2012/01/02 09:53:42 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.7.1-r5.ebuild,v 1.3 2014/08/10 20:07:23 slyfox Exp $ EAPI="3" @@ -13,7 +13,7 @@ inherit eutils java-pkg-2 java-ant-2 prefix 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 mirror://gentoo/ant-${PV}-gentoo-r2.tar.bz2" |