aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/gsl-ocaml/Manifest1
-rw-r--r--dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild28
-rw-r--r--dev-ml/gsl-ocaml/metadata.xml14
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest
deleted file mode 100644
index 09226cbfa..000000000
--- a/dev-ml/gsl-ocaml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gsl-ocaml-1.10.2.tar.gz 161090 SHA256 44aa3b959cb6e7851dcb7df507979d6d68afd80e5e3b60d9b8557105e135f2a3 SHA512 d92918b9c43f37b9e71151cc223e50e32272c82ded377c343731d8404c139ea20d64c020d3470c276742a5ceb26263c4dccc65d0117eabc14539f8e55cd95b25 WHIRLPOOL 30987e544d0b648b98af19667bb9fb7a98c46d06a8fb5cf592b899d93d098ed3929793b9359581ae6cf5742bf45e91a62b42211e93b35e7f821334f69634041a
diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
deleted file mode 100644
index daff922a2..000000000
--- a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="OCaml bindings for the GSL library"
-HOMEPAGE="http://bitbucket.org/mmottl/gsl-ocaml"
-SRC_URI="${HOMEPAGE}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="examples test"
-
-DEPEND=">=sci-libs/gsl-1.10"
-RDEPEND="${DEPEND}"
-
-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
deleted file mode 100644
index 4fb2e6728..000000000
--- a/dev-ml/gsl-ocaml/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
- </upstream>
-</pkgmetadata>