From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/
Date: Sun, 16 Oct 2022 00:02:45 +0000 (UTC) [thread overview]
Message-ID: <1665878563.f6d24da118ff6eb2cd415680453437f50a2e3f1c.xgqt@gentoo> (raw)
commit: f6d24da118ff6eb2cd415680453437f50a2e3f1c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 00:02:07 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 00:02:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d24da1
dev-ml/reason: bump to 3.8.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/reason/Manifest | 1 +
dev-ml/reason/reason-3.8.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index 002476ec9a56..5de7bca1d324 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,3 +1,4 @@
DIST reason-3.7.0_p20211014.tar.gz 1182345 BLAKE2B 2bd69011b80ef6e86dc4838e3612d2992e5aef865686362339b8e536c339ceeac852b948f1e495b9dcb5210302804d886c19e663d2333b477903915630c4a5f5 SHA512 a3923c5da1c4baa8e7292bbc066330cbebc2e090c301cbffb09b9753dbd241b502a8a9b0d92257d4f5e202e0b8cce6a579e934b4e877f987ec326fdd75d39620
DIST reason-3.8.0.tar.gz 1216708 BLAKE2B 99e214a5ff24d0745c35c2522e9b9182fb3db624beb4d843a8e2e27a1e0b93c19e23d1bf44828b216bc58a6f6d447412ead76ffa351e4b3a63607202efd46d31 SHA512 54da28cbdbfb82d76a49f155c929a059e32b4d9e0bc63629b2f7a1206ae56482148519136c24a7bbfcb0a8ba5185070e89ffa187964feeec5e73328edeb754e4
DIST reason-3.8.1.tar.gz 1263319 BLAKE2B 340aa12bbf53255bd83af4922f552e0e341a09dc9946eb1afd486c57446b29f70891abe58fe04c46f94b4fce3ca7d3b015bff5599c002c95e5e161104c3d30d3 SHA512 b792c654f07f3aaf529811c422b548036a51a3170892110945d9c17580f931815fb0773362d00f939a68e89b9ebdb74bcf05f65ae99d93b36f1cd398e877cfd3
+DIST reason-3.8.2.tar.gz 1264705 BLAKE2B f82cde6c3e825e9c0e0911ed9c3f5febd0b475e7f93c8919be4a817d3ebb11193b4b827eedce3db06d343dc6c508b355b7b5a1cab612bfcb54f020ff52be7be0 SHA512 a38d4727ac9c53b8c7c1aa86b1db62ab85e149084e44ef559c5eb6e92090eca09a78f810b93f7d7d180fa8dfa40569b622fc439e0569749dc8478094404d8916
diff --git a/dev-ml/reason/reason-3.8.2.ebuild b/dev-ml/reason/reason-3.8.2.ebuild
new file mode 100644
index 000000000000..29a823b9621d
--- /dev/null
+++ b/dev-ml/reason/reason-3.8.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 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"
+SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ dev-ml/fix:=
+ dev-ml/menhir:=
+ dev-ml/merlin-extend:=
+ dev-ml/ocaml-migrate-parsetree:=
+ dev-ml/result:=
+ dev-ml/utop:=
+"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+ CODE_OF_CONDUCT.md HISTORY.md ORIGINS.md PLAN README.md
+ docs/GETTING_STARTED_CONTRIBUTING.md
+ docs/TYPE_PARAMETERS_PARSING.md
+ docs/USING_PARSER_PROGRAMMATICALLY.md
+)
+
+src_install() {
+ dune-install reason rtop
+ einstalldocs
+}
next reply other threads:[~2022-10-16 0:02 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-16 0:02 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 19:19 [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/ Maciej Barć
2024-12-01 17:29 Maciej Barć
2024-12-01 17:29 Maciej Barć
2024-10-23 15:44 Maciej Barć
2024-05-26 21:36 Maciej Barć
2024-02-26 0:54 Maciej Barć
2024-02-26 0:54 Maciej Barć
2023-08-27 12:42 Maciej Barć
2023-07-08 20:38 Alfredo Tupone
2023-06-17 17:52 Maciej Barć
2023-06-17 17:52 Maciej Barć
2023-06-17 17:52 Maciej Barć
2022-12-21 7:33 Alfredo Tupone
2022-10-16 0:02 Maciej Barć
2022-06-28 15:19 Maciej Barć
2022-06-28 15:19 Maciej Barć
2022-03-09 1:36 Maciej Barć
2022-02-28 10:30 Maciej Barć
2022-01-29 19:36 Maciej Barć
2021-12-11 0:20 Maciej Barć
2021-12-08 4:18 Maciej Barć
2021-12-08 3:09 Maciej Barć
2021-12-08 2:13 Maciej Barć
2017-08-06 12:30 Alexis Ballier
2017-06-03 15:13 Alexis Ballier
2017-05-30 18:08 Alexis Ballier
2017-05-02 9:33 Alexis Ballier
2017-04-20 9:33 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1665878563.f6d24da118ff6eb2cd415680453437f50a2e3f1c.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox