From 84897174f1a5e0b9f52c2af553e2113b3d12b72c Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Fri, 4 Jun 2010 13:07:53 +0000 Subject: dev-ml/ ocamlgsl: In gentoo-x86 svn path=/sunrise/; revision=10647 --- dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild (limited to 'dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild') diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild deleted file mode 100644 index 6e7a0e04f..000000000 --- a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit base findlib - -DESCRIPTION="OCaml bindings for the GSL library" -HOMEPAGE="http://oandrieu.nerim.net/ocaml/gsl/" -SRC_URI="http://oandrieu.nerim.net/ocaml/gsl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/ocaml-3.10 - >=sci-libs/gsl-1.9" -RDEPEND=${DEPEND} - -PATCHES=( "${FILESDIR}/ocaml-3.11.patch" ) - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - findlib_src_preinst - emake install-findlib || die "make install failed" - - dodoc README NEWS NOTES || die "docs install failed" - doinfo *.info* || die "info install failed" - if use doc; then - dohtml doc/* || die "html docs install failed" - fi -} -- cgit v1.2.3