diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 21:51:27 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:14 +0200 |
commit | 740a11eda985c4135fa3eb246b910b2b4a43356b (patch) | |
tree | 773ff1a43ccd21c82b8d9817496cc0505904d255 /dev-java | |
parent | dev-java/prefuse: fix toolong DESCRIPTION. (diff) | |
download | gentoo-740a11eda985c4135fa3eb246b910b2b4a43356b.tar.gz gentoo-740a11eda985c4135fa3eb246b910b2b4a43356b.tar.bz2 gentoo-740a11eda985c4135fa3eb246b910b2b4a43356b.zip |
dev-java/rome: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/rome/rome-0.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/rome/rome-0.9-r2.ebuild b/dev-java/rome/rome-0.9-r2.ebuild index bdeb19f9bd88..bcd44fc160d4 100644 --- a/dev-java/rome/rome-0.9-r2.ebuild +++ b/dev-java/rome/rome-0.9-r2.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 @@ -6,7 +6,7 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Open source Atom/RSS Java utilities that make it easy to work in Java with most syndication formats" +DESCRIPTION="Java framework for RSS and Atom feeds" HOMEPAGE="https://java.net/projects/rome" SRC_URI="https://rome.dev.java.net/source/browse/*checkout*/rome/www/dist/${P}-src.zip" LICENSE="Apache-2.0" |