summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-02-13 16:00:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-02-13 16:00:30 +0000
commita6779c5cd19f2c93d490fbc3d0ce7ac0a2e9a27f (patch)
tree6148895f70e408be05105309d66a6e893d974624 /dev-ml
parentversion bump (diff)
downloadgentoo-2-a6779c5cd19f2c93d490fbc3d0ce7ac0a2e9a27f.tar.gz
gentoo-2-a6779c5cd19f2c93d490fbc3d0ce7ac0a2e9a27f.tar.bz2
gentoo-2-a6779c5cd19f2c93d490fbc3d0ce7ac0a2e9a27f.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/fieldslib/ChangeLog8
-rw-r--r--dev-ml/fieldslib/fieldslib-109.20.03.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index 2a6e12da2a1f..a25e66299c31 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/fieldslib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.18 2014/01/19 13:38:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.19 2014/02/13 16:00:30 aballier Exp $
+
+*fieldslib-109.20.03 (13 Feb 2014)
+
+ 13 Feb 2014; Alexis Ballier <aballier@gentoo.org>
+ +fieldslib-109.20.03.ebuild:
+ version bump
*fieldslib-109.20.02 (19 Jan 2014)
diff --git a/dev-ml/fieldslib/fieldslib-109.20.03.ebuild b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
new file mode 100644
index 000000000000..b28199993c71
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-109.20.03.ebuild,v 1.1 2014/02/13 16:00:30 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%.*}.00/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}"