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 0CD9B1382C5 for ; Thu, 4 Jun 2020 09:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9C15E09B0; Thu, 4 Jun 2020 09:06:57 +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 A03FEE09B0 for ; Thu, 4 Jun 2020 09:06:57 +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 AE69A34F1A5 for ; Thu, 4 Jun 2020 09:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56D3285 for ; Thu, 4 Jun 2020 09:06:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1591261542.df07fa86defcfc1cd733069344a47dd9ac910336.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-resource-operations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild dev-php/sebastian-resource-operations/sebastian-resource-operations-2.0.1.ebuild X-VCS-Directories: dev-php/sebastian-resource-operations/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: df07fa86defcfc1cd733069344a47dd9ac910336 X-VCS-Branch: master Date: Thu, 4 Jun 2020 09:06:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95423a1f-b0a8-4787-9404-ebeda635530a X-Archives-Hash: 272d73148289a51fda039212878388f6 commit: df07fa86defcfc1cd733069344a47dd9ac910336 Author: Alexey Sokolov google com> AuthorDate: Thu Jun 4 09:05:42 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 4 09:05:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df07fa86 dev-php/sebastian-resource-operations: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: David Seifert gentoo.org> .../sebastian-resource-operations-1.0.0.ebuild | 2 +- .../sebastian-resource-operations-2.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild index eb3623b447e..f0216f9ebff 100644 --- a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild +++ b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 MY_PN="${PN/sebastian-//}" DESCRIPTION="Provides a list of PHP built-in functions that operate on resources" -HOMEPAGE="http://phpunit.de" +HOMEPAGE="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/sebastian-resource-operations/sebastian-resource-operations-2.0.1.ebuild b/dev-php/sebastian-resource-operations/sebastian-resource-operations-2.0.1.ebuild index 36986e772e7..678588caefb 100644 --- a/dev-php/sebastian-resource-operations/sebastian-resource-operations-2.0.1.ebuild +++ b/dev-php/sebastian-resource-operations/sebastian-resource-operations-2.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PN="${PN/sebastian-//}" DESCRIPTION="Provides a list of PHP built-in functions that operate on resources" -HOMEPAGE="http://phpunit.de" +HOMEPAGE="https://phpunit.de" SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"