diff options
author | 2021-04-04 02:36:25 +0000 | |
---|---|---|
committer | 2021-04-04 06:09:35 +0000 | |
commit | cb95d6ea35d94b373536c88bfa239a6f619b64e5 (patch) | |
tree | 11297a97aa3161e91729e40c2d0f37253c34bf3d /dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild | |
parent | dev-ml/gsl-ocaml: add 1.19.1 (Dune port) (diff) | |
download | gentoo-cb95d6ea35d94b373536c88bfa239a6f619b64e5.tar.gz gentoo-cb95d6ea35d94b373536c88bfa239a6f619b64e5.tar.bz2 gentoo-cb95d6ea35d94b373536c88bfa239a6f619b64e5.zip |
dev-ml/gsl-ocaml: drop 1.19.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild')
-rw-r--r-- | dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
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)" -} |