summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/oasis/oasis-0.4.4.ebuild')
-rw-r--r--dev-ml/oasis/oasis-0.4.4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/oasis/oasis-0.4.4.ebuild b/dev-ml/oasis/oasis-0.4.4.ebuild
deleted file mode 100644
index f595bffa28b5..000000000000
--- a/dev-ml/oasis/oasis-0.4.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a 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/1391/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:="
-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
- )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )