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 CC9E4139694 for ; Thu, 9 Mar 2017 16:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD741E0CB9; Thu, 9 Mar 2017 16:23:40 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90614E0CB7 for ; Thu, 9 Mar 2017 16:23:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 754BB3416BF for ; Thu, 9 Mar 2017 16:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD33626C for ; Thu, 9 Mar 2017 16:23:26 +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: <1489076546.a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpspec-prophecy/files/, dev-php/phpspec-prophecy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpspec-prophecy/Manifest dev-php/phpspec-prophecy/files/autoload.php dev-php/phpspec-prophecy/metadata.xml dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild X-VCS-Directories: dev-php/phpspec-prophecy/ dev-php/phpspec-prophecy/files/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe X-VCS-Branch: master Date: Thu, 9 Mar 2017 16:23:26 +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: 741c1bb8-c7f0-4682-b021-565bbdfec9cd X-Archives-Hash: ac02f29d1fbea8b619dfc36e2b1aacf1 commit: a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe Author: Brian Evans gentoo org> AuthorDate: Thu Mar 9 15:41:41 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 9 16:22:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7100386 dev-php/phpspec-prophecy: New package for an unbundled phpunit Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-php/phpspec-prophecy/Manifest | 1 + dev-php/phpspec-prophecy/files/autoload.php | 15 +++++++++++ dev-php/phpspec-prophecy/metadata.xml | 8 ++++++ .../phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 55 insertions(+) diff --git a/dev-php/phpspec-prophecy/Manifest b/dev-php/phpspec-prophecy/Manifest new file mode 100644 index 00000000000..4c45b19e5b8 --- /dev/null +++ b/dev-php/phpspec-prophecy/Manifest @@ -0,0 +1 @@ +DIST phpspec-prophecy-1.7.0.tar.gz 60338 SHA256 7825f7b942fc9887fa0311ab84fcca3ddb6b99ab8405995a3783e00165944c20 SHA512 e8efb3882d869f10fe39dff7c2185e1ec6f044c794fd6a5785e1c1c69c71b91dc3997f61bd2566d3243dde0becce568beba9a18fa0fd152e6ce74ca43a9a0fb0 WHIRLPOOL bb540116eaa5f42f7792a0b5df5469973ee1bc99105c0145bc9d6d00f8710c2a468b53400b9650adbb0cca739e75e98e82ba5dc41c2cb5b5df7e4a0911115dd7 diff --git a/dev-php/phpspec-prophecy/files/autoload.php b/dev-php/phpspec-prophecy/files/autoload.php new file mode 100644 index 00000000000..eb61ccb5eed --- /dev/null +++ b/dev-php/phpspec-prophecy/files/autoload.php @@ -0,0 +1,15 @@ + + + + + php-bugs@gentoo.org + PHP + + diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild b/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild new file mode 100644 index 00000000000..f6f7abc6d37 --- /dev/null +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~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" +}