From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-php/phpdocumentor-reflection-docblock/Manifest | 1 + .../files/autoload.php | 14 ++++++++++ .../phpdocumentor-reflection-docblock/metadata.xml | 12 +++++++++ .../phpdocumentor-reflection-docblock-3.1.1.ebuild | 30 ++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-php/phpdocumentor-reflection-docblock/Manifest create mode 100644 dev-php/phpdocumentor-reflection-docblock/files/autoload.php create mode 100644 dev-php/phpdocumentor-reflection-docblock/metadata.xml create mode 100644 dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild (limited to 'dev-php/phpdocumentor-reflection-docblock') diff --git a/dev-php/phpdocumentor-reflection-docblock/Manifest b/dev-php/phpdocumentor-reflection-docblock/Manifest new file mode 100644 index 000000000000..34ce44b02c63 --- /dev/null +++ b/dev-php/phpdocumentor-reflection-docblock/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..70091f310ed1 --- /dev/null +++ b/dev-php/phpdocumentor-reflection-docblock/files/autoload.php @@ -0,0 +1,14 @@ + + + + + php-bugs@gentoo.org + PHP + + + phpDocumentor/ReflectionDocBlock + + gentoo-staging + 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 new file mode 100644 index 000000000000..bade1b51f23c --- /dev/null +++ b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 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="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc x86" +IUSE="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND="dev-php/fedora-autoloader + =dev-lang/php-5.6:*" + +src_install() { + insinto /usr/share/php/${MY_VENDOR}/${MY_PN} + doins -r src/* + doins "${FILESDIR}/autoload.php" +} -- cgit v1.3