public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2018-09-20 14:54 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-09-20 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     85df4f93ee31ec4074958cde9f41c4e718f0eb4b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 14:53:30 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 14:54:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85df4f93

dev-php/spdx-licenses: fix spdx-{exceptions,licenses}.json install location

spdx-{exceptions,licenses}.json files must be installed into Composer/res
or `composer validate` will throw the following error:

>  [ErrorException]
>  file_get_contents(/usr/share/php/Composer/res/spdx-licenses.json): failed to open stream: No such file or directory

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../{spdx-licenses-1.4.0.ebuild => spdx-licenses-1.4.0-r1.ebuild}    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild
similarity index 83%
rename from dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild
rename to dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild
index 5d0d6554466..57236bd1ba3 100644
--- a/dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild
+++ b/dev-php/spdx-licenses/spdx-licenses-1.4.0-r1.ebuild
@@ -16,7 +16,10 @@ RDEPEND="
 	dev-php/fedora-autoloader"
 
 src_install() {
+	insinto "/usr/share/php/Composer/res"
+	doins -r res/.
+
 	insinto "/usr/share/php/Composer/Spdx"
-	doins -r src/. res "${FILESDIR}"/autoload.php
+	doins -r src/. "${FILESDIR}"/autoload.php
 	dodoc README.md
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2024-01-09 17:42 Mart Raudsepp
  0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2024-01-09 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ba1b6e4319f9d5dc166f8870de694e7e5e25110c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 15:45:40 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 17:38:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1b6e43

dev-php/spdx-licenses: keyword 1.5.4 for ~arm64

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
index b304cd775644..7a74e42a2f7d 100644
--- a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
 	dev-lang/php:*


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2021-05-10  6:58 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-05-10  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     edcf7f7cf36fb2f453f7c1a456ddf3625d0acda7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 06:57:26 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 10 06:57:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcf7f7c

dev-php/spdx-licenses: x86 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
index 8a7a72db38c..b304cd77564 100644
--- a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-lang/php:*


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2021-05-06  6:55 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-05-06  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5c54975c02ffc7f659410b4eb7ddd7c3cd772c29
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 06:53:14 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May  6 06:54:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c54975c

dev-php/spdx-licenses: amd64 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
index 98621560f37..8a7a72db38c 100644
--- a/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-lang/php:*


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2020-09-13 23:19 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2020-09-13 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2343d3887299028dd18d575daeabb3351ad1c8bb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:16:45 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:17:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2343d388

dev-php/spdx-licenses: bump to v1.5.4

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/spdx-licenses/Manifest                   |  1 +
 dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild | 25 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest
index 554d7e5ff64..625bc185722 100644
--- a/dev-php/spdx-licenses/Manifest
+++ b/dev-php/spdx-licenses/Manifest
@@ -2,3 +2,4 @@ DIST spdx-licenses-1.2.0.tar.gz 10974 BLAKE2B 52cba9837202b1ae598b6d3b36f4ef67ec
 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.5.4.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
new file mode 100644
index 00000000000..98621560f37
--- /dev/null
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.4.ebuild
@@ -0,0 +1,25 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2020-03-19 21:55 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2020-03-19 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6ad0bc00396f9f71543e426839404c79481d0ca9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 21:46:23 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 21:54:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad0bc00

dev-php/spdx-licenses: bump to v1.5.3

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/spdx-licenses/Manifest                   |  1 +
 dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild | 25 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest
index 8bb554ccef6..554d7e5ff64 100644
--- a/dev-php/spdx-licenses/Manifest
+++ b/dev-php/spdx-licenses/Manifest
@@ -1,3 +1,4 @@
 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

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild
new file mode 100644
index 00000000000..98621560f37
--- /dev/null
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.3.ebuild
@@ -0,0 +1,25 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2018-12-22 23:17 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-12-22 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3838629a64952c4d396d2f98a3ecacd660c59e
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Dec 21 08:36:22 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 23:08:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b383862

dev-php/spdx-licenses: bump to 1.5.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/spdx-licenses/Manifest                   |  1 +
 dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild | 25 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest
index b1cd36b14a8..8bb554ccef6 100644
--- a/dev-php/spdx-licenses/Manifest
+++ b/dev-php/spdx-licenses/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild
new file mode 100644
index 00000000000..8b9ab0e5b04
--- /dev/null
+++ b/dev-php/spdx-licenses/spdx-licenses-1.5.0.ebuild
@@ -0,0 +1,25 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2018-09-20 12:00 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-09-20 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3cd0a02b518c1e8779511454ff5676e5836b8a43
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Sep  7 11:15:46 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 12:00:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd0a02b

dev-php/spdx-licenses: bump to 1.4.0

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-php/spdx-licenses/Manifest                   |  1 +
 dev-php/spdx-licenses/spdx-licenses-1.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest
index 3ec326a1c0b..b1cd36b14a8 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 00000000000..5d0d6554466
--- /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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2018-01-22 21:52 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2018-01-22 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7246561ad57d54409827ee6af0a88651abda4af4
Author:     Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Mon Jan 22 14:02:53 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 21:48:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7246561a

dev-php/spdx-licenses: version bump to 1.2.0.

Bug: https://bugs.gentoo.org/644774
Closes: https://github.com/gentoo/gentoo/pull/6930

 dev-php/spdx-licenses/Manifest                   |  1 +
 dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/spdx-licenses/Manifest b/dev-php/spdx-licenses/Manifest
index 9d41032a404..2b44e60087c 100644
--- a/dev-php/spdx-licenses/Manifest
+++ b/dev-php/spdx-licenses/Manifest
@@ -1 +1,2 @@
 DIST spdx-licenses-1.0.0.tar.gz 8244 BLAKE2B 57ef1ccb7f4165293c8daca0fe3e04322658a06a10e82b10ee0603974572c51fd005de7a530fce280d8ab3fa78fe18ac3bd64babdf2565eacb1c61a3f3df9ce4 SHA512 1ef19555f252c5e03fe3b0376442f47bd50d894effa04bca58e7644e18fcc2a905239086d1aaf31277ce5928a7f9743e123c767e197c0fa063c015ad14851a14
+DIST spdx-licenses-1.2.0.tar.gz 10974 BLAKE2B 52cba9837202b1ae598b6d3b36f4ef67ec27988fa5911f2dfff92d39515d0401f5636922a3d205413489d21fd1dfacbf68f72c907503807317c7c9e51392e016 SHA512 fdb63dd29a099afbc116b30d1deec3d2b46be998a55fd741126f1bc393c5037a9a7477e55f7e030585d826be7d72db26be5ce0b5bb57dd536137cc45890ea9c9

diff --git a/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild b/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild
new file mode 100644
index 00000000000..c23832e1773
--- /dev/null
+++ b/dev-php/spdx-licenses/spdx-licenses-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2017-11-14 14:47 Michael Orlitzky
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Orlitzky @ 2017-11-14 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     8367044165635074a81587c9d169517a5cbe4009
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 13:23:02 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 14:41:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83670441

dev-php/spdx-licenses: fix inconsistent use of whitespace in metadata.xml.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/spdx-licenses/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/spdx-licenses/metadata.xml b/dev-php/spdx-licenses/metadata.xml
index 6cb60211142..393828b4566 100644
--- a/dev-php/spdx-licenses/metadata.xml
+++ b/dev-php/spdx-licenses/metadata.xml
@@ -13,7 +13,7 @@
     <email>php-bugs@gentoo.org</email>
   </maintainer>
   <longdescription>
-	Tools for working with the SPDX license list and validating licenses. 
+    Tools for working with the SPDX license list and validating licenses.
   </longdescription>
   <upstream>
     <remote-id type="github">composer/spdx-licenses</remote-id>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/
@ 2016-12-18 23:18 Michael Orlitzky
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Orlitzky @ 2016-12-18 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     aa5770ce649ce78a4db50352b4ec90803b197ff6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 22:57:50 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 23:17:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5770ce

dev-php/spdx-licenses: add the PHP project as a co-maintainer.

Package-Manager: portage-2.3.0

 dev-php/spdx-licenses/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/spdx-licenses/metadata.xml b/dev-php/spdx-licenses/metadata.xml
index 8239be0..6cb6021 100644
--- a/dev-php/spdx-licenses/metadata.xml
+++ b/dev-php/spdx-licenses/metadata.xml
@@ -9,6 +9,9 @@
     <email>proxy-maint@gentoo.org</email>
     <name>Proxy Maintainers</name>
   </maintainer>
+  <maintainer type="project">
+    <email>php-bugs@gentoo.org</email>
+  </maintainer>
   <longdescription>
 	Tools for working with the SPDX license list and validating licenses. 
   </longdescription>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-09 17:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 14:54 [gentoo-commits] repo/gentoo:master commit in: dev-php/spdx-licenses/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09 17:42 Mart Raudsepp
2021-05-10  6:58 Agostino Sarubbo
2021-05-06  6:55 Agostino Sarubbo
2020-09-13 23:19 Thomas Deutschmann
2020-03-19 21:55 Thomas Deutschmann
2018-12-22 23:17 Thomas Deutschmann
2018-09-20 12:00 Thomas Deutschmann
2018-01-22 21:52 Patrice Clement
2017-11-14 14:47 Michael Orlitzky
2016-12-18 23:18 Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox