diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:33:37 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:05 +0200 |
commit | a3109f14a7ceb98de96c8954f2f6b9a7717b9caf (patch) | |
tree | 1465b814f3937eb97894142d11d361846405f7c2 /dev-java/easymock | |
parent | dev-java/easymock-classextension: fix toolong DESCRIPTION. (diff) | |
download | gentoo-a3109f14a7ceb98de96c8954f2f6b9a7717b9caf.tar.gz gentoo-a3109f14a7ceb98de96c8954f2f6b9a7717b9caf.tar.bz2 gentoo-a3109f14a7ceb98de96c8954f2f6b9a7717b9caf.zip |
dev-java/easymock: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/easymock')
-rw-r--r-- | dev-java/easymock/easymock-3.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/easymock/easymock-3.3.1.ebuild b/dev-java/easymock/easymock-3.3.1.ebuild index 21ada349be80..27e4b6061e14 100644 --- a/dev-java/easymock/easymock-3.3.1.ebuild +++ b/dev-java/easymock/easymock-3.3.1.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="5" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Provides Mock Objects for interfaces in JUnit tests by generating them on the fly" +DESCRIPTION="Mock Objects for interfaces in JUnit tests by generating them on the fly" HOMEPAGE="http://www.easymock.org/" SRC_URI="mirror://sourceforge/${PN}/EasyMock/${PV}/${P}.zip" |