diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-09-07 13:15:46 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-20 14:00:20 +0200 |
commit | 3cd0a02b518c1e8779511454ff5676e5836b8a43 (patch) | |
tree | 8b32ed5361e7797cf4fe610a78f7ae497f342a00 /dev-php/spdx-licenses | |
parent | dev-php/phar-utils: bump to 1.0.1 (diff) | |
download | gentoo-3cd0a02b518c1e8779511454ff5676e5836b8a43.tar.gz gentoo-3cd0a02b518c1e8779511454ff5676e5836b8a43.tar.bz2 gentoo-3cd0a02b518c1e8779511454ff5676e5836b8a43.zip |
dev-php/spdx-licenses: bump to 1.4.0
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-php/spdx-licenses')
-rw-r--r-- | dev-php/spdx-licenses/Manifest | 1 | ||||
-rw-r--r-- | dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest index 3ec326a1c0b9..b1cd36b14a8b 100644 --- a/dev-php/spdx-licenses/Manifest +++ b/dev-php/spdx-licenses/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild new file mode 100644 index 000000000000..5d0d65544669 --- /dev/null +++ b/dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild @@ -0,0 +1,22 @@ +# 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/Spdx" + doins -r src/. res "${FILESDIR}"/autoload.php + dodoc README.md +} |