From 2eadfe8391087c6fa1ac12ccb03fce80b8bc5197 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 2 Dec 2020 12:28:09 -0500 Subject: dev-ml/oasis: drop old Signed-off-by: Aaron Bauman --- dev-ml/oasis/Manifest | 1 - dev-ml/oasis/oasis-0.4.8.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-ml/oasis/oasis-0.4.8.ebuild (limited to 'dev-ml') diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest index e71acdc8409a..8f33e27921d7 100644 --- a/dev-ml/oasis/Manifest +++ b/dev-ml/oasis/Manifest @@ -1,2 +1 @@ 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/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild deleted file mode 100644 index f4b70d1c6f47..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 - !=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" ) -- cgit v1.2.3-65-gdbad