summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-07-27 07:37:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-07-27 07:37:07 +0000
commit55e03f11f3cdbc271557124f46b5534a97b67157 (patch)
treeecc7bec129a63e184b8ee7d71a2c86f301b5d02e /dev-ml
parentversion bump (diff)
downloadgentoo-2-55e03f11f3cdbc271557124f46b5534a97b67157.tar.gz
gentoo-2-55e03f11f3cdbc271557124f46b5534a97b67157.tar.bz2
gentoo-2-55e03f11f3cdbc271557124f46b5534a97b67157.zip
version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/macaque/ChangeLog7
-rw-r--r--dev-ml/macaque/macaque-0.7.2.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ml/macaque/ChangeLog b/dev-ml/macaque/ChangeLog
index a3705267941e..06b087dae961 100644
--- a/dev-ml/macaque/ChangeLog
+++ b/dev-ml/macaque/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/macaque
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.3 2015/06/07 09:24:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.4 2015/07/27 07:37:07 aballier Exp $
+
+*macaque-0.7.2 (27 Jul 2015)
+
+ 27 Jul 2015; Alexis Ballier <aballier@gentoo.org> +macaque-0.7.2.ebuild:
+ version bump
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-ml/macaque/macaque-0.7.2.ebuild b/dev-ml/macaque/macaque-0.7.2.ebuild
new file mode 100644
index 000000000000..2b2b57a47a5d
--- /dev/null
+++ b/dev-ml/macaque/macaque-0.7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/macaque-0.7.2.ebuild,v 1.1 2015/07/27 07:37:07 aballier Exp $
+
+EAPI=5
+
+inherit oasis
+
+DESCRIPTION="DSL for SQL Queries in Caml"
+HOMEPAGE="http://ocsigen.org/macaque/"
+SRC_URI="https://github.com/ocsigen/macaque/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/pgocaml-2.1:=
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+RDEPEND="${DEPEND}"
+DOCS=( Changelog README.md )