commit: e01f6906c9115bdf36a0c270e2ca6c29be7e1fb1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 06:31:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
-}