Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
Date: Sat, 28 Nov 2020 18:37:29
Message-Id: 1606588634.56242d62743d4f48afcf13afaac20ad63233a2d9.bman@gentoo
1 commit: 56242d62743d4f48afcf13afaac20ad63233a2d9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 18:06:54 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 18:37:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56242d62
7
8 dev-ml/camlbz2: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
16 deleted file mode 100644
17 index 15884ba324e..00000000000
18 --- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit findlib
27 -
28 -DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
29 -HOMEPAGE="http://camlbz2.forge.ocamlcore.org/"
30 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0/${PV}"
34 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
35 -IUSE="doc"
36 -
37 -DEPEND="app-arch/bzip2
38 - >=dev-lang/ocaml-3.12:=[ocamlopt]"
39 -RDEPEND="${DEPEND}"
40 -
41 -src_compile() {
42 - emake -j1
43 -}
44 -
45 -src_install() {
46 - findlib_src_preinst
47 - emake DESTDIR="${OCAMLFIND_DESTDIR}" install
48 - dodoc ChangeLog README ROADMAP BUGS
49 - use doc && dohtml doc/*
50 -}