diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 09:41:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 10:25:05 +0200 |
commit | 73085f37c8c365ddf0c543c9872526c17f08bfa0 (patch) | |
tree | edd2b9aeecba2eb2efbb64c5367cb01701cfff6f /dev-php/json-schema | |
parent | dev-lisp/roswell: drop 20.01.14.104, 20.04.14.105 (diff) | |
download | gentoo-73085f37c8c365ddf0c543c9872526c17f08bfa0.tar.gz gentoo-73085f37c8c365ddf0c543c9872526c17f08bfa0.tar.bz2 gentoo-73085f37c8c365ddf0c543c9872526c17f08bfa0.zip |
dev-php/json-schema: drop 5.2.8, 5.2.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-php/json-schema')
-rw-r--r-- | dev-php/json-schema/Manifest | 2 | ||||
-rw-r--r-- | dev-php/json-schema/json-schema-5.2.8.ebuild | 40 | ||||
-rw-r--r-- | dev-php/json-schema/json-schema-5.2.9.ebuild | 40 |
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-php/json-schema/Manifest b/dev-php/json-schema/Manifest index 4e115a8cfa5a..d1c08a6e21a0 100644 --- a/dev-php/json-schema/Manifest +++ b/dev-php/json-schema/Manifest @@ -1,3 +1 @@ DIST json-schema-5.2.10.tar.gz 31261 BLAKE2B 2f2e3f562552105e924aa3e4408e50c6e42171cb8440ca8009166d956dcb9d4d6a3903c3b7e62bcfa228069c1e17f4faeab56e56ff935fd59fe251d27d12ab3a SHA512 b6d31b5478b93ef7dea741307648734d4d93aa4c0518b0037e81f5411810ea0570a046adb314cbee3f06da4cc9e654c419ff0be75b6ad0f5d3770c03be5707c8 -DIST json-schema-5.2.8.tar.gz 31179 BLAKE2B fc422b4ea632299308fe44104ed66365441879441446d47bad1da89182da0c1aba04877c279577fe7e8fc9f82e4677bc755558a4f4fa1893362d2b93e8743a08 SHA512 04a96413a12979ee42cc72dc7d6cd73ab26472c46cffa1ce65d7e2338867ec6cce48da5a058d4c8bb849a8fae72376272b814f3a808ed3374af9c98eb8674fe5 -DIST json-schema-5.2.9.tar.gz 31336 BLAKE2B 42d1a36810a28050bc543a4d79a3701444e86176e3c514ac198c7b6e8300edc615652c0116e44977c2bbbcaad17da96a4d32642cb304b653efe417e6a5aa67d3 SHA512 4666df39ad50a284687c216b30ac50a5ef4019260fbe0ecb052c820f9c029a904c07fae7606df3ab24b1ac18f651ca4a93ee83847e76361fd41072ce04ded222 diff --git a/dev-php/json-schema/json-schema-5.2.8.ebuild b/dev-php/json-schema/json-schema-5.2.8.ebuild deleted file mode 100644 index 0c8201a0dd70..000000000000 --- a/dev-php/json-schema/json-schema-5.2.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="PHP implementation of JSON schema" -HOMEPAGE="https://github.com/justinrainbow/json-schema" -SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -# Tests are not in the release tarball -RESTRICT="test" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" -DEPEND=" - test? ( - ${RDEPEND} - dev-php/phpunit )" - -src_prepare() { - default - if use test; then - cp "${FILESDIR}"/autoload.php "${S}"/autoload-test.php || die - fi -} - -src_install() { - insinto "/usr/share/php/JsonSchema" - doins -r src/JsonSchema/. "${FILESDIR}"/autoload.php - dodoc README.md -} - -src_test() { - phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed" -} diff --git a/dev-php/json-schema/json-schema-5.2.9.ebuild b/dev-php/json-schema/json-schema-5.2.9.ebuild deleted file mode 100644 index 0c8201a0dd70..000000000000 --- a/dev-php/json-schema/json-schema-5.2.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="PHP implementation of JSON schema" -HOMEPAGE="https://github.com/justinrainbow/json-schema" -SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -# Tests are not in the release tarball -RESTRICT="test" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" -DEPEND=" - test? ( - ${RDEPEND} - dev-php/phpunit )" - -src_prepare() { - default - if use test; then - cp "${FILESDIR}"/autoload.php "${S}"/autoload-test.php || die - fi -} - -src_install() { - insinto "/usr/share/php/JsonSchema" - doins -r src/JsonSchema/. "${FILESDIR}"/autoload.php - dodoc README.md -} - -src_test() { - phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed" -} |