summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-05-24 15:57:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-05-24 15:57:30 +0000
commit5df509333bf6538599545619a0a071326c32df37 (patch)
tree3bea1a2dcd8045cdcf0fa38755c25709898cd169 /dev-ml
parenteapi5, define subslot and add slot dep on ocaml (diff)
downloadgentoo-2-5df509333bf6538599545619a0a071326c32df37.tar.gz
gentoo-2-5df509333bf6538599545619a0a071326c32df37.tar.bz2
gentoo-2-5df509333bf6538599545619a0a071326c32df37.zip
version bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-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" )