From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4355113835A for ; Sun, 4 Apr 2021 06:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6EBE0869; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A229E0863 for ; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48415340831 for ; Sun, 4 Apr 2021 06:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B7464D for ; Sun, 4 Apr 2021 06:10:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617516574.d444e2246543a152c9065074ca9a547c52508a9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/gsl-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/gsl-ocaml/Manifest dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild X-VCS-Directories: dev-ml/gsl-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d444e2246543a152c9065074ca9a547c52508a9f X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43accc45-8822-4a13-95ab-4591edc12f6e X-Archives-Hash: e611583cbedfeb4053b11c5c14872ac5 commit: d444e2246543a152c9065074ca9a547c52508a9f Author: Sam James gentoo org> AuthorDate: Sun Apr 4 02:35:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d444e224 dev-ml/gsl-ocaml: add 1.19.1 (Dune port) Signed-off-by: Sam James gentoo.org> dev-ml/gsl-ocaml/Manifest | 1 + dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest index f544670afdc..173d01fffc5 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-ocaml-1.19.1.tar.gz 167549 BLAKE2B 17d559b31a2be9583fd616b273f1d5cac5a42bebc7df2cf4882ba5bf7ddf411971b4f49dc36eb3bcdb0265ea204d0ea0ba19bc6c63f49a6b8b6075715bd0a967 SHA512 be199d46479f07a16d2f667d7a29675171bc4ecc5a6e5948335bf98f72e6f12474d16455a22e6bfc73683f1d67de3a186d75f817f398f6621241b640c333e07d diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild new file mode 100644 index 00000000000..7de5ef50474 --- /dev/null +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3.ebuild @@ -0,0 +1,27 @@ +# 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 )