commit: a08ac0e3e742fea59c105abb91483035dccad24b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 06:30:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 06:33:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08ac0e3
dev-php/sebastian-type: drop 1.1.3 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/sebastian-type/Manifest | 1 - dev-php/sebastian-type/sebastian-type-1.1.3.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-php/sebastian-type/Manifest b/dev-php/sebastian-type/Manifest index 7435bb2e4050..55fd5f4c310e 100644 --- a/dev-php/sebastian-type/Manifest +++ b/dev-php/sebastian-type/Manifest @@ -1,2 +1 @@ -DIST sebastian-type-1.1.3.tar.gz 19031 BLAKE2B 5e0d191cbc9315661f226aca14849ac4afa6d9e1dc59ca6033c60e425c94ee8b9ad49ab1c2b94c7814654bbadbaadd0164fadb1494f88c9521b2583985ba0281 SHA512 27b455c7a5f1125c916ea56fd933ef9ffa659b3fa6addf8d2c5956e4efef5bd8ffadc686e5dddfc50ba09a300c8148af7dded4249f404e15923e77102ab777fc DIST sebastian-type-1.1.4.tar.gz 19091 BLAKE2B 17a10d98c7356002b474ebab2c128631593ee175033fe9088a6fdfc29f020e33f1f090c1fb47c9890c686d41d207f5c8d2f6fffccd1e53341b8244b2633f55a1 SHA512 5320cad60dc79b213f30ec7b962d9e178ca7e49053eac040a50df3cea05579741f39bdc13872fb1b2d7c779a8e201767ee9550f47bb39cfca9fdac763886390d diff --git a/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild b/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild deleted file mode 100644 index ff3a8e18c4a5..000000000000 --- a/dev-php/sebastian-type/sebastian-type-1.1.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="type" - -DESCRIPTION="Collection of value objects that represent the types of the PHP type system" -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.2:*" - -src_install() { - insinto /usr/share/php/SebastianBergmann/Type - doins -r src/* - doins "${FILESDIR}/autoload.php" -}
