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 AC812138359 for ; Tue, 18 Aug 2020 16:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E38E2E0885; Tue, 18 Aug 2020 16:53:53 +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 CE3FAE0885 for ; Tue, 18 Aug 2020 16:53:53 +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 EF10634E079 for ; Tue, 18 Aug 2020 16:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CFBB2D1 for ; Tue, 18 Aug 2020 16:53:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1597769627.3846c8bbfee08808ecc0fc6875e2eaefc6c03e93.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpspec-prophecy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild X-VCS-Directories: dev-php/phpspec-prophecy/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3846c8bbfee08808ecc0fc6875e2eaefc6c03e93 X-VCS-Branch: master Date: Tue, 18 Aug 2020 16:53:51 +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: 7a24bec0-5a5d-4bfc-8b36-0362fe52a6a3 X-Archives-Hash: 10bacc842d4732099b5f1c660b8b28a3 commit: 3846c8bbfee08808ecc0fc6875e2eaefc6c03e93 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 16:53:20 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 16:53:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3846c8bb dev-php/phpspec-prophecy: fix install location Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> ...spec-prophecy-1.10.3.ebuild => phpspec-prophecy-1.10.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild similarity index 84% rename from dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild rename to dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild index 1b818104633..3dad3fd76a4 100644 --- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3.ebuild +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.3-r1.ebuild @@ -3,9 +3,12 @@ EAPI="7" +MY_PN="prophecy" +MY_VENDOR="phpspec" + DESCRIPTION="Highly opinionated mocking framework" HOMEPAGE="https://github.com/phpspec/prophecy" -SRC_URI="https://github.com/phpspec/prophecy/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"