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 3A7C7138334 for ; Thu, 19 Dec 2019 21:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E781E08C3; Thu, 19 Dec 2019 21:52:02 +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 64AC9E08C3 for ; Thu, 19 Dec 2019 21:52:02 +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 4C47734D76A for ; Thu, 19 Dec 2019 21:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4224698B for ; Thu, 19 Dec 2019 21:51:58 +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: <1576792254.8ab5f0ef7285a62a51b4c1f7b689c82ae86e8b54.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-recursion-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-recursion-context/Manifest dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild X-VCS-Directories: dev-php/sebastian-recursion-context/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 8ab5f0ef7285a62a51b4c1f7b689c82ae86e8b54 X-VCS-Branch: master Date: Thu, 19 Dec 2019 21:51:58 +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: 4fb27d15-2da8-4174-808b-cbc25ac26d98 X-Archives-Hash: 93e4fdd1ee97dceaa60b608f39ba0dd8 commit: 8ab5f0ef7285a62a51b4c1f7b689c82ae86e8b54 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 19 21:14:01 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 19 21:50:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab5f0ef dev-php/sebastian-recursion-context: Version bump for 3.0.0 Signed-off-by: Brian Evans gentoo.org> dev-php/sebastian-recursion-context/Manifest | 1 + .../sebastian-recursion-context-3.0.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-php/sebastian-recursion-context/Manifest b/dev-php/sebastian-recursion-context/Manifest index 44b59353ecc..75c7c5f109e 100644 --- a/dev-php/sebastian-recursion-context/Manifest +++ b/dev-php/sebastian-recursion-context/Manifest @@ -1 +1,2 @@ DIST sebastian-recursion-context-2.0.0.tar.gz 4526 BLAKE2B 54ecdfc255c3bdbedc2a909f5b569c62b19e2e66fc5ea4ae7be8401516c142b43e611d5e8f1c056be329983f21e1a8b85e7fb2ff1ddb92a2f6aad4d4191418a6 SHA512 9d25d148decc81f5a21d7a4e1f966563bf6ec765fcc1b1ce779668b74dfa39959db07cf296e9cffcbcb3943c8911709bb73f22c5bfcc81c5d2fcbb51967cf75e +DIST sebastian-recursion-context-3.0.0.tar.gz 4414 BLAKE2B 04a0aca4b6012013306c813109c0ed6f60d2f4f1381ba6506398388b5065d69375191290d33cdc4b82359dc30b1fd98ef61005a657fa8db302472597950255b5 SHA512 0fce5709cb22818de6bbfda1ba2a99fea511d5b36bcbe7955661d756a6f82ba84cbf8fb4eb421d6b51ae9e36a8edac56c5bafbccf8b665a0296883ea0dbb3b91 diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild new file mode 100644 index 00000000000..d604ca50688 --- /dev/null +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-3.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/sebastian-//}" + +DESCRIPTION="Recursively process PHP variables" +HOMEPAGE="http://phpunit.de" +SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +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-7*:*" + +src_install() { + insinto /usr/share/php/SebastianBergmann/RecursionContext + doins -r src/* + doins "${FILESDIR}/autoload.php" +}