commit:     b1c53892a9369d74e0bfa611b87779f7cdb9c417
Author:     Hiroki Tokunaga <tokusan441 <AT> gmail <DOT> com>
AuthorDate: Thu Sep  5 12:33:53 2024 +0000
Commit:     Hiroki Tokunaga <tokusan441 <AT> gmail <DOT> com>
CommitDate: Thu Sep  5 12:33:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1c53892

dev-ml/ocaml-version: add 3.6.8

Signed-off-by: Hiroki Tokunaga <tokusan441 <AT> gmail.com>

 dev-ml/ocaml-version/Manifest                   |  1 +
 dev-ml/ocaml-version/ocaml-version-3.6.8.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/ocaml-version/Manifest b/dev-ml/ocaml-version/Manifest
index c5db5f7a2..fa5b12fb1 100644
--- a/dev-ml/ocaml-version/Manifest
+++ b/dev-ml/ocaml-version/Manifest
@@ -1 +1,2 @@
 DIST ocaml-version-3.6.7.tar.gz 14315 BLAKE2B 
6b6599ad17bbf3f023e809ae522db44d32632c6bcc9e09fcb7515bb9219658b36eb6cc1d9da4beff9d1843b1333642b207331c7c98ac07d81279b73e07a3c726
 SHA512 
879e0eac5ea672b98dc9ba7f236fc048ed829271fe5d95909f23b64e180d64d407684de83684fc0f07373a25feda3ae679daf005f72421a3f1173aa097be8c03
+DIST ocaml-version-3.6.8.tar.gz 14336 BLAKE2B 
a998ac03638307ef12f8ea919046b75c1f291ef87e5a4a67b9951b4cfa9b1c85d80e79aab06e414d17ba066cfa514a03121a113596111d0c3734796f7d0f0dc9
 SHA512 
ed372b014bdbee560729ca14c505cc9c3ce2075e36858bd690f028189be1a8fa5fa86a981fe698c8f3521100a63bb057992a9455d83552250a5466b6b41c1104

diff --git a/dev-ml/ocaml-version/ocaml-version-3.6.8.ebuild 
b/dev-ml/ocaml-version/ocaml-version-3.6.8.ebuild
new file mode 100644
index 000000000..26ec14736
--- /dev/null
+++ b/dev-ml/ocaml-version/ocaml-version-3.6.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library to parse and enumerate releases of the OCaml compiler"
+HOMEPAGE="https://github.com/ocurrent/ocaml-version";
+SRC_URI="https://github.com/ocurrent/ocaml-version/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ISC"
+
+SLOT="0/${PV}"
+
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       test? (
+               dev-ml/alcotest:=
+       )
+"

Reply via email to