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/xmlgraphics-commons/
Date: Sun, 08 Apr 2018 18:38:13
Message-Id: 1523212651.7d760ebd1838a0d8b2ffdb6ed7898541708d2a88.chewi@gentoo
1 commit: 7d760ebd1838a0d8b2ffdb6ed7898541708d2a88
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:43:53 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=7d760ebd
7
8 dev-java/xmlgraphics-commons: use HTTPS
9
10 dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild
14 index aff11d2b9c0..080a086917d 100644
15 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild
16 +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23 @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc examples source test"
24 inherit java-pkg-2 java-ant-2
25
26 DESCRIPTION="A library of several reusable components used by Apache Batik and Apache FOP"
27 -HOMEPAGE="http://xmlgraphics.apache.org/commons/index.html"
28 +HOMEPAGE="https://xmlgraphics.apache.org/commons/index.html"
29 SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"
30
31 LICENSE="Apache-2.0"