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 D7ACC13835A 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 6573FE0857; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2DCAAE0869 for ; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C15D3407E0 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 0A44C66A for ; Sun, 4 Apr 2021 06:10:21 +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: <1617516575.cb95d6ea35d94b373536c88bfa239a6f619b64e5.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.19.1.ebuild X-VCS-Directories: dev-ml/gsl-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb95d6ea35d94b373536c88bfa239a6f619b64e5 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:21 +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: 34b0fd45-68ca-4879-87bd-aed3ddd1b927 X-Archives-Hash: 78c08276f1f67bf5bc138440a5a9ca44 commit: cb95d6ea35d94b373536c88bfa239a6f619b64e5 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 02:36:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb95d6ea dev-ml/gsl-ocaml: drop 1.19.1 Signed-off-by: Sam James gentoo.org> dev-ml/gsl-ocaml/Manifest | 1 - dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest index 173d01fffc5..e9ca31e4f6c 100644 --- a/dev-ml/gsl-ocaml/Manifest +++ b/dev-ml/gsl-ocaml/Manifest @@ -1,2 +1 @@ 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.19.1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild deleted file mode 100644 index 7b461efb3ec..00000000000 --- a/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_DOCS=1 -OASIS_BUILD_TESTS=1 - -inherit oasis - -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/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -DEPEND=">=sci-libs/gsl-1.19" -RDEPEND="${DEPEND} - !dev-ml/ocamlgsl" - -DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) - -src_prepare() { - oasis_configure_opts="$(use_enable examples)" -}