summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-07 20:43:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-07 20:43:32 +0000
commit8b20f93752a5f31f887e90a36ea069be909ed662 (patch)
treeadf20fe8d3e2c0c9d1a154fc0035299fa6dbe3aa /dev-ml
parentAdd shorter names for Creative Commons licenses. (diff)
downloadgentoo-2-8b20f93752a5f31f887e90a36ea069be909ed662.tar.gz
gentoo-2-8b20f93752a5f31f887e90a36ea069be909ed662.tar.bz2
gentoo-2-8b20f93752a5f31f887e90a36ea069be909ed662.zip
Initial import, bug #437318, ebuild by Jacques-Pascal Deplaix
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/macaque/ChangeLog10
-rw-r--r--dev-ml/macaque/macaque-0.6.1.ebuild32
-rw-r--r--dev-ml/macaque/metadata.xml5
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-ml/macaque/ChangeLog b/dev-ml/macaque/ChangeLog
new file mode 100644
index 000000000000..2ba709100db6
--- /dev/null
+++ b/dev-ml/macaque/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/macaque
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.1 2013/02/07 20:43:32 aballier Exp $
+
+*macaque-0.6.1 (07 Feb 2013)
+
+ 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> +macaque-0.6.1.ebuild,
+ +metadata.xml:
+ Initial import, bug #437318, ebuild by Jacques-Pascal Deplaix
+
diff --git a/dev-ml/macaque/macaque-0.6.1.ebuild b/dev-ml/macaque/macaque-0.6.1.ebuild
new file mode 100644
index 000000000000..bec2d8703a66
--- /dev/null
+++ b/dev-ml/macaque/macaque-0.6.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/macaque-0.6.1.ebuild,v 1.1 2013/02/07 20:43:32 aballier Exp $
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="DSL for SQL Queries in Caml"
+HOMEPAGE="http://forge.ocamlcore.org/projects/macaque/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1027/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/pgocaml:=
+ dev-lang/ocaml:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}/src"
+
+src_compile() {
+ emake -j1
+}
+
+src_install() {
+ findlib_src_preinst
+ emake -j1 install
+ dodoc ../README Changelog
+}
diff --git a/dev-ml/macaque/metadata.xml b/dev-ml/macaque/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/macaque/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>