public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/files/, dev-ml/reason/
@ 2017-05-30 18:08 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2017-05-30 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7839bdecb938aaa758d3d7d757a385e1a4d79594
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 18:08:02 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 30 18:08:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7839bdec

dev-ml/reason: backport upstream fix for latest utop

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/reason/files/utop.patch     | 17 +++++++++++++++++
 dev-ml/reason/reason-1.13.5.ebuild |  2 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ml/reason/files/utop.patch b/dev-ml/reason/files/utop.patch
new file mode 100644
index 00000000000..dc3c61ee717
--- /dev/null
+++ b/dev-ml/reason/files/utop.patch
@@ -0,0 +1,17 @@
+commit a8cfc8636ac2ab3292156d0038d54af730a59007
+Author: Cristiano Calcagno <cristianoc@fb.com>
+Date:   Tue May 30 16:23:57 2017 +0200
+
+    Fix utop compilation
+
+diff --git a/_tags b/_tags
+index ac43e8d..788a36e 100644
+--- a/_tags
++++ b/_tags
+@@ -1,5 +1,6 @@
+ true: warn(@5@8@10@11@12@14@23-24@26@29@40), bin_annot, safe_string, debug
+ 
++<src/reason_utop.ml>: thread
+ <editorSupport/**>: -traverse
+ <node_modules/**>: -traverse
+ <bspacks/**>: -traverse

diff --git a/dev-ml/reason/reason-1.13.5.ebuild b/dev-ml/reason/reason-1.13.5.ebuild
index 1ef34e4b334..bdb8d838039 100644
--- a/dev-ml/reason/reason-1.13.5.ebuild
+++ b/dev-ml/reason/reason-1.13.5.ebuild
@@ -27,6 +27,8 @@ DEPEND="${DEPEND}
 	dev-ml/ocamlbuild
 	dev-ml/opam"
 
+PATCHES=( "${FILESDIR}/utop.patch" )
+
 src_compile() {
 	emake precompile
 	emake build


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/files/, dev-ml/reason/
@ 2017-06-03 15:13 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2017-06-03 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5b193f08bfd6e0827ededc8b506bf1aa6069268c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 10:49:54 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 15:13:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b193f08

dev-ml/reason: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/reason/Manifest             |  1 -
 dev-ml/reason/files/utop.patch     | 17 ---------------
 dev-ml/reason/reason-1.13.5.ebuild | 44 --------------------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index 0c9b94c82df..685b56dd2a0 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,2 +1 @@
-DIST reason-1.13.5.tar.gz 6681110 SHA256 d769e15e507ae401e5f7d8e59a1c327729824dd9914d05d7fe0ee51c84afeb2f SHA512 e47836281fb36094358f746b3460ac9671782fbf51058b220f5fe2be060592db75b688c917e162345c3fdcf8822d9b7fad0483ae274a97ccf640bdd7853510a9 WHIRLPOOL 21e86a487263735af8968577f4b3dc8fb4492c9b831b24e27faf30d421e0e164342bc76661fa674c90a2bb78b911639ea12e5eb7562cb6144c6b0d414844e4fe
 DIST reason-2.0.0.tar.gz 6639139 SHA256 cfc2fc6416d00584047fc67eade5c6215cec5ea4c818cd7fe5b4d03d311ea3a8 SHA512 5e8fb81193de90fcf95ae39e66dab6b7638f1b6f37f7f438c3692e67de8f33667eca92e76df4968ad794e4bd02674583203e1058f1e990f3f6e87d8ce1fbbb43 WHIRLPOOL 8eb8395372aac8952bce2c0cfa58ab364cbedc46eb6f4e34ac496e95bb9729134f374cb42f59bd398f6ce9c68025e9c92259fb750381a0b11cf934b05aba1f0d

diff --git a/dev-ml/reason/files/utop.patch b/dev-ml/reason/files/utop.patch
deleted file mode 100644
index dc3c61ee717..00000000000
--- a/dev-ml/reason/files/utop.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-commit a8cfc8636ac2ab3292156d0038d54af730a59007
-Author: Cristiano Calcagno <cristianoc@fb.com>
-Date:   Tue May 30 16:23:57 2017 +0200
-
-    Fix utop compilation
-
-diff --git a/_tags b/_tags
-index ac43e8d..788a36e 100644
---- a/_tags
-+++ b/_tags
-@@ -1,5 +1,6 @@
- true: warn(@5@8@10@11@12@14@23-24@26@29@40), bin_annot, safe_string, debug
- 
-+<src/reason_utop.ml>: thread
- <editorSupport/**>: -traverse
- <node_modules/**>: -traverse
- <bspacks/**>: -traverse

diff --git a/dev-ml/reason/reason-1.13.5.ebuild b/dev-ml/reason/reason-1.13.5.ebuild
deleted file mode 100644
index bdb8d838039..00000000000
--- a/dev-ml/reason/reason-1.13.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Meta Language Toolchain"
-HOMEPAGE="https://github.com/facebook/reason"
-SRC_URI="https://github.com/facebook/reason/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-DEPEND="
-	dev-lang/ocaml:=[ocamlopt?]
-	dev-ml/reason-parser:=
-	dev-ml/merlin-extend:=
-	dev-ml/result:=
-	dev-ml/topkg:=
-	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/utop:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
-	dev-ml/findlib
-	dev-ml/ocamlbuild
-	dev-ml/opam"
-
-PATCHES=( "${FILESDIR}/utop.patch" )
-
-src_compile() {
-	emake precompile
-	emake build
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		--mandir="${ED}/usr/share/man" \
-		${PN}.install || die
-}


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

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

commit:     5c63bae771948556e2dfa846da79564a5fc2b477
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 14:58:54 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:51:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c63bae7

dev-ml/reason: drop old 3.13.0

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

 dev-ml/reason/Manifest                             |  1 -
 .../files/reason-3.12.0-fake-git-version.patch     | 13 ------
 dev-ml/reason/reason-3.13.0.ebuild                 | 46 ----------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index 5524315af66a..60a15ff62f09 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,2 +1 @@
-DIST reason-3.13.0.tar.gz 667524 BLAKE2B 2f27bc6ade3b1826687e6eed67c600603efd087ac2fa1e5b17560ff77233f9e77bccc98fafa142ff82291b8eb6aaa397557964b7c9be0c050ce8a5b9d33748d7 SHA512 afd7a714f836f38c5a7343a85a565ca5f20b109910973518d88befddd6c8fec0f2f3a2c54eebfb53f4bb52dcb45fdd30bb41663c7d979bca4f17aa1139ba5ce0
 DIST reason-3.14.0.tar.gz 675438 BLAKE2B 19ddd7ab800f33c9766665980a67a1df23121f063fc39827d78414762f0487c61f14ee97a9d84a6a521752b14ab17d1a15a3b2037e8304513e4f6e8a32ab9ca6 SHA512 feff9f5d7a00c39d528710401fa902a8a3a20808dbae2b32d5470dc1870a98b0fa1eef60f2fc8b8f4147401939ed53b1cca908b7cf2db82101c21e95de0840eb

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
deleted file mode 100644
index a00a2e063b84..000000000000
--- a/dev-ml/reason/files/reason-3.12.0-fake-git-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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.13.0.ebuild b/dev-ml/reason/reason-3.13.0.ebuild
deleted file mode 100644
index 2dae216689fa..000000000000
--- a/dev-ml/reason/reason-3.13.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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}/${PN}-3.12.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-12-27 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/files/, dev-ml/reason/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2017-06-03 15:13 Alexis Ballier
2017-05-30 18:08 Alexis Ballier

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