diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 19:26:33 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-04-08 19:37:29 +0100 |
commit | 87344c39080d81e5a8dfcf92eeaa7619410d33dd (patch) | |
tree | 4d9bb311b5a6d9926b5d6f9d83a3146ef7e2c8ce /dev-java/itext | |
parent | dev-java/ecs: use HTTPS (diff) | |
download | gentoo-87344c39080d81e5a8dfcf92eeaa7619410d33dd.tar.gz gentoo-87344c39080d81e5a8dfcf92eeaa7619410d33dd.tar.bz2 gentoo-87344c39080d81e5a8dfcf92eeaa7619410d33dd.zip |
dev-java/itext: use HTTPS
Diffstat (limited to 'dev-java/itext')
-rw-r--r-- | dev-java/itext/itext-2.1.5-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/itext/itext-5.5.4-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/itext/itext-2.1.5-r2.ebuild b/dev-java/itext/itext-2.1.5-r2.ebuild index 37eb1af5d233..ac7d777b6210 100644 --- a/dev-java/itext/itext-2.1.5-r2.ebuild +++ b/dev-java/itext/itext-2.1.5-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="4" @@ -12,7 +12,7 @@ ASIANJAR="iTextAsian.jar" ASIANCMAPSJAR="iTextAsianCmaps.jar" DESCRIPTION="Generate documents in the Portable Document Format (PDF) and/or HTML" -HOMEPAGE="http://www.lowagie.com/iText/" +HOMEPAGE="https://itextpdf.com" SRC_URI="mirror://sourceforge/itext/${DISTFILE} cjk? ( mirror://sourceforge/itext/${ASIANJAR} mirror://sourceforge/itext/${ASIANCMAPSJAR} )" diff --git a/dev-java/itext/itext-5.5.4-r2.ebuild b/dev-java/itext/itext-5.5.4-r2.ebuild index 42f755b32a85..55b8d3c8fa1d 100644 --- a/dev-java/itext/itext-5.5.4-r2.ebuild +++ b/dev-java/itext/itext-5.5.4-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="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Generate documents in the Portable Document Format (PDF) and/or HTML" -HOMEPAGE="http://itextpdf.com" +HOMEPAGE="https://itextpdf.com" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="AGPL-3" |