summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-28 13:06:54 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-28 13:37:14 -0500
commit56242d62743d4f48afcf13afaac20ad63233a2d9 (patch)
treeef34b7ea73cf9c2b5e86ce26b020cf03a992d032 /dev-ml
parentdev-db/libzdb: drop old (diff)
downloadgentoo-56242d62743d4f48afcf13afaac20ad63233a2d9.tar.gz
gentoo-56242d62743d4f48afcf13afaac20ad63233a2d9.tar.bz2
gentoo-56242d62743d4f48afcf13afaac20ad63233a2d9.zip
dev-ml/camlbz2: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlbz2/camlbz2-0.6.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
deleted file mode 100644
index 15884ba324e3..000000000000
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
-HOMEPAGE="http://camlbz2.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/bzip2
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- findlib_src_preinst
- emake DESTDIR="${OCAMLFIND_DESTDIR}" install
- dodoc ChangeLog README ROADMAP BUGS
- use doc && dohtml doc/*
-}