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 93E53138335 for ; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E98E0B05; Thu, 7 Jun 2018 19:22:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CD9EE0B05 for ; Thu, 7 Jun 2018 19:22:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CAD54335CBD for ; Thu, 7 Jun 2018 19:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302823E for ; Thu, 7 Jun 2018 19:22:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528399212.a3df7b7428530bd67ab9106ecc132ba4cf8c81e9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/File_Iterator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/File_Iterator/File_Iterator-1.3.4.ebuild dev-php/File_Iterator/File_Iterator-1.4.2.ebuild dev-php/File_Iterator/File_Iterator-1.4.3.ebuild X-VCS-Directories: dev-php/File_Iterator/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a3df7b7428530bd67ab9106ecc132ba4cf8c81e9 X-VCS-Branch: master Date: Thu, 7 Jun 2018 19:22:45 +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: c373c5fb-f484-4731-808f-bbdb33fd669a X-Archives-Hash: 83742c301341fffa18f68eafbe6b2e5e commit: a3df7b7428530bd67ab9106ecc132ba4cf8c81e9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 4 20:10:03 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 7 19:20:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3df7b74 dev-php/File_Iterator: sync HOMEPAGEs, use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8726 dev-php/File_Iterator/File_Iterator-1.3.4.ebuild | 5 +++-- dev-php/File_Iterator/File_Iterator-1.4.2.ebuild | 5 +++-- dev-php/File_Iterator/File_Iterator-1.4.3.ebuild | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild b/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild index 46a825640e3..78a56a955c6 100644 --- a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild +++ b/dev-php/File_Iterator/File_Iterator-1.3.4.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=6 @@ -13,6 +13,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 hppa x86" IUSE="" -HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator" +HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator + https://phpunit.de" SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" DOCS=( ChangeLog.markdown README.markdown ) diff --git a/dev-php/File_Iterator/File_Iterator-1.4.2.ebuild b/dev-php/File_Iterator/File_Iterator-1.4.2.ebuild index 1f1c3decc82..359295e3bba 100644 --- a/dev-php/File_Iterator/File_Iterator-1.4.2.ebuild +++ b/dev-php/File_Iterator/File_Iterator-1.4.2.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=6 @@ -6,7 +6,8 @@ EAPI=6 MY_PN="php-file-iterator" DESCRIPTION="FilterIterator implementation that filters files based on criteria" -HOMEPAGE="http://phpunit.de" +HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator + https://phpunit.de" SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild b/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild index 304b65799f2..ccd2b390476 100644 --- a/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild +++ b/dev-php/File_Iterator/File_Iterator-1.4.3.ebuild @@ -6,7 +6,8 @@ EAPI=6 MY_PN="php-file-iterator" DESCRIPTION="FilterIterator implementation that filters files based on criteria" -HOMEPAGE="https://phpunit.de" +HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator + https://phpunit.de" SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"