summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild')
-rw-r--r--dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild
deleted file mode 100644
index 35b705224bc0..000000000000
--- a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Generic O'Caml Makefile for GNU Make"
-HOMEPAGE="https://bitbucket.org/mmottl/ocaml-makefile"
-LICENSE="LGPL-2.1"
-
-DEPEND=""
-RDEPEND=">=dev-lang/ocaml-3.06-r1
- >=dev-ml/findlib-0.8"
-SRC_URI="https://bitbucket.org/mmottl/ocaml-makefile/downloads/${PN}file-${PV}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="examples"
-S="${WORKDIR}/${PN}file-${PV}"
-
-src_install () {
- # Just put the OCamlMakefile into /usr/include
- # where GNU Make will automatically pick it up.
- insinto /usr/include
- doins OCamlMakefile
- # install documentation
- dodoc README.md CHANGES.txt
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r calc camlp4 gtk idl threads
- fi
-}