summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/core_extended/ChangeLog8
-rw-r--r--dev-ml/core_extended/core_extended-108.07.01.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-ml/core_extended/ChangeLog b/dev-ml/core_extended/ChangeLog
index 3f2ee6d9b3a0..989d2602d4fe 100644
--- a/dev-ml/core_extended/ChangeLog
+++ b/dev-ml/core_extended/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/core_extended
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.5 2012/08/07 16:26:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.6 2012/10/08 12:05:09 aballier Exp $
+
+*core_extended-108.07.01 (08 Oct 2012)
+
+ 08 Oct 2012; Alexis Ballier <aballier@gentoo.org>
+ +core_extended-108.07.01.ebuild:
+ version bump
07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
-core_extended-107.01.ebuild:
diff --git a/dev-ml/core_extended/core_extended-108.07.01.ebuild b/dev-ml/core_extended/core_extended-108.07.01.ebuild
new file mode 100644
index 000000000000..1b77a0a2d3f1
--- /dev/null
+++ b/dev-ml/core_extended/core_extended-108.07.01.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-108.07.01.ebuild,v 1.1 2012/10/08 12:05:09 aballier Exp $
+
+EAPI="3"
+
+OASIS_BUILD_DOCS=1
+#FIXME!
+#OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street's alternative to the standard library"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-ml/pcre-ocaml
+ dev-ml/res
+ >=dev-ml/sexplib-108.07.01
+ >=dev-ml/bin-prot-108.07.01
+ >=dev-ml/fieldslib-108.07.01
+ >=dev-ml/pa_ounit-108.07.01
+ >=dev-ml/variantslib-108.07.01
+ >=dev-ml/pipebang-108.07.01"
+DEPEND="${RDEPEND}
+ test? ( >=dev-ml/ounit-1.1.0 )"