From ea3e1bbf643d1d8892f4df05e4f05c1b2a2125d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Sep 2023 10:49:51 +0100 Subject: gentoo auto-resync : 15:09:2023 - 10:49:51 --- .../sebastian-object-reflector-2.0.4.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild (limited to 'dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild') diff --git a/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild b/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild deleted file mode 100644 index 4e42c8e4c710..000000000000 --- a/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/sebastian-/}" - -DESCRIPTION="Allows reflection of object attributes, including inherited and non-public ones" -HOMEPAGE="https://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 sparc x86" -IUSE="" - -BDEPEND="dev-php/theseer-Autoload" - -RDEPEND="dev-php/fedora-autoloader - >=dev-lang/php-7.3:*" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - default - - phpab \ - --output src/autoload.php \ - --template fedora2 \ - --basedir src \ - src \ - || die -} - -src_install() { - insinto /usr/share/php/SebastianBergmann/ObjectReflector - doins -r src/. - - einstalldocs -} -- cgit v1.2.3