Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/stax/
Date: Sat, 08 Apr 2017 21:57:48
Message-Id: 1491688337.a3e139c023ec99c9e1f11f2f1ee8d71c495e60c8.monsieurp@gentoo
1 commit: a3e139c023ec99c9e1f11f2f1ee8d71c495e60c8
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 4 13:17:48 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 21:52:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e139c0
7
8 dev-java/stax: fix toolong DESCRIPTION.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-java/stax/stax-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
16 index bbe00fb8a69..3e2a0d3857f 100644
17 --- a/dev-java/stax/stax-1.2.0.ebuild
18 +++ b/dev-java/stax/stax-1.2.0.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 JAVA_PKG_IUSE="doc source"
25
26 inherit java-pkg-2 java-ant-2
27
28 -DESCRIPTION="A standard XML processing API that allows you to stream XML data from and to your application"
29 +DESCRIPTION="A standard XML processing API that allows you to stream XML data"
30 HOMEPAGE="http://stax.codehaus.org/"
31 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip"