summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-27 09:42:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-27 09:42:58 +0000
commit95824731f61d29b4a44043e48c65e06b86c56be7 (patch)
tree7d278dd0053c505739b4add41789d24fa0387fa7 /dev-ml/camlbz2
parentinitial import, ebuild by me (diff)
downloadgentoo-2-95824731f61d29b4a44043e48c65e06b86c56be7.tar.gz
gentoo-2-95824731f61d29b4a44043e48c65e06b86c56be7.tar.bz2
gentoo-2-95824731f61d29b4a44043e48c65e06b86c56be7.zip
initial import, ebuild by me
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/camlbz2')
-rw-r--r--dev-ml/camlbz2/ChangeLog10
-rw-r--r--dev-ml/camlbz2/camlbz2-0.6.0.ebuild27
-rw-r--r--dev-ml/camlbz2/metadata.xml5
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ml/camlbz2/ChangeLog b/dev-ml/camlbz2/ChangeLog
new file mode 100644
index 000000000000..a465abfd9f90
--- /dev/null
+++ b/dev-ml/camlbz2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/camlbz2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlbz2/ChangeLog,v 1.1 2014/10/27 09:42:58 aballier Exp $
+
+*camlbz2-0.6.0 (27 Oct 2014)
+
+ 27 Oct 2014; Alexis Ballier <aballier@gentoo.org> +camlbz2-0.6.0.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
new file mode 100644
index 000000000000..270a895bd221
--- /dev/null
+++ b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlbz2/camlbz2-0.6.0.ebuild,v 1.1 2014/10/27 09:42:58 aballier Exp $
+
+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"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="app-arch/bzip2
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ findlib_src_preinst
+ emake DESTDIR="${OCAMLFIND_DESTDIR}" install
+ dodoc ChangeLog README ROADMAP BUGS
+ use doc && dohtml doc/*
+}
diff --git a/dev-ml/camlbz2/metadata.xml b/dev-ml/camlbz2/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/camlbz2/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+</pkgmetadata>