summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:26 +0000
commit217681901ff0ce7cd2dbcd52e9a94b10f69d3478 (patch)
treec79847e7a64ea80599c00d8bb9145e256d9410b6 /dev-ml/fieldslib
parentversion bump (diff)
downloadgentoo-2-217681901ff0ce7cd2dbcd52e9a94b10f69d3478.tar.gz
gentoo-2-217681901ff0ce7cd2dbcd52e9a94b10f69d3478.tar.bz2
gentoo-2-217681901ff0ce7cd2dbcd52e9a94b10f69d3478.zip
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r--dev-ml/fieldslib/ChangeLog8
-rw-r--r--dev-ml/fieldslib/fieldslib-108.07.01.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index 7cfb585b1769..a1210292e790 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.9 2012/08/07 16:28:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.10 2012/10/08 11:32:26 aballier Exp $
+
+*fieldslib-108.07.01 (08 Oct 2012)
+
+ 08 Oct 2012; Alexis Ballier <aballier@gentoo.org>
+ +fieldslib-108.07.01.ebuild:
+ version bump
07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -fieldslib-0.1.2.ebuild:
remove old
diff --git a/dev-ml/fieldslib/fieldslib-108.07.01.ebuild b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild
new file mode 100644
index 000000000000..f6ec1036cb6e
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.1 2012/10/08 11:32:26 aballier Exp $
+
+EAPI="3"
+
+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"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-3.0.5"
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"