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 EE176138206 for ; Fri, 12 Jan 2018 20:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC39E09CD; Fri, 12 Jan 2018 20:30:42 +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 0F82AE09B6 for ; Fri, 12 Jan 2018 20:30:42 +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 C4BC9335C56 for ; Fri, 12 Jan 2018 20:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 143E01B0 for ; Fri, 12 Jan 2018 20:30:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1515789030.39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-collections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-collections/commons-collections-4.1.ebuild X-VCS-Directories: dev-java/commons-collections/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e X-VCS-Branch: master Date: Fri, 12 Jan 2018 20:30:39 +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: 23a03d16-b99c-4a83-bc4b-ce91e49ced9e X-Archives-Hash: 7ababc80918c27895576aac42513907a commit: 39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 12 20:28:38 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 12 20:30:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cb4b5f dev-java/commons-collections: switch to https. Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-java/commons-collections/commons-collections-4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/commons-collections/commons-collections-4.1.ebuild b/dev-java/commons-collections/commons-collections-4.1.ebuild index 3f442ecfe0e..100262bc428 100644 --- a/dev-java/commons-collections/commons-collections-4.1.ebuild +++ b/dev-java/commons-collections/commons-collections-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SLOT="4" MY_P="${PN}${SLOT}-${PV}" DESCRIPTION="Extends the JCF classes with new interfaces, implementations and utilities" -HOMEPAGE="http://commons.apache.org/collections/" +HOMEPAGE="https://commons.apache.org/collections/" SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~ppc64 ~x86"