* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-20 20:07 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2024-11-20 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 2cf214efbeac70048afd89272383c73892aa31fb
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 20:07:01 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 20:07:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf214ef
dev-ml/spdx_licenses: new package, add 1.2.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/spdx_licenses/Manifest | 1 +
dev-ml/spdx_licenses/metadata.xml | 17 +++++++++++++++++
dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild | 20 ++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-ml/spdx_licenses/Manifest b/dev-ml/spdx_licenses/Manifest
new file mode 100644
index 000000000000..4a3bd29b4e86
--- /dev/null
+++ b/dev-ml/spdx_licenses/Manifest
@@ -0,0 +1 @@
+DIST spdx_licenses-1.2.0.tar.gz 34387 BLAKE2B 7b381a98df0412993a8ee79a0ec4f99ce82da9be8eb47ab1c591b6110e9839782ca5a9775d7a24d0850d6cd215eb68cee0ae1d2ceecb3406b5699bc9a2c4e350 SHA512 188cb1fd9be76dfc9e26f155a0062ce000a3798e12e2208634db03f54ca7ebb9b3b16787114233f36e2a69bcba08572790c4931790e39590b13d48306b37931c
diff --git a/dev-ml/spdx_licenses/metadata.xml b/dev-ml/spdx_licenses/metadata.xml
new file mode 100644
index 000000000000..55d83f0cf1ec
--- /dev/null
+++ b/dev-ml/spdx_licenses/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <longdescription lang="en">
+ An OCaml library aiming to provide an up-to-date and strict SPDX
+ License Expression parser. It implements the format described in:
+ https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/
+ See https://spdx.org/licenses/ for more details.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">kit-ty-kate/spdx_licenses</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
new file mode 100644
index 000000000000..4c20ed329067
--- /dev/null
+++ b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="A library providing a strict SPDX License Expression parser"
+HOMEPAGE="https://github.com/kit-ty-kate/spdx_licenses"
+SRC_URI="https://github.com/kit-ty-kate/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+ocamlopt test"
+
+BDEPEND="test? ( dev-ml/alcotest )"
+
+RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-20 20:32 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2024-11-20 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 93d17fca698bab48f4f11bc40fc87a7b4f76bfd2
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 20:31:26 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 20:31:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d17fca
dev-ml/spdx_licenses: fix metadata.xml
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/spdx_licenses/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/spdx_licenses/metadata.xml b/dev-ml/spdx_licenses/metadata.xml
index 55d83f0cf1ec..7ddbc37f49d0 100644
--- a/dev-ml/spdx_licenses/metadata.xml
+++ b/dev-ml/spdx_licenses/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
+ <maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
</maintainer>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-23 21:08 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-23 21:08 UTC (permalink / raw
To: gentoo-commits
commit: e46ace4d5e4dd2c41c2cdd42ad33280cdffed3a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:07:03 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:07:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46ace4d
dev-ml/spdx_licenses: Keyword 1.2.0 arm64, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
index 4c20ed329067..56a3c7487efc 100644
--- a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
+++ b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/kit-ty-kate/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt test"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-23 21:25 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-23 21:25 UTC (permalink / raw
To: gentoo-commits
commit: b212e1bf51bf4d13be68b4ac684e9aba6a74453b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:25:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:25:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b212e1bf
dev-ml/spdx_licenses: Keyword 1.2.0 arm, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
index 56a3c7487efc..4834e376c7ef 100644
--- a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
+++ b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/kit-ty-kate/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt test"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-24 15:47 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-11-24 15:47 UTC (permalink / raw
To: gentoo-commits
commit: a1b0f79af39f2707d5c9051e66cd61f17b951b7c
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 15:47:26 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 15:47:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b0f79a
dev-ml/spdx_licenses: Keyword 1.2.0 x86, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
index 4834e376c7ef..846b9878261c 100644
--- a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
+++ b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/kit-ty-kate/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt test"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-24 22:16 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-11-24 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 7b46f60c017531c2e0578479d413b26f90e38430
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 22:16:32 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 22:16:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b46f60c
dev-ml/spdx_licenses: Keyword 1.2.0 riscv, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
index 846b9878261c..991c3fab8a20 100644
--- a/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
+++ b/dev-ml/spdx_licenses/spdx_licenses-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/kit-ty-kate/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
IUSE="+ocamlopt test"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-24 22:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20 20:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 22:16 Jakov Smolić
2024-11-24 15:47 Jakov Smolić
2024-11-23 21:25 Sam James
2024-11-23 21:08 Sam James
2024-11-20 20:07 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox