summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/comparelib/ChangeLog8
-rw-r--r--dev-ml/comparelib/comparelib-109.15.00.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog
index 92a4984718ce..2fd71c35298a 100644
--- a/dev-ml/comparelib/ChangeLog
+++ b/dev-ml/comparelib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/comparelib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.6 2013/03/06 16:12:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.7 2013/05/24 15:57:30 aballier Exp $
+
+*comparelib-109.15.00 (24 May 2013)
+
+ 24 May 2013; Alexis Ballier <aballier@gentoo.org>
+ +comparelib-109.15.00.ebuild:
+ version bump
*comparelib-109.11.00 (06 Mar 2013)
diff --git a/dev-ml/comparelib/comparelib-109.15.00.ebuild b/dev-ml/comparelib/comparelib-109.15.00.ebuild
new file mode 100644
index 000000000000..459125d78141
--- /dev/null
+++ b/dev-ml/comparelib/comparelib-109.15.00.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/comparelib-109.15.00.ebuild,v 1.1 2013/05/24 15:57:30 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-${PV}:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )