diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 09:45:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 10:25:07 +0200 |
commit | 2c455cd0eda50ded69579261e8242e164ac85af4 (patch) | |
tree | 8a41177568c77901a1491becca09f414fd335bc0 /dev-php/spdx-licenses | |
parent | dev-php/semver: drop 1.4.2, 1.5.1, 1.7.0, 1.7.1 (diff) | |
download | gentoo-2c455cd0eda50ded69579261e8242e164ac85af4.tar.gz gentoo-2c455cd0eda50ded69579261e8242e164ac85af4.tar.bz2 gentoo-2c455cd0eda50ded69579261e8242e164ac85af4.zip |
dev-php/spdx-licenses: drop 1.2.0, 1.4.0, 1.5.0, 1.5.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-php/spdx-licenses')
-rw-r--r-- | dev-php/spdx-licenses/Manifest | 4 | ||||
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild | 22 | ||||
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild | 25 | ||||
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild | 25 |
5 files changed, 0 insertions, 101 deletions
diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest index 625bc1857226..3696b2a8b814 100644 --- a/dev-php/spdx-licenses/Manifest +++ b/dev-php/spdx-licenses/Manifest @@ -1,5 +1 @@ -DIST spdx-licenses-1.2.0.tar.gz 10974 BLAKE2B 52cba9837202b1ae598b6d3b36f4ef67ec27988fa5911f2dfff92d39515d0401f5636922a3d205413489d21fd1dfacbf68f72c907503807317c7c9e51392e016 SHA512 fdb63dd29a099afbc116b30d1deec3d2b46be998a55fd741126f1bc393c5037a9a7477e55f7e030585d826be7d72db26be5ce0b5bb57dd536137cc45890ea9c9 -DIST spdx-licenses-1.4.0.tar.gz 11318 BLAKE2B bbeca0301c98bcbefe9ab09ab3f421480a4a777cd666dcbd870c193bb9af3083853561a3a49ea37a4534bef6c8f7e7c31d85b62355ab11dce006fe5f36864a10 SHA512 0ed7bc6e42e7cebe0763dcda8180d1c20da3f79587457e04be0f1331aa8464a1459ec584a8ef06db76b90eff1b6fd365196a2402384d00ddb5352afdc07afb0d -DIST spdx-licenses-1.5.0.tar.gz 11576 BLAKE2B a427969df68a0ecc0f1234b1da3945c50f5f8163d182ec47a1fef31d309f216a410db95a9dd9e5b6057659a4a0afd5fad01919624e0b6ff0aee20d5bfff7d88a SHA512 184dc4c07f1d7b55539d32e4793c3ffbd8aa5a0b23439965a44450154e63e9afb74adb82031544e9e76e2ea9c5f57308d876c541dbd1583d498d3db71097fb06 -DIST spdx-licenses-1.5.3.tar.gz 12132 BLAKE2B c4f4086903769f8dffba496ed07fb490bd8def142be60c808726e52f4e059df1ffb1a2e8bd3d557b6c531c62d7e64776da1d482ff5958bfc687c11ef963925eb SHA512 b6e7fbaa422ff6d2f227f8fea24de514c0e2c34c7381930f1aabac9523a56565ab2a3df524029143f2e305967dcc0af09721ed9cf74b6e8780306c91d42c74ee DIST spdx-licenses-1.5.4.tar.gz 11804 BLAKE2B d6e2b0364f0f6d728e93a0c4e7796e2461b3be03b17ec30ae77db898b1cca3b00a970a9a64d55ddcec1f115be2bcf69e870c6f802267d6a0ed0e05befb87120f SHA512 0912d6060521c0e88e9570af84f8197cc009d060233d4adda540472bdb736fe9ee077ab424d6f46ddbfb7ee23783c34d3282f88222fd305282c54f164b14c5f3 diff --git a/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild deleted file mode 100644 index c23832e1773c..000000000000 --- a/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Tools for working with and validating SPDX licenses" -HOMEPAGE="https://github.com/composer/spdx-licenses" -SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Composer/Spdx" - doins -r src/. res "${FILESDIR}"/autoload.php - dodoc README.md -} diff --git a/dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild deleted file mode 100644 index 57236bd1ba3c..000000000000 --- a/dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Tools for working with and validating SPDX licenses" -HOMEPAGE="https://github.com/composer/spdx-licenses" -SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Composer/res" - doins -r res/. - - insinto "/usr/share/php/Composer/Spdx" - doins -r src/. "${FILESDIR}"/autoload.php - dodoc README.md -} diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild deleted file mode 100644 index 8b9ab0e5b041..000000000000 --- a/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Tools for working with and validating SPDX licenses" -HOMEPAGE="https://github.com/composer/spdx-licenses" -SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Composer/res" - doins -r res/. - - insinto "/usr/share/php/Composer/Spdx" - doins -r src/. "${FILESDIR}"/autoload.php - dodoc README.md -} diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild deleted file mode 100644 index 98621560f378..000000000000 --- a/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Tools for working with and validating SPDX licenses" -HOMEPAGE="https://github.com/composer/spdx-licenses" -SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Composer/res" - doins -r res/. - - insinto "/usr/share/php/Composer/Spdx" - doins -r src/. "${FILESDIR}"/autoload.php - dodoc README.md -} |