summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-07 18:56:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-07 18:56:47 +0000
commitfbf7a3571935b85f89ce40896c52e72e73f824ec (patch)
treeab108e10f355c03a302dbf5edb55e318b2ead61a /dev-ml/fieldslib
parentUse --root switch in udevadm hwdb --update for an offset root support. (diff)
downloadgentoo-2-fbf7a3571935b85f89ce40896c52e72e73f824ec.tar.gz
gentoo-2-fbf7a3571935b85f89ce40896c52e72e73f824ec.tar.bz2
gentoo-2-fbf7a3571935b85f89ce40896c52e72e73f824ec.zip
version bump, eapi 5, add subslots and := deps
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r--dev-ml/fieldslib/ChangeLog10
-rw-r--r--dev-ml/fieldslib/fieldslib-109.07.00.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index d4e1aad9e571..8e05e2266f4c 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/fieldslib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.11 2012/10/17 12:14:10 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.12 2013/02/07 18:56:47 aballier Exp $
+
+*fieldslib-109.07.00 (07 Feb 2013)
+
+ 07 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+ +fieldslib-109.07.00.ebuild:
+ version bump, eapi 5, add subslots and := deps
17 Oct 2012; Alexis Ballier <aballier@gentoo.org> fieldslib-108.07.01.ebuild:
Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler
diff --git a/dev-ml/fieldslib/fieldslib-109.07.00.ebuild b/dev-ml/fieldslib/fieldslib-109.07.00.ebuild
new file mode 100644
index 000000000000..1d0e01549a35
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.07.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.07.00.ebuild,v 1.1 2013/02/07 18:56:47 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-3.0.5:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"