diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ml/gsl-ocaml | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ml/gsl-ocaml')
| -rw-r--r-- | dev-ml/gsl-ocaml/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r2.ebuild | 26 | ||||
| -rw-r--r-- | dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild | 25 | ||||
| -rw-r--r-- | dev-ml/gsl-ocaml/metadata.xml | 12 |
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest new file mode 100644 index 000000000000..575428070415 --- /dev/null +++ b/dev-ml/gsl-ocaml/Manifest @@ -0,0 +1,2 @@ +DIST gsl-1.24.3.tbz 100642 BLAKE2B cf1bd63593901ba41ec33a8d073d923351e8cd6021f0402ce337242dd6b378408e740f2904a1c53f123453444dc08a05971921ab53e683b2ecf1e8a869f28e46 SHA512 c6e2578618591d1bef428693b69026cdea0f1606cd25d9f02d637a90256a5685eee70ecd0259d2595a1cd7b292c34e3c913c007e2706aa125af045d37e55d9c4 +DIST gsl-1.25.1.tbz 99259 BLAKE2B 576071599c3c451fec0aa9dbf738689f8092efde61f1057ccefdf8045f8c99b5bfe7e5e75e1bb07faaf8f2288c4ab8ef98045f32fc30c83162b2f82915d0552d SHA512 dc6f745738d8f2ad6da221c32634c072bb3de397613b76312d46f59ea66459aee8884019ddd88f3ef2d00ccbd015b63a37265dc5dded4d0207e954ae3fa9ec8f diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r2.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r2.ebuild new file mode 100644 index 000000000000..e3060e6255dc --- /dev/null +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.24.3-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 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}" +BDEPEND="<dev-lang/ocaml-5" + +# DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild new file mode 100644 index 000000000000..5922b5615302 --- /dev/null +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.25.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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}" + +# DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) diff --git a/dev-ml/gsl-ocaml/metadata.xml b/dev-ml/gsl-ocaml/metadata.xml new file mode 100644 index 000000000000..0412d9a480ac --- /dev/null +++ b/dev-ml/gsl-ocaml/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <upstream> + <remote-id type="bitbucket">mmottl/gsl-ocaml</remote-id> + <remote-id type="github">mmottl/gsl-ocaml</remote-id> + </upstream> +</pkgmetadata> |
