commit:     56242d62743d4f48afcf13afaac20ad63233a2d9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 18:06:54 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 18:37:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56242d62

dev-ml/camlbz2: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 30 ------------------------------
 1 file changed, 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 15884ba324e..00000000000
--- 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/*
-}

Reply via email to