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

commit:     cbcc1097887913e754c52b536b42d23382837d2d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 07:34:47 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 07:35:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcc1097

dev-ml/stdcompat: new package, add 19

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

 dev-ml/stdcompat/Manifest            |  1 +
 dev-ml/stdcompat/metadata.xml        | 16 ++++++++++++++++
 dev-ml/stdcompat/stdcompat-19.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-ml/stdcompat/Manifest b/dev-ml/stdcompat/Manifest
new file mode 100644
index 000000000000..bd3fa2e01ed9
--- /dev/null
+++ b/dev-ml/stdcompat/Manifest
@@ -0,0 +1 @@
+DIST stdcompat-19.tar.gz 530511 BLAKE2B 4af97c355b98f63366d647a4a375bde43ffbf959a2c02132ab57457db4213b8f98a972bf99667dd53603b28235b4f853470c2117270ce42c6aa579a21dd148fb SHA512 25582731170f2f80eed281c48af4904d1d00ef88a38d1b17853395c19a326d7b11e42c17b69f639402c467ff6f9b83a2e9d4dbab7255ac25d466b85a55674bd0

diff --git a/dev-ml/stdcompat/metadata.xml b/dev-ml/stdcompat/metadata.xml
new file mode 100644
index 000000000000..ef295f228ea6
--- /dev/null
+++ b/dev-ml/stdcompat/metadata.xml
@@ -0,0 +1,16 @@
+<?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">
+		Compatibility module for OCaml standard library allowing programs
+		to use some recent additions to the OCaml standard library while
+		preserving the ability to be compiled on former versions of OCaml.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">thierry-martinez/stdcompat</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
new file mode 100644
index 000000000000..c89f04625894
--- /dev/null
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Compatibility module for OCaml standard library"
+HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
+SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-lang/ocaml:=[ocamlopt]
+	dev-ml/result:=[ocamlopt]
+	dev-ml/uchar:=[ocamlopt]"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-ml/dune
+	dev-ml/findlib[ocamlopt]"
+
+src_configure () {
+	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdcompat/
@ 2022-11-10  7:45 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2022-11-10  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7f6eb5e36ac4f0d8b66f1f65793a439f50c69419
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 07:44:10 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 07:44:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6eb5e3

dev-ml/stdcompat: keyword 19 for ~x86 and SUBSLOT

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

 dev-ml/stdcompat/stdcompat-19.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
index c89f04625894..e6001579ae46 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -9,7 +9,8 @@ SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
+SLOT="0/${PV}"
 
 DEPEND="dev-lang/ocaml:=[ocamlopt]
 	dev-ml/result:=[ocamlopt]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdcompat/
@ 2022-11-10 19:59 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2022-11-10 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9eea5d9c51a31dcd22cd633bc5e9c560e4de5524
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 19:57:35 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 19:58:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea5d9c

dev-ml/stdcompat: ignore CFLAGS

Closes: https://bugs.gentoo.org/880717
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/stdcompat/stdcompat-19.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
index e6001579ae46..bba75839ea6b 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -20,6 +20,9 @@ BDEPEND="
 	dev-ml/dune
 	dev-ml/findlib[ocamlopt]"
 
+# Do not complain about CFLAGS etc since ml projects do not use them.
+QA_FLAGS_IGNORED='.*'
+
 src_configure () {
 	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdcompat/
@ 2023-09-19 17:48 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-09-19 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ee49006117328285469ef5a25ad984d8af53388e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 09:27:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:48:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee490061

dev-ml/stdcompat: fix VariableShadowed

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

 dev-ml/stdcompat/stdcompat-19.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
index bba75839ea6b..edb7ebbf80a0 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,9 +8,8 @@ HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
 SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
 SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-lang/ocaml:=[ocamlopt]
 	dev-ml/result:=[ocamlopt]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdcompat/
@ 2024-07-30 21:20 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-07-30 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2b004e50b70d37d8ee0e89a46e8e88c4d6416a28
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 21:18:55 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 21:19:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b004e50

dev-ml/stdcompat: regenerate autotools files

Closes: https://bugs.gentoo.org/936152
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/stdcompat/{stdcompat-19.ebuild => stdcompat-19-r1.ebuild} | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19-r1.ebuild
similarity index 87%
rename from dev-ml/stdcompat/stdcompat-19.ebuild
rename to dev-ml/stdcompat/stdcompat-19-r1.ebuild
index edb7ebbf80a0..731c0bed6669 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit autotools
+
 DESCRIPTION="Compatibility module for OCaml standard library"
 HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
 SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
@@ -22,6 +24,11 @@ BDEPEND="
 # Do not complain about CFLAGS etc since ml projects do not use them.
 QA_FLAGS_IGNORED='.*'
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure () {
 	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
 }


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

end of thread, other threads:[~2024-07-30 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdcompat/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 21:20 Alfredo Tupone
2022-11-10 19:59 Alfredo Tupone
2022-11-10  7:45 Alfredo Tupone
2022-11-10  7:35 Alfredo Tupone

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