summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamlgsl')
-rw-r--r--dev-ml/ocamlgsl/ChangeLog8
-rw-r--r--dev-ml/ocamlgsl/Manifest5
-rw-r--r--dev-ml/ocamlgsl/files/ocaml-3.11.patch31
-rw-r--r--dev-ml/ocamlgsl/metadata.xml6
-rw-r--r--dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild37
5 files changed, 0 insertions, 87 deletions
diff --git a/dev-ml/ocamlgsl/ChangeLog b/dev-ml/ocamlgsl/ChangeLog
deleted file mode 100644
index 18669396f..000000000
--- a/dev-ml/ocamlgsl/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-ml/ocamlgsl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 17 Aug 2009; Guillaume Horel (thrasibule) <guillaume.horel@gmail.com>
- +ocamlgsl-0.6.0.ebuild, +files/ocaml-3.11.patch, +metadata.xml:
- New Ebuild for dev-ml/ocamlgsl (bug #280939)
-
diff --git a/dev-ml/ocamlgsl/Manifest b/dev-ml/ocamlgsl/Manifest
deleted file mode 100644
index b2daf096f..000000000
--- a/dev-ml/ocamlgsl/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX ocaml-3.11.patch 948 RMD160 6230348d7b3aea03fad9e139b062ef16824159ae SHA1 963844c2209a922c73c8c102021eecc16e439038 SHA256 e025e4bf6a0635001cbd73211417a1056ebf9361db540fb707813260e040b195
-DIST ocamlgsl-0.6.0.tar.gz 274345 RMD160 f7e9db2f388694dbede5b95ed961cb6eeef1fb00 SHA1 819d2f95f44cc4c331a4aa644f8d23704477de05 SHA256 ddb9e432dc1a431cad332a8e7e6685d2facbde2fa15ecab9315741f7d11b588c
-EBUILD ocamlgsl-0.6.0.ebuild 812 RMD160 6a0252a35f3eb2f2aa4e6823ab1a534e5d6730f1 SHA1 29a225f3d7efee8530a249329ba4da577fbb7f5a SHA256 5bf71d6e7312f6284b08ca50aefa0f946fbcb090d83d16763f41f4dc5f0da1db
-MISC ChangeLog 302 RMD160 53457bd38a4c4823263d7932a298b006dc183c3f SHA1 420609c41eed03ada1489e04005747a83f119920 SHA256 af8e5a9ddde7d56bc28455adb45d5e4c0ff8d077b19d5757451ac6e7de528c20
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-ml/ocamlgsl/files/ocaml-3.11.patch b/dev-ml/ocamlgsl/files/ocaml-3.11.patch
deleted file mode 100644
index 52627ac24..000000000
--- a/dev-ml/ocamlgsl/files/ocaml-3.11.patch
+++ /dev/null
@@ -1,31 +0,0 @@
- Makefile | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index ae12602..dd68657 100644
---- a/Makefile
-+++ b/Makefile
-@@ -16,12 +16,12 @@ OCPP := ocpp
- FORT := fort
- AWK := gawk
-
--MNOCYGWIN ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$3 }")
-+MNOCYGWIN ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) 'NR==1 { print $3 }')
- ifeq ($(MNOCYGWIN),-mnocygwin)
- OCAML_BACKEND := mingw
- endif
-
--OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$2 }")
-+OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) 'NR==1 { print $2 }')
- OCAML_VERSION ?= $(shell $(OCAMLC) -version)
-
- OCAMLBCFLAGS := -g
-@@ -94,7 +94,7 @@ SRC := wrappers.h gsl_misc.ml io.h \
- ifeq ($(OCAML_BACKEND),cl)
- include msvc.mak
- else
--ifeq ($(OCAML_BACKEND),gcc)
-+ifneq (,$(findstring gcc,$(OCAML_BACKEND)))
- include gcc.mak
- else
- include mingw.mak
diff --git a/dev-ml/ocamlgsl/metadata.xml b/dev-ml/ocamlgsl/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/dev-ml/ocamlgsl/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
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
-}