dev-php/json-schema: Drop old
authorBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 13:27:53 +0000 (09:27 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 14:17:24 +0000 (10:17 -0400)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/json-schema/Manifest
dev-php/json-schema/json-schema-4.1.0.ebuild [deleted file]
dev-php/json-schema/json-schema-5.2.7.ebuild [deleted file]

index 7af2bc151138a7ea92ae84b0c3c30398ef26ec8f..50eaebbc2f83318d08abe252437357df6a69d198 100644 (file)
@@ -1,3 +1 @@
-DIST json-schema-4.1.0.tar.gz 24772 BLAKE2B 181c584c11113c2e0bb7b2f19ef40ae588e470169a4498a47fbd3fcae60d7bb1bb21ac4ab82ce295e487098719fca9004090142d992a296a1b5599fb909b0171 SHA512 5c6bda8c34012bc20d9bf604a6183d50f451327bded70d94415450d2b3cc8e7f6f416ddd8b13db0aeb487fe031fe3185aebd9c97e4c1f79c866dcbc3463f64d0
-DIST json-schema-5.2.7.tar.gz 31388 BLAKE2B b0ce5a9f958effe7d8040c57501841225865eee0d67f56d0eec6aca0c93557b526d51ae35d04a5bd2c066066c1ccdfb00954e6aed866c6d225260ca4a5f73f56 SHA512 fe3b436ea3c29719244fb29e11c37b505fa46845704b9153b1e195147c0b3da39d5d69c61e1b2d89de1ef56bfd51be3552e91cc5dd41a08a8a036e62c29ba197
 DIST json-schema-5.2.8.tar.gz 31179 BLAKE2B fc422b4ea632299308fe44104ed66365441879441446d47bad1da89182da0c1aba04877c279577fe7e8fc9f82e4677bc755558a4f4fa1893362d2b93e8743a08 SHA512 04a96413a12979ee42cc72dc7d6cd73ab26472c46cffa1ce65d7e2338867ec6cce48da5a058d4c8bb849a8fae72376272b814f3a808ed3374af9c98eb8674fe5
diff --git a/dev-php/json-schema/json-schema-4.1.0.ebuild b/dev-php/json-schema/json-schema-4.1.0.ebuild
deleted file mode 100644 (file)
index 9412e62..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="PHP implementation of JSON schema"
-HOMEPAGE="https://github.com/justinrainbow/json-schema"
-SRC_URI="${HOMEPAGE}/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.7.ebuild b/dev-php/json-schema/json-schema-5.2.7.ebuild
deleted file mode 100644 (file)
index abb217d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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="${HOMEPAGE}/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"
-}