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/itext/
Date: Sun, 08 Apr 2018 18:38:07
Message-Id: 1523212649.87344c39080d81e5a8dfcf92eeaa7619410d33dd.chewi@gentoo
1 commit: 87344c39080d81e5a8dfcf92eeaa7619410d33dd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:26:33 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87344c39
7
8 dev-java/itext: use HTTPS
9
10 dev-java/itext/itext-2.1.5-r2.ebuild | 4 ++--
11 dev-java/itext/itext-5.5.4-r2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/itext/itext-2.1.5-r2.ebuild b/dev-java/itext/itext-2.1.5-r2.ebuild
15 index 37eb1af5d23..ac7d777b621 100644
16 --- a/dev-java/itext/itext-2.1.5-r2.ebuild
17 +++ b/dev-java/itext/itext-2.1.5-r2.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="4"
24 @@ -12,7 +12,7 @@ ASIANJAR="iTextAsian.jar"
25 ASIANCMAPSJAR="iTextAsianCmaps.jar"
26
27 DESCRIPTION="Generate documents in the Portable Document Format (PDF) and/or HTML"
28 -HOMEPAGE="http://www.lowagie.com/iText/"
29 +HOMEPAGE="https://itextpdf.com"
30 SRC_URI="mirror://sourceforge/itext/${DISTFILE}
31 cjk? ( mirror://sourceforge/itext/${ASIANJAR}
32 mirror://sourceforge/itext/${ASIANCMAPSJAR} )"
33
34 diff --git a/dev-java/itext/itext-5.5.4-r2.ebuild b/dev-java/itext/itext-5.5.4-r2.ebuild
35 index 42f755b32a8..55b8d3c8fa1 100644
36 --- a/dev-java/itext/itext-5.5.4-r2.ebuild
37 +++ b/dev-java/itext/itext-5.5.4-r2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="5"
44 @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
45 inherit java-pkg-2 java-pkg-simple
46
47 DESCRIPTION="Generate documents in the Portable Document Format (PDF) and/or HTML"
48 -HOMEPAGE="http://itextpdf.com"
49 +HOMEPAGE="https://itextpdf.com"
50 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
51
52 LICENSE="AGPL-3"