From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 695BD1382C5 for ; Sun, 8 Apr 2018 18:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD3FE0B63; Sun, 8 Apr 2018 18:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18568E0B72 for ; Sun, 8 Apr 2018 18:38:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4842E335C73 for ; Sun, 8 Apr 2018 18:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2865F28E for ; Sun, 8 Apr 2018 18:38:01 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1523212651.7d760ebd1838a0d8b2ffdb6ed7898541708d2a88.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlgraphics-commons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild X-VCS-Directories: dev-java/xmlgraphics-commons/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 7d760ebd1838a0d8b2ffdb6ed7898541708d2a88 X-VCS-Branch: master Date: Sun, 8 Apr 2018 18:38:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a36ab485-7ab1-49ac-bd91-7915f5152445 X-Archives-Hash: 17663551582b1afa55a433375450b4e0 commit: 7d760ebd1838a0d8b2ffdb6ed7898541708d2a88 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 8 17:43:53 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 8 18:37:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d760ebd dev-java/xmlgraphics-commons: use HTTPS dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild index aff11d2b9c0..080a086917d 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.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 examples source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="A library of several reusable components used by Apache Batik and Apache FOP" -HOMEPAGE="http://xmlgraphics.apache.org/commons/index.html" +HOMEPAGE="https://xmlgraphics.apache.org/commons/index.html" SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz" LICENSE="Apache-2.0"