summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r--dev-ml/oasis/Manifest2
-rw-r--r--dev-ml/oasis/metadata.xml8
-rw-r--r--dev-ml/oasis/oasis-0.4.10.ebuild40
-rw-r--r--dev-ml/oasis/oasis-0.4.8.ebuild38
4 files changed, 0 insertions, 88 deletions
diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
deleted file mode 100644
index e71acdc8409a..000000000000
--- a/dev-ml/oasis/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST oasis-0.4.10.tar.gz 394732 BLAKE2B 6347e532d595e33a3a62f63669625d6de0081e8be90568a0e9f334b9745a40ec2593e7c79d21174f3119728c4831393efff0a3ab6d1aeadc594a0f96e5112a72 SHA512 c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd
-DIST oasis-0.4.8.tar.gz 389565 BLAKE2B 50103f261fd4c9d11fea1d7c26abc047fd0f30ab17b871672cb1ce0a89fd47d378fd4f31d48f1a6835361ddb74761a0ad9fe4bc5ca514e470a4cf3594f30c762 SHA512 e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663
diff --git a/dev-ml/oasis/metadata.xml b/dev-ml/oasis/metadata.xml
deleted file mode 100644
index 75c9ea74812d..000000000000
--- a/dev-ml/oasis/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
deleted file mode 100644
index 4a26f9bc6e6d..000000000000
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="Tool to integrate a configure, build and install system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1694/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
- dev-ml/ocamlbuild:=[ocamlopt]
- dev-ml/camlp4:=
-"
-DEPEND="${RDEPEND}
- >=dev-ml/findlib-1.3.1
- dev-ml/ocamlify
- dev-ml/ocamlmod
- !<sci-chemistry/oasis-4.0-r3
- test? (
- >=dev-ml/ocaml-fileutils-0.4.2
- >=dev-ml/ounit-2.0.0
- >=dev-ml/ocaml-expect-0.0.4
- dev-ml/pcre-ocaml
- dev-ml/extlib
- )"
-
-RESTRICT="strip"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )
diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
deleted file mode 100644
index 0ed13d0087f5..000000000000
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="Tool to integrate a configure, build and install system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
- dev-ml/ocamlbuild:=[ocamlopt]"
-DEPEND="${RDEPEND}
- >=dev-ml/findlib-1.3.1
- dev-ml/ocamlify
- dev-ml/ocamlmod
- !<sci-chemistry/oasis-4.0-r3
- test? (
- >=dev-ml/ocaml-fileutils-0.4.2
- >=dev-ml/ounit-2.0.0
- >=dev-ml/ocaml-expect-0.0.4
- dev-ml/pcre-ocaml
- dev-ml/extlib
- )"
-
-RESTRICT="strip"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )