summaryrefslogtreecommitdiff
path: root/dev-ml/fort
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/fort')
-rw-r--r--dev-ml/fort/Manifest4
-rw-r--r--dev-ml/fort/files/fort-0.4.2-ocaml4.patch22
-rw-r--r--dev-ml/fort/fort-0.4.2.ebuild29
-rw-r--r--dev-ml/fort/metadata.xml15
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-ml/fort/Manifest b/dev-ml/fort/Manifest
deleted file mode 100644
index d2fbad3f9b84..000000000000
--- a/dev-ml/fort/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX fort-0.4.2-ocaml4.patch 648 BLAKE2B c10aafb2d283a61ebbfc3591d713ae85a83554a89fb67ac41452276c6c1413b2894bc6849b84c744db5298358d40b06411faf17410aa828091c47abd90476724 SHA512 e52bc74d890f4adcc767eb58e006f18b0a510b33ed1b056e6d0c9ef8716e2278b9a45e9f3c988d0dcd02e117fa4030e57b23402cc4e1e58319b062f7dce609f3
-DIST fort-0.4.2.tar.gz 6828 BLAKE2B de8c414246f37fa002782c8db18669acfcef2a0c0fe93dea1dccc5fc205aac31ea6139d44791d42a475fa35b134938207813125bd0c15f64e02e4d69ff7afc0b SHA512 59659bcc885f8d71985121a2abcfef756078eb472cadbd74ff97aef3378cd3f2a2a6da3a41a0a015b3175c18d98775e7f6b26c7a76262eb044b25122679c15a8
-EBUILD fort-0.4.2.ebuild 729 BLAKE2B 2276001d3fd5234ba6ea843efbb2b73f6bc39296766d699f1288b294d8a531876ba116c2ea78734291bb98ea43f6292cf991a048d30455429ad20b1c6e837570 SHA512 8d09cafb1d78359017b24fa4a9c2705fb342191e06c2d798cf4fae524efd3612f0a59bfd0e34075fd102a06cd2b3fcabdef0aae5fd3a86fbe87f1c2b46b9beef
-MISC metadata.xml 484 BLAKE2B a2b2440ddb65ed59a6879517668152a8d352585ebb8157b205f237a8b78a0452374425c7c2671cdc53c593f1505bb9ef81ee49bd6916fe8d522066e4f55f4526 SHA512 e1047ddee142489977415475313909db3b1d321dd9b6db3452cf8b889c4668e8169dc415c59db5b0867392c12ac747de2df00e53fa5589527279ea55e1e238e5
diff --git a/dev-ml/fort/files/fort-0.4.2-ocaml4.patch b/dev-ml/fort/files/fort-0.4.2-ocaml4.patch
deleted file mode 100644
index 1c688a995446..000000000000
--- a/dev-ml/fort/files/fort-0.4.2-ocaml4.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: fort-0.4.2/Makefile
-===================================================================
---- fort-0.4.2.orig/Makefile
-+++ fort-0.4.2/Makefile
-@@ -3,7 +3,7 @@
-
- include Makefile.config
-
--OCAMLC := ocamlc
-+OCAMLC := ocamlc -I +compiler-libs
-
- # FORT top-level interpreter
- NAME := fort
-@@ -16,7 +16,7 @@ LIBS := unix
- EXECUTABLE := $(NAME)$(EXEC_SUFFIX)
-
- $(EXECUTABLE): $(OBJECTS)
-- $(OCAMLC) -linkall -o $@ toplevellib.cma $(LIBS:%=%.cma) $(OBJECTS)
-+ $(OCAMLC) -linkall -o $@ ocamlcommon.cma ocamlbytecomp.cma ocamltoplevel.cma $(LIBS:%=%.cma) $(OBJECTS)
-
- install: $(EXECUTABLE) $(OBJECTS)
- mkdir -p $(DESTDIR)$(LIBDIR)
diff --git a/dev-ml/fort/fort-0.4.2.ebuild b/dev-ml/fort/fort-0.4.2.ebuild
deleted file mode 100644
index 7471bf89ba24..000000000000
--- a/dev-ml/fort/fort-0.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib eutils
-
-DESCRIPTION="provides an environment for testing programs and Objective Caml modules"
-HOMEPAGE="http://fort.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
-DOCS=( README )
-
-src_prepare() {
- has_version '>=dev-lang/ocaml-4' && epatch "${FILESDIR}/${P}-ocaml4.patch"
- sed -i -e "s:\$(BINDIR):\$(DESTDIR)&:"\
- -e "s:\$(LIBDIR):\$(DESTDIR)&:" Makefile || die
-}
-
-src_configure() {
- ./configure --bindir /usr/bin --libdir /usr/$(get_libdir)/ocaml || die
-}
diff --git a/dev-ml/fort/metadata.xml b/dev-ml/fort/metadata.xml
deleted file mode 100644
index f597a4e671d2..000000000000
--- a/dev-ml/fort/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>Gentoo ML Project</name>
- </maintainer>
- <longdescription>
- FORT (Framework for Ocaml Regression Testing) provides
- an environment for testing programs and Objective Caml modules.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">fort</remote-id>
- </upstream>
-</pkgmetadata>