summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-08 23:30:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-08 23:30:12 +0000
commitc80ecbf4ccf99c08ab3a3360b9726bf76e811de5 (patch)
tree66b2ea245d53a1a387f0b57ffb1465edd3aff0d5 /dev-ml/comparelib
parentversion bump (diff)
downloadgentoo-2-c80ecbf4ccf99c08ab3a3360b9726bf76e811de5.tar.gz
gentoo-2-c80ecbf4ccf99c08ab3a3360b9726bf76e811de5.tar.bz2
gentoo-2-c80ecbf4ccf99c08ab3a3360b9726bf76e811de5.zip
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/comparelib')
-rw-r--r--dev-ml/comparelib/ChangeLog8
-rw-r--r--dev-ml/comparelib/comparelib-109.08.00.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog
index f993020736f4..812f432dbf42 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.3 2013/02/07 18:47:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.4 2013/02/08 23:30:12 aballier Exp $
+
+*comparelib-109.08.00 (08 Feb 2013)
+
+ 08 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+ +comparelib-109.08.00.ebuild:
+ version bump
*comparelib-109.07.00 (07 Feb 2013)
diff --git a/dev-ml/comparelib/comparelib-109.08.00.ebuild b/dev-ml/comparelib/comparelib-109.08.00.ebuild
new file mode 100644
index 000000000000..ef56445a9a87
--- /dev/null
+++ b/dev-ml/comparelib/comparelib-109.08.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.08.00.ebuild,v 1.1 2013/02/08 23:30:12 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-3.0.5:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )