summaryrefslogtreecommitdiff
path: root/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
commitea3e1bbf643d1d8892f4df05e4f05c1b2a2125d8 (patch)
tree60dac1902fc2665fd22fc2e4e4a60186cc7e361b /dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild
parentefca79f216bfeffd55e7731fbf24126d093e1084 (diff)
gentoo auto-resync : 15:09:2023 - 10:49:51
Diffstat (limited to 'dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild')
-rw-r--r--dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
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
-}