commit:     7bc23beae6c13f96dc004f9aec0d8adc89c69c10
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 20:25:25 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 20:26:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc23bea

dev-ml/gsl-ocaml: add 1.25.1

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

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

diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest
index e9ca31e4f6c1..575428070415 100644
--- a/dev-ml/gsl-ocaml/Manifest
+++ b/dev-ml/gsl-ocaml/Manifest
@@ -1 +1,2 @@
 DIST gsl-1.24.3.tbz 100642 BLAKE2B 
cf1bd63593901ba41ec33a8d073d923351e8cd6021f0402ce337242dd6b378408e740f2904a1c53f123453444dc08a05971921ab53e683b2ecf1e8a869f28e46
 SHA512 
c6e2578618591d1bef428693b69026cdea0f1606cd25d9f02d637a90256a5685eee70ecd0259d2595a1cd7b292c34e3c913c007e2706aa125af045d37e55d9c4
+DIST gsl-1.25.1.tbz 99259 BLAKE2B 
576071599c3c451fec0aa9dbf738689f8092efde61f1057ccefdf8045f8c99b5bfe7e5e75e1bb07faaf8f2288c4ab8ef98045f32fc30c83162b2f82915d0552d
 SHA512 
dc6f745738d8f2ad6da221c32634c072bb3de397613b76312d46f59ea66459aee8884019ddd88f3ef2d00ccbd015b63a37265dc5dded4d0207e954ae3fa9ec8f

diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild 
b/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild
new file mode 100644
index 000000000000..5922b5615302
--- /dev/null
+++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME="gsl"
+inherit dune
+
+MY_P=${P/-ocaml/}
+DESCRIPTION="OCaml bindings for the GSL library (successor of dev-ml/ocamlgsl)"
+HOMEPAGE="https://github.com/mmottl/gsl-ocaml";
+SRC_URI="https://github.com/mmottl/${PN}/releases/download/${PV}/${MY_P}.tbz";
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+       dev-ml/dune-configurator
+       >=sci-libs/gsl-1.19:="
+RDEPEND="${DEPEND}"
+
+# DOCS=( CHANGES.txt README.md NOTES.md TODO.md )

Reply via email to