diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-26 20:24:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-26 20:25:15 +0300 |
commit | f362ae4e6fbc87c4303f8d9c1acdfba74080729f (patch) | |
tree | d9a66486a89528d5bfac49bfa09f77f0dd25c998 /dev-php | |
parent | dev-php/stringparser_bbcode: treeclean (diff) | |
download | gentoo-f362ae4e6fbc87c4303f8d9c1acdfba74080729f.tar.gz gentoo-f362ae4e6fbc87c4303f8d9c1acdfba74080729f.tar.bz2 gentoo-f362ae4e6fbc87c4303f8d9c1acdfba74080729f.zip |
dev-php/phpdocumentor-reflection-docblock: treeclean
Closes: https://bugs.gentoo.org/934666 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
4 files changed, 0 insertions, 56 deletions
diff --git a/dev-php/phpdocumentor-reflection-docblock/Manifest b/dev-php/phpdocumentor-reflection-docblock/Manifest deleted file mode 100644 index 34ce44b02c63..000000000000 --- a/dev-php/phpdocumentor-reflection-docblock/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phpdocumentor-reflection-docblock-3.1.1.tar.gz 42935 BLAKE2B a18fbc5012a28e9f0ab59c6f485bec692aed5e7d245845be1c20a34e51b646b3cfd57d84f10f60a5e64c3ad0cc916b1bd97f07629035d3d4991056665012bb39 SHA512 43f1824db3a7a3793db88817e3cedd6379c8e9074fac1a3e781d049a74a13bde3c519c0a9b2a9219d7869339ab16276229d5d3d9398d9bf7f6cdac6dea5a12d5 diff --git a/dev-php/phpdocumentor-reflection-docblock/files/autoload.php b/dev-php/phpdocumentor-reflection-docblock/files/autoload.php deleted file mode 100644 index 70091f310ed1..000000000000 --- a/dev-php/phpdocumentor-reflection-docblock/files/autoload.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/* Autoloader for dev-php/phpdocumentor-reflection-common */ - -if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { - require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -} - -Fedora\Autoloader\Autoload::addPsr4('phpDocumentor\\Reflection\\', __DIR__); - -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/phpDocumentor/TypeResolver/autoload.php', - '/usr/share/php/phpDocumentor/ReflectionCommon/autoload.php', - '/usr/share/php/Webmozart/Assert/autoload.php', -)); diff --git a/dev-php/phpdocumentor-reflection-docblock/metadata.xml b/dev-php/phpdocumentor-reflection-docblock/metadata.xml deleted file mode 100644 index 2e604b1f972d..000000000000 --- a/dev-php/phpdocumentor-reflection-docblock/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> - <upstream> - <remote-id type="github">phpDocumentor/ReflectionDocBlock</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild deleted file mode 100644 index 70900eabc91a..000000000000 --- a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="ReflectionDocBlock" -MY_VENDOR="phpDocumentor" - -DESCRIPTION="Provide support for annotations via DocBlocks" -HOMEPAGE="https://www.phpdoc.org" -SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}-${PV}" - -RDEPEND="dev-php/fedora-autoloader - <dev-php/phpdocumentor-reflection-common-2 - <dev-php/phpdocumentor-type-resolver-1 - <dev-php/webmozart-assert-2 - >=dev-lang/php-5.6:*" - -src_install() { - insinto /usr/share/php/${MY_VENDOR}/${MY_PN} - doins -r src/* - doins "${FILESDIR}/autoload.php" -} |