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 9BD97138335 for ; Fri, 22 Feb 2019 14:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89948E0821; Fri, 22 Feb 2019 14:55:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 55D8AE0821 for ; Fri, 22 Feb 2019 14:55:39 +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 09E7E33BDE5 for ; Fri, 22 Feb 2019 14:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BED13555 for ; Fri, 22 Feb 2019 14:55:34 +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: <1550846814.d0b8e15951855d80f8888115540bcb1c7791596b.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/Manifest dev-php/phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild X-VCS-Directories: dev-php/phpspec-prophecy/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d0b8e15951855d80f8888115540bcb1c7791596b X-VCS-Branch: master Date: Fri, 22 Feb 2019 14:55:34 +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: 3e2b486a-ee67-4d13-b7c8-c830a08e6e56 X-Archives-Hash: 4ca360b65419db1e6781a151b1ea2782 commit: d0b8e15951855d80f8888115540bcb1c7791596b Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Feb 22 14:46:54 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Feb 22 14:46:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b8e159 dev-php/phpspec-prophecy: bump to v1.8.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/phpspec-prophecy/Manifest | 1 + .../phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-php/phpspec-prophecy/Manifest b/dev-php/phpspec-prophecy/Manifest index c83ad01ee8d..5420a0dc383 100644 --- a/dev-php/phpspec-prophecy/Manifest +++ b/dev-php/phpspec-prophecy/Manifest @@ -1 +1,2 @@ DIST phpspec-prophecy-1.7.0.tar.gz 60338 BLAKE2B 8171120d8407f2e554150d5e3ea1972c54d4e2ce0e6698763f0b3c7e1645340ce22404da7844fed8412579c46f372852b4553c6d8a65c8094ef3065b0dbbd80c SHA512 e8efb3882d869f10fe39dff7c2185e1ec6f044c794fd6a5785e1c1c69c71b91dc3997f61bd2566d3243dde0becce568beba9a18fa0fd152e6ce74ca43a9a0fb0 +DIST phpspec-prophecy-1.8.0.tar.gz 37907 BLAKE2B 4bdd55d7fc14604c9fade23c60bf51f4c03accc182d7c5ad445dc6212a1e41b1bf392fe8f4a29768ecfcb2af479c0db3e29d5787d12e1f3222b032ba7e64dbc8 SHA512 992673f7cd148cf0b8752bbad614bbe34175a761cd4bf8849625794b505342d1bd918212a0f1463d94513f9e805d3dd127ba129d6622bcda29ea2b5c57a5582f diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild b/dev-php/phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild new file mode 100644 index 00000000000..846a5675c10 --- /dev/null +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +MY_PN="prophecy" +MY_VENDOR="phpspec" + +DESCRIPTION="Highly opinionated mocking framework" +HOMEPAGE="https://github.com/${MY_VENDOR}/${MY_PN}" +SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND="dev-php/fedora-autoloader + =dev-lang/php-5.6:*" + +src_install() { + insinto /usr/share/php/${MY_VENDOR}/Prophecy + doins -r src/Prophecy/* + doins "${FILESDIR}/autoload.php" +}