diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:21:04 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:01 +0200 |
commit | dcaacb6104d0f2058e3ca496701abccf3486de2a (patch) | |
tree | bb7956a10d88dcb52e51ff34b0d8905908d74e5c /dev-java/classmate | |
parent | dev-java/browserlauncher2: fix toolong DESCRIPTION. (diff) | |
download | gentoo-dcaacb6104d0f2058e3ca496701abccf3486de2a.tar.gz gentoo-dcaacb6104d0f2058e3ca496701abccf3486de2a.tar.bz2 gentoo-dcaacb6104d0f2058e3ca496701abccf3486de2a.zip |
dev-java/classmate: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/classmate')
-rw-r--r-- | dev-java/classmate/classmate-0.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/classmate/classmate-0.9.0-r1.ebuild b/dev-java/classmate/classmate-0.9.0-r1.ebuild index 69414a46c387..f6deb6b4e717 100644 --- a/dev-java/classmate/classmate-0.9.0-r1.ebuild +++ b/dev-java/classmate/classmate-0.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 source test" inherit java-pkg-2 java-pkg-simple vcs-snapshot -DESCRIPTION="Library for introspecting generic type information of types, member/static methods, fields" +DESCRIPTION="Zero-dependency Java library for accurately introspecting type information" HOMEPAGE="https://github.com/cowtowncoder/java-classmate/" SRC_URI="https://github.com/cowtowncoder/java-classmate/archive/${P}.tar.gz" |