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/lzmajio/
Date: Sat, 08 Apr 2017 21:57:46
Message-Id: 1491688332.46ea792d17c7e0a84a76bf729b25e1783c7b6f66.monsieurp@gentoo
1 commit: 46ea792d17c7e0a84a76bf729b25e1783c7b6f66
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 1 18:17:49 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 21:52:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ea792d
7
8 dev-java/lzmajio: fix toolong DESCRIPTION.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-java/lzmajio/lzmajio-0.95-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
16 index 29d94eb2056..a58472f400d 100644
17 --- a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
18 +++ b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ JAVA_PKG_IUSE="doc source"
26
27 inherit java-pkg-2 java-pkg-simple
28
29 -DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
30 +DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
31 HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
32 SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
33 LICENSE="LGPL-2.1"