From 0464bc3e1e490bb13c2fc0ebaf6ad91385f35454 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 21 Jun 2021 08:12:34 +0100 Subject: dev-ml/gsl-ocaml: revbump for sci-libs/gsl subslot operator Signed-off-by: Sam James --- dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild | 26 ++++++++++++++++++++++++++ dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild | 27 --------------------------- 2 files changed, 26 insertions(+), 27 deletions(-) create mode 100644 dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild delete mode 100644 dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild new file mode 100644 index 000000000000..c72639216ff3 --- /dev/null +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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} + !dev-ml/ocamlgsl" + +# DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild deleted file mode 100644 index 7de5ef50474e..000000000000 --- a/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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} - !dev-ml/ocamlgsl" - -# DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) -- cgit v1.2.3-18-g5258