From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4EAC1584F2 for ; Fri, 14 Mar 2025 06:35:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CFB3D3431A7 for ; Fri, 14 Mar 2025 06:35:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 07376110477; Fri, 14 Mar 2025 06:35:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F29AC110474 for ; Fri, 14 Mar 2025 06:35:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD0933430B7 for ; Fri, 14 Mar 2025 06:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26DCE28E5 for ; Fri, 14 Mar 2025 06:35:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741934022.e01f6906c9115bdf36a0c270e2ca6c29be7e1fb1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-environment/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-environment/Manifest dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild X-VCS-Directories: dev-php/sebastian-environment/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e01f6906c9115bdf36a0c270e2ca6c29be7e1fb1 X-VCS-Branch: master Date: Fri, 14 Mar 2025 06:35:01 +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: e1398cd4-b2e8-41ce-bebc-ea5570888bc2 X-Archives-Hash: 4eb08785a73c05e5d52db00b826f554c commit: e01f6906c9115bdf36a0c270e2ca6c29be7e1fb1 Author: Sam James gentoo org> AuthorDate: Fri Mar 14 06:31:10 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 14 06:33:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01f6906 dev-php/sebastian-environment: drop 4.2.3 Signed-off-by: Sam James gentoo.org> dev-php/sebastian-environment/Manifest | 1 - .../sebastian-environment-4.2.3.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-php/sebastian-environment/Manifest b/dev-php/sebastian-environment/Manifest index 5632e1cea5f6..bd0f4f039536 100644 --- a/dev-php/sebastian-environment/Manifest +++ b/dev-php/sebastian-environment/Manifest @@ -1,2 +1 @@ -DIST sebastian-environment-4.2.3.tar.gz 9622 BLAKE2B d90b181c3aae7c4ea8e172e5b7f897f8a93bf1edbeca19cc8a7a6f10963730ece1f267fed325a6734b1677b75cc8f5b84a5aa55be383a40b1ec2aa7a603bc668 SHA512 871a15297196b21364000d72afa73c2319e741a284c5446443ae3cacd8ce1a07b1ea3b1d8b6b1a88356fb261d093b889508cea63706341413b15f23348f77e80 DIST sebastian-environment-5.1.3.tar.gz 6766 BLAKE2B b19be2ce9b9d514ed5ce7203f2bb0b06c90d36b42dac5f210cbc9d1a764d727aefd6b18fbd291b82516c8902aa3b895e5563eab4113ad977bbc7aa8e63a69068 SHA512 f11826a65ed758e1fe94e6c53293660406ea93f45c107b78053134d695580cb0507786c6d527fef8e7d52ab8df0b4ad9acb2c4a6c758c3a165658a5c3d138d65 diff --git a/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild b/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild deleted file mode 100644 index 07ec9ea6a944..000000000000 --- a/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/sebastian-//}" - -DESCRIPTION="Helps writing PHP code that has runtime-specific execution paths" -HOMEPAGE="https://phpunit.de" -SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}-${PV}" - -RDEPEND="dev-php/fedora-autoloader - >=dev-lang/php-7.1:*" - -src_install() { - insinto /usr/share/php/SebastianBergmann/Environment - doins -r src/* - newins "${FILESDIR}/autoload-4.2.3.php" autoload.php -}