Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lzmajio/
Date: Sun, 08 Apr 2018 18:38:14
Message-Id: 1523212651.18c45211a7cf1b67dc226248773f135235f99b09.chewi@gentoo
1 commit: 18c45211a7cf1b67dc226248773f135235f99b09
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:39:57 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c45211
7
8 dev-java/lzmajio: use HTTPS
9
10 dev-java/lzmajio/lzmajio-0.95-r1.ebuild | 5 +++--
11 dev-java/lzmajio/lzmajio-0.95-r2.ebuild | 5 +++--
12 2 files changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
15 index a58472f400d..614275aea27 100644
16 --- a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
17 +++ b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -7,7 +7,8 @@ JAVA_PKG_IUSE="doc source"
25 inherit java-pkg-2 java-pkg-simple
26
27 DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
28 -HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
29 +HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/
30 + https://github.com/league/lzmajio"
31 SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
32 LICENSE="LGPL-2.1"
33 SLOT="0"
34
35 diff --git a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild
36 index 419b3afc2c7..d0cfe223c5d 100644
37 --- a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild
38 +++ b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -8,7 +8,8 @@ JAVA_PKG_IUSE="doc source"
46 inherit java-pkg-2 java-pkg-simple
47
48 DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
49 -HOMEPAGE="https://github.com/league/lzmajio"
50 +HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/
51 + https://github.com/league/lzmajio"
52 SRC_URI="https://github.com/league/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
53
54 LICENSE="LGPL-2.1"