public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/, dev-ml/reason/files/
@ 2023-09-15 12:25 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-09-15 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     76880cca2eea7c835a141997f181d0c35117acdf
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 06:55:35 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 12:25:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76880cca

dev-ml/reason: bump to 3.10.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/reason/Manifest                             |  1 +
 .../files/reason-3.10.0-fake-git-version.patch     | 10 +++++
 dev-ml/reason/reason-3.10.0.ebuild                 | 43 ++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index ce468f89d3cf..13f0c838b71d 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1 +1,2 @@
+DIST reason-3.10.0.tar.gz 668962 BLAKE2B 11ab06cf12d2bd2381a6e12bd0dd7627ce454356db21ad189acaea7d24dac7e3647c10bb4478ded41f946d2d982b20988e448eb63ba4b68574bdbafa2984d0b7 SHA512 9be379b3953f57096139d766ef7c55d89bf70be4a8153177b9812bfa69c4260ee91dfeb87df2b71d63840f612e53e46cd2867085bdcfc7040e53817a8ff92225
 DIST reason-3.9.0.tar.gz 668271 BLAKE2B 46c5937a16462807e653837c7359c661eeb378dcc9ca619b80d8c308e153227c9cfba9c6c1878f87e08c6ca4a026f0acf5ff8e8902765084bddfd4fbacdfd617 SHA512 0b22d21674ed9d0efcde8512476cb6274b3ef43a619c02ae448fb3bb55318af0509c7fc8fb14784411383375e020729eba4b3855569ecefb177deadf462a0de4

diff --git a/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch b/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch
new file mode 100644
index 000000000000..f4be44e80e2f
--- /dev/null
+++ b/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch
@@ -0,0 +1,10 @@
+--- a/src/refmt/dune
++++ b/src/refmt/dune
+@@ -10,5 +10,5 @@
+   (with-stdout-to
+    %{targets}
+    (progn
+-    (bash "echo let version = \\\"$(git rev-parse --verify HEAD)\\\"")
+-    (bash "echo let short_version = \\\"$(git rev-parse --short HEAD)\\\"")))))
++    (bash "echo let version = \\\"0000000000000000000000000000000000000000\\\"")
++    (bash "echo let short_version = \\\"0000000000000000000000000000000000000000\\\"")))))

