diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:30:55 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:04 +0200 |
commit | c88dd379c92d33136b2cbfeb110b2c759b4a5f13 (patch) | |
tree | fd4d610aab7490554abe8157f068cac33d89a955 /dev-java/cpptasks | |
parent | dev-java/commons-logging: fix toolong DESCRIPTION. (diff) | |
download | gentoo-c88dd379c92d33136b2cbfeb110b2c759b4a5f13.tar.gz gentoo-c88dd379c92d33136b2cbfeb110b2c759b4a5f13.tar.bz2 gentoo-c88dd379c92d33136b2cbfeb110b2c759b4a5f13.zip |
dev-java/cpptasks: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/cpptasks')
-rw-r--r-- | dev-java/cpptasks/cpptasks-1.0_beta5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild index f15e3481432b..fd8f96b943c7 100644 --- a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild +++ b/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source examples" inherit eutils java-pkg-2 java-ant-2 -DESCRIPTION="Ant-tasks to compile various source languages and produce executables, shared and static libraries" +DESCRIPTION="Ant-tasks to compile various source languages and produce executables" HOMEPAGE="http://ant-contrib.sourceforge.net/" SRC_URI="mirror://sourceforge/ant-contrib/ant-contrib/${P/_/-}/${P/_beta/b}.tar.gz" |