diff options
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r-- | dev-ml/oasis/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/oasis/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/oasis/oasis-0.4.10.ebuild | 40 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest deleted file mode 100644 index 8f33e27921d7..000000000000 --- a/dev-ml/oasis/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST oasis-0.4.10.tar.gz 394732 BLAKE2B 6347e532d595e33a3a62f63669625d6de0081e8be90568a0e9f334b9745a40ec2593e7c79d21174f3119728c4831393efff0a3ab6d1aeadc594a0f96e5112a72 SHA512 c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd diff --git a/dev-ml/oasis/metadata.xml b/dev-ml/oasis/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-ml/oasis/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</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 9319826b935e..000000000000 --- a/dev-ml/oasis/oasis-0.4.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 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/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" ) |