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 29591138334 for ; Fri, 16 Aug 2019 14:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB52E0C4F; Fri, 16 Aug 2019 14:17:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 952BDE0C4F for ; Fri, 16 Aug 2019 14:17:44 +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 C4EBD349C61 for ; Fri, 16 Aug 2019 14:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37ACD771 for ; Fri, 16 Aug 2019 14:17:39 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1565965047.d2ce7d9b5fcea3d0cef1f8c4006be6b0275741cb.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/semver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/semver/semver-1.4.2.ebuild X-VCS-Directories: dev-php/semver/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: d2ce7d9b5fcea3d0cef1f8c4006be6b0275741cb X-VCS-Branch: master Date: Fri, 16 Aug 2019 14:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98f0cf53-7cba-4172-9396-52d969279337 X-Archives-Hash: 409157502b33d2f339a96d430177272f commit: d2ce7d9b5fcea3d0cef1f8c4006be6b0275741cb Author: Brian Evans gentoo org> AuthorDate: Fri Aug 16 13:58:09 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 16 14:17:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ce7d9b dev-php/semver: Remove HOMEPAGE from SRC_URI Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/semver/semver-1.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/semver/semver-1.4.2.ebuild b/dev-php/semver/semver-1.4.2.ebuild index 21aed1b2790..98683b0d625 100644 --- a/dev-php/semver/semver-1.4.2.ebuild +++ b/dev-php/semver/semver-1.4.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Semantic versioning utilities, constraint parsing, and checking" HOMEPAGE="https://github.com/composer/semver" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/composer/semver/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"