diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 19:39:57 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-04-08 19:37:31 +0100 |
commit | 18c45211a7cf1b67dc226248773f135235f99b09 (patch) | |
tree | 2f257e493905adef9665ebb962b359ed3dfa942f /dev-java/lzmajio | |
parent | dev-java/lzma: use HTTPS (diff) | |
download | gentoo-18c45211a7cf1b67dc226248773f135235f99b09.tar.gz gentoo-18c45211a7cf1b67dc226248773f135235f99b09.tar.bz2 gentoo-18c45211a7cf1b67dc226248773f135235f99b09.zip |
dev-java/lzmajio: use HTTPS
Diffstat (limited to 'dev-java/lzmajio')
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.95-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.95-r2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild index a58472f400d9..614275aea27e 100644 --- a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders" -HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/" +HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/ + https://github.com/league/lzmajio" SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild index 419b3afc2c7d..d0cfe223c5d6 100644 --- a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders" -HOMEPAGE="https://github.com/league/lzmajio" +HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/ + https://github.com/league/lzmajio" SRC_URI="https://github.com/league/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" |