public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-20 19:33 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-11-20 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0d650c59f0b6e904074852c9c82dad2a3dd6c922
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 19:33:12 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 19:33:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d650c59

dev-ml/swhid_core: new package, add 0.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/swhid_core/Manifest              |  1 +
 dev-ml/swhid_core/metadata.xml          | 15 +++++++++++++++
 dev-ml/swhid_core/swhid_core-0.1.ebuild | 16 ++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ml/swhid_core/Manifest b/dev-ml/swhid_core/Manifest
new file mode 100644
index 000000000000..7718d6ed2fcb
--- /dev/null
+++ b/dev-ml/swhid_core/Manifest
@@ -0,0 +1 @@
+DIST swhid_core-0.1.tar.gz 46118 BLAKE2B 3594b9cd8c71bf4fa9f05e63a45d17af7c3c0d7e6339c357c0f79a7e2a6b558b068478038de9ef4b370c5935489a1ad9f21824a56f0e971a0a1e0a00412368e1 SHA512 ec72cc946c662dc8230f4ef8c85bb41df56c3f46bc49276feca434199cd482f11901be902fc5c243244866d4a167474f18245f83ad0b0cf46eb35406ad1f1b5c

diff --git a/dev-ml/swhid_core/metadata.xml b/dev-ml/swhid_core/metadata.xml
new file mode 100644
index 000000000000..3589884a9014
--- /dev/null
+++ b/dev-ml/swhid_core/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
+	<longdescription lang="en">
+		swhid_core is an OCaml library to with with Software Heritage
+		persistent identifiers (swhids).
+	</longdescription>
+	<upstream>
+		<remote-id type="github">ocamlpro/swhid_core</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
new file mode 100644
index 000000000000..8be4a78a1895
--- /dev/null
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit dune
+
+DESCRIPTION="OCaml library to work with swhids"
+HOMEPAGE="https://github.com/ocamlpro/swhid_core"
+SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-21 23:06 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2024-11-21 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     76b25ea3003808d2b7fb995c5a477f356ffa111b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 23:06:42 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 23:06:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b25ea3

dev-ml/swhid_core: Keyword 0.1 riscv, #944340

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index 8be4a78a1895..a83072907d63 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-22  1:52 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-22  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     816d43d4dc43fc046230dc4a830f34dabbb5db2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 01:51:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 01:51:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816d43d4

dev-ml/swhid_core: Keyword 0.1 ppc, #944340

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index a83072907d63..41addd6ebfc9 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~ppc ~riscv"
 
 IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-22  1:52 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-22  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     de45b2db37da9854f02194ed207d6abf66fcb906
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 01:51:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 01:51:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de45b2db

dev-ml/swhid_core: Keyword 0.1 ppc64, #944340

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index 41addd6ebfc9..b85dcb301ab6 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
 
 IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-22 18:24 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-22 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c9233755337a1a642f0712707fc1aa41223409c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 18:24:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 18:24:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9233755

dev-ml/swhid_core: Keyword 0.1 arm64, #944340

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index b85dcb301ab6..eb7eed022576 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
 
 IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-22 18:24 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-22 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     26b67cd5df6fad469c5b9c19d97cd15d40906f41
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 18:24:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 18:24:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b67cd5

dev-ml/swhid_core: Keyword 0.1 arm, #944340

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index eb7eed022576..db062308a3a0 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
 
 IUSE="+ocamlopt"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/
@ 2024-11-23  8:06 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-23  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     209c3be7a8a53cff45c211fbf69a7a3cb52c46d7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 08:06:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 08:06:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209c3be7

dev-ml/swhid_core: Keyword 0.1 x86, #944340

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/swhid_core/swhid_core-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild
index db062308a3a0..a11feca2f8a5 100644
--- a/dev-ml/swhid_core/swhid_core-0.1.ebuild
+++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 IUSE="+ocamlopt"


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

end of thread, other threads:[~2024-11-23  8:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22  1:52 [gentoo-commits] repo/gentoo:master commit in: dev-ml/swhid_core/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23  8:06 Arthur Zamarin
2024-11-22 18:24 Arthur Zamarin
2024-11-22 18:24 Arthur Zamarin
2024-11-22  1:52 Sam James
2024-11-21 23:06 Jakov Smolić
2024-11-20 19:33 Alfredo Tupone

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