diff --git a/dev-ml/reason/reason-3.10.0.ebuild b/dev-ml/reason/reason-3.10.0.ebuild
new file mode 100644
index 000000000000..d9655ff84950
--- /dev/null
+++ b/dev-ml/reason/reason-3.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml"
+HOMEPAGE="https://reasonml.github.io/
+	https://github.com/reasonml/reason/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/reasonml/${PN}.git"
+else
+	SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/dune-build-info:=
+	dev-ml/fix:=
+	dev-ml/menhir:=
+	dev-ml/merlin-extend:=
+	dev-ml/ocaml-migrate-parsetree:=
+	dev-ml/ppx_derivers:=
+	dev-ml/ppxlib:=
+	dev-ml/utop:=
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.10.0-fake-git-version.patch" )
+
+src_install() {
+	dune-install reason rtop
+
+	dodoc *.md docs/*.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/, dev-ml/reason/files/
@ 2024-10-19 14:43 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-10-19 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     79b4922ba1cd281754ec72b261bea0f7c86a9ad1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 14:42:11 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 14:42:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b4922b

dev-ml/reason: add 3.12.0

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

 dev-ml/reason/Manifest                             |  1 +
 .../files/reason-3.12.0-fake-git-version.patch     | 13 +++++++
 dev-ml/reason/reason-3.12.0.ebuild                 | 42 ++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index db2f1a18f01c..61765c2bf951 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1 +1,2 @@
 DIST reason-3.11.0.tar.gz 699692 BLAKE2B c377e7ccb222ade2f0a5a9b50147a045fb10a95d7e3a8a9ce91674f76a3174ef169f5575ecde7004db2a43350ac8e7cc73315eefcda57b98c9b3d6cc83ed13bd SHA512 71b70e06afbc193c1c4b379c570347e4f971ed001d60e73cf4a745a9bc110e78d329d5ce5334b59aacb7dbe8d2f12f50b7c6786c9a35fff445da0d26f6a87f7d
+DIST reason-3.12.0.tar.gz 661530 BLAKE2B e2855359595f6240055577f4477975cbe4a836801f5db2431d9b243cc583938c401fcdb36a0e8636aa8ee1368f3565625580c10bef679f520a92fb937571b717 SHA512 4258ee4c6bdc20ff3034458e923e58db7da792d8e22a8ab0b281ea2d6bb503cad30356346e255ad9fcac6fbf4e6bf9bf8cacca08b37ece73f3311d9ef821f9f5

diff --git a/dev-ml/reason/files/reason-3.12.0-fake-git-version.patch b/dev-ml/reason/files/reason-3.12.0-fake-git-version.patch
new file mode 100644
index 000000000000..a00a2e063b84
--- /dev/null
+++ b/dev-ml/reason/files/reason-3.12.0-fake-git-version.patch
@@ -0,0 +1,13 @@
+--- a/src/refmt/dune	2024-10-19 14:08:14.370857664 +0200
++++ b/src/refmt/dune	2024-10-19 14:09:03.820258355 +0200
+@@ -10,8 +10,8 @@
+   (with-stdout-to
+    %{targets}
+    (progn
+-    (bash "echo let version = \\\"$(git rev-parse --verify HEAD)\\\"")
+-    (bash "echo let short_version = \\\"$(git rev-parse --short HEAD)\\\"")))))
++    (bash "echo let version = \\\"0000000000000000000000000000000000000000\\\"")
++    (bash "echo let short_version = \\\"0000000000000000000000000000000000000000\\\"")))))
+ 
+ (rule
+  (with-stdout-to

diff --git a/dev-ml/reason/reason-3.12.0.ebuild b/dev-ml/reason/reason-3.12.0.ebuild
new file mode 100644
index 000000000000..9bf06edc77e2
--- /dev/null
+++ b/dev-ml/reason/reason-3.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml"
+HOMEPAGE="https://reasonml.github.io/
+	https://github.com/reasonml/reason/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/reasonml/${PN}.git"
+else
+	SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/dune-build-info:=[ocamlopt?]
+	dev-ml/fix:=[ocamlopt?]
+	dev-ml/menhir:=[ocamlopt?]
+	dev-ml/merlin-extend:=[ocamlopt?]
+	dev-ml/ppx_derivers:=[ocamlopt?]
+	dev-ml/ppxlib:=[ocamlopt?]
+	dev-ml/utop:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-fake-git-version.patch" )
+
+src_install() {
+	dune-install reason rtop
+
+	dodoc *.md docs/*.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/, dev-ml/reason/files/
@ 2024-10-23 15:44 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2024-10-23 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d7542f929f52da385ad60e8e90b1d6bbdae567f8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 12:35:12 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 15:44:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7542f92

dev-ml/reason: drop old 3.11.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/reason/Manifest                             |  1 -
 .../files/reason-3.10.0-fake-git-version.patch     | 10 -----
 dev-ml/reason/reason-3.11.0.ebuild                 | 43 ----------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index adaf3157c73d..c65698ee2da6 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,3 +1,2 @@
-DIST reason-3.11.0.tar.gz 699692 BLAKE2B c377e7ccb222ade2f0a5a9b50147a045fb10a95d7e3a8a9ce91674f76a3174ef169f5575ecde7004db2a43350ac8e7cc73315eefcda57b98c9b3d6cc83ed13bd SHA512 71b70e06afbc193c1c4b379c570347e4f971ed001d60e73cf4a745a9bc110e78d329d5ce5334b59aacb7dbe8d2f12f50b7c6786c9a35fff445da0d26f6a87f7d
 DIST reason-3.12.0.tar.gz 661530 BLAKE2B e2855359595f6240055577f4477975cbe4a836801f5db2431d9b243cc583938c401fcdb36a0e8636aa8ee1368f3565625580c10bef679f520a92fb937571b717 SHA512 4258ee4c6bdc20ff3034458e923e58db7da792d8e22a8ab0b281ea2d6bb503cad30356346e255ad9fcac6fbf4e6bf9bf8cacca08b37ece73f3311d9ef821f9f5
 DIST reason-3.13.0.tar.gz 667524 BLAKE2B 2f27bc6ade3b1826687e6eed67c600603efd087ac2fa1e5b17560ff77233f9e77bccc98fafa142ff82291b8eb6aaa397557964b7c9be0c050ce8a5b9d33748d7 SHA512 afd7a714f836f38c5a7343a85a565ca5f20b109910973518d88befddd6c8fec0f2f3a2c54eebfb53f4bb52dcb45fdd30bb41663c7d979bca4f17aa1139ba5ce0

diff --git a/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch b/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch
deleted file mode 100644
index f4be44e80e2f..000000000000
--- a/dev-ml/reason/files/reason-3.10.0-fake-git-version.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/refmt/dune
-+++ b/src/refmt/dune
-@@ -10,5 +10,5 @@
-   (with-stdout-to
-    %{targets}
-    (progn
--    (bash "echo let version = \\\"$(git rev-parse --verify HEAD)\\\"")
--    (bash "echo let short_version = \\\"$(git rev-parse --short HEAD)\\\"")))))
-+    (bash "echo let version = \\\"0000000000000000000000000000000000000000\\\"")
-+    (bash "echo let short_version = \\\"0000000000000000000000000000000000000000\\\"")))))

diff --git a/dev-ml/reason/reason-3.11.0.ebuild b/dev-ml/reason/reason-3.11.0.ebuild
deleted file mode 100644
index d9655ff84950..000000000000
--- a/dev-ml/reason/reason-3.11.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml"
-HOMEPAGE="https://reasonml.github.io/
-	https://github.com/reasonml/reason/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/reasonml/${PN}.git"
-else
-	SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
-		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-IUSE="+ocamlopt"
-
-RDEPEND="
-	dev-ml/dune-build-info:=
-	dev-ml/fix:=
-	dev-ml/menhir:=
-	dev-ml/merlin-extend:=
-	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/ppx_derivers:=
-	dev-ml/ppxlib:=
-	dev-ml/utop:=
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-3.10.0-fake-git-version.patch" )
-
-src_install() {
-	dune-install reason rtop
-
-	dodoc *.md docs/*.md
-}


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

end of thread, other threads:[~2024-10-23 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 15:44 [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/, dev-ml/reason/files/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-10-19 14:43 Alfredo Tupone
2023-09-15 12:25 Maciej Barć

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