* [gentoo-commits] repo/gentoo:master commit in: dev-ml/spdx_licenses/
@ 2024-11-20 20:07 Alfredo Tupone
0 siblings, 0 replies; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2024-11-20 20:32 UTC | newest]
Thread overview: 2+ 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-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