From 61f10f985e19dfe20a4d9552902625edd5b6eabb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Jun 2021 17:32:00 +0100 Subject: gentoo resync : 21.06.2021 --- dev-ml/gsl-ocaml/Manifest | 2 +- dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r1.ebuild | 26 ++++++++++++++++++++++++++ dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild | 27 --------------------------- 3 files changed, 27 insertions(+), 28 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 (limited to 'dev-ml/gsl-ocaml') diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest index 4c37c25073ef..26246ef274af 100644 --- a/dev-ml/gsl-ocaml/Manifest +++ b/dev-ml/gsl-ocaml/Manifest @@ -1,3 +1,3 @@ DIST gsl-1.24.3.tbz 100642 BLAKE2B cf1bd63593901ba41ec33a8d073d923351e8cd6021f0402ce337242dd6b378408e740f2904a1c53f123453444dc08a05971921ab53e683b2ecf1e8a869f28e46 SHA512 c6e2578618591d1bef428693b69026cdea0f1606cd25d9f02d637a90256a5685eee70ecd0259d2595a1cd7b292c34e3c913c007e2706aa125af045d37e55d9c4 -EBUILD gsl-ocaml-1.24.3.ebuild 607 BLAKE2B 06adeef9509bce72e4c07be5ca929a8d39ced66a3626ca113f72178b7b91d522e9b5723b38e358454577565b5fb687a9aaad3dd5ec3bd1d7f08660de1400f881 SHA512 9b673f03b2e73cdde6eed613f8f99c719fea9e27fc9cc7ab4515f4285b475e15519d18b93e2a7cef6f0ed88c402727a7f8da522c8a51e6dca9393bbf9bfe1068 +EBUILD gsl-ocaml-1.24.3-r1.ebuild 608 BLAKE2B eb371c74edf93e360b53e4cc8debcbcdffdfd721c51f6eb5e523ffe014b6002964148bde1e4e1fa630d7204d1cc8cdb2adb1ca23dfac1fcd008a96627711c9cb SHA512 33f9043cd6639296180d4540eef2bfe6780ea2c23e7eaccb9bbb4349d1c174e559de8d053e9a14812774abaa68076ec389ccc304523eaaf2efd090a1ea8627ef MISC metadata.xml 405 BLAKE2B 9456c1d7c9bfc2e658ca7aa43f4009ec24bca515d3a4de2d66d47399128b10abf165f9012bd7629356fc7e1c998c77c7ee9e4e2ad6da8d49f66383f3d5e21222 SHA512 56eaeacab9b94d6df7372c027c8e139e3fdb8763f3a67342da7f460a48ac2f944fee48721a441e26b2f74254d2af0b3ded55da015bcc7bbf43cc5e9dc1314443 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