summaryrefslogtreecommitdiff
path: root/dev-ml/gsl-ocaml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ml/gsl-ocaml
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ml/gsl-ocaml')
-rw-r--r--dev-ml/gsl-ocaml/Manifest4
-rw-r--r--dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild28
-rw-r--r--dev-ml/gsl-ocaml/metadata.xml15
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest
new file mode 100644
index 000000000000..4aa38366fd3c
--- /dev/null
+++ b/dev-ml/gsl-ocaml/Manifest
@@ -0,0 +1,4 @@
+DIST gsl-ocaml-1.19.1.tar.gz 167549 SHA256 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 SHA512 be199d46479f07a16d2f667d7a29675171bc4ecc5a6e5948335bf98f72e6f12474d16455a22e6bfc73683f1d67de3a186d75f817f398f6621241b640c333e07d WHIRLPOOL 85f687b24dacde0d3c6f9f2c1920583e30e57f02e1f6d4dc797db3a846090d2c60d7509b3d70b2374aa31d6b4a9658acb578012f8671d024a24e90e3f5e748a2
+EBUILD gsl-ocaml-1.19.1.ebuild 630 SHA256 c342c5cc1ff9a8a409c6c249be496bb816ef84d1a05ea1508a1d02a62efaef31 SHA512 9304332034dd36c7e2151388b8e3c9b56aedf8c1ab1f979908af19e8efb5d09da59de46662e97611ee51f81b4ac2635f1672a4ed36ef566c1d928b8dd7297d24 WHIRLPOOL e51fcd5c6c15f8feea0a9d8cbcfbf2a4f0dcf4e20c583704f69e0485ccc9940cc9d0979927bbb1ceeec5ef3ba2bb444fd25113516e05f179e38a118f523c52ab
+MISC ChangeLog 502 SHA256 94f667cd7abbb6d78d8a05639a127587594855cbcf543cc536b925de470e3d15 SHA512 3be2cf2fb701120d19fbfc60403d222b52b84ace1a8b0748c70758c13679a87ab626542abd87f4b06c07d63c46d93bf79981638582d8925f8f55400ce3a69462 WHIRLPOOL eda179284b879787a47d5602ef8710b73f3871067aaa75d9ce379750b3936d439c0b96dbc2c2dbedcfcf7d8b5def9bd9e11478de6c9d4ffea04c9d08db9a7d4e
+MISC metadata.xml 480 SHA256 01d57fac91f4498e243a1658cf32e69f6a7e8a0ee5ab6c0c927188dd119c93b8 SHA512 5f1ad4ecf920b66b0a7d3ccd1b9f064ee04a0c422d13889db5d3c7329c47f03d08d8c151a03f8da8c0183147ed0140011b0dd73ad06d07840e5d737782e7518a WHIRLPOOL b8d811bc11a23f94c612aae28776122f1e110e6eb2bbb3859ebee2b43167bfa41d1a751483539b471098848e2af2dd0374ad0cfc96b4ca1eb0dade8f6fe0602c
diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild
new file mode 100644
index 000000000000..694f13126426
--- /dev/null
+++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# 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"
+
+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)"
+}
diff --git a/dev-ml/gsl-ocaml/metadata.xml b/dev-ml/gsl-ocaml/metadata.xml
new file mode 100644
index 000000000000..52ba8df11dd3
--- /dev/null
+++ b/dev-ml/gsl-ocaml/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+GSL interface for OCaml
+ </longdescription>
+ <upstream>
+ <remote-id type="bitbucket">mmottl/gsl-ocaml</remote-id>
+ <remote-id type="github">mmottl/gsl-ocaml</remote-id>
+ </upstream>
+</pkgmetadata>