summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-06 16:06:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-06 16:06:57 +0000
commit1ee7fbd8abd5016e5392b6b70ac94c0d643885f4 (patch)
tree9584c675011f07ae761a8ac3726cdfe905c3a5fc /dev-ml/fieldslib
parentAdd USE=graph by Bruno (bug #459472). (diff)
downloadgentoo-2-1ee7fbd8abd5016e5392b6b70ac94c0d643885f4.tar.gz
gentoo-2-1ee7fbd8abd5016e5392b6b70ac94c0d643885f4.tar.bz2
gentoo-2-1ee7fbd8abd5016e5392b6b70ac94c0d643885f4.zip
version bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r--dev-ml/fieldslib/ChangeLog9
-rw-r--r--dev-ml/fieldslib/fieldslib-109.11.00.ebuild26
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index 962b2dc46029..88f60c9e3a56 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ml/fieldslib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.14 2013/03/02 18:42:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.15 2013/03/06 16:06:57 aballier Exp $
+
+*fieldslib-109.11.00 (06 Mar 2013)
+
+ 06 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+ +fieldslib-109.11.00.ebuild:
+ version bump
+
02 Mar 2013; Alexis Ballier <aballier@gentoo.org>
-fieldslib-108.00.01.ebuild, -fieldslib-108.07.01.ebuild,
diff --git a/dev-ml/fieldslib/fieldslib-109.11.00.ebuild b/dev-ml/fieldslib/fieldslib-109.11.00.ebuild
new file mode 100644
index 000000000000..4dd12960c75c
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.11.00.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-109.11.00.ebuild,v 1.1 2013/03/06 16:06:57 aballier Exp $
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Folding over record fields"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_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" )
+S="${WORKDIR}/${MY_P}"