diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 16:48:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 16:48:59 +0000 |
commit | 5d3d90554a54cc5416c12454bbd1961aa7c47e25 (patch) | |
tree | 92d90be74ed3c5fd3889cc906810afc28e8e3fb0 /dev-ml/fieldslib | |
parent | version bump (diff) | |
download | gentoo-2-5d3d90554a54cc5416c12454bbd1961aa7c47e25.tar.gz gentoo-2-5d3d90554a54cc5416c12454bbd1961aa7c47e25.tar.bz2 gentoo-2-5d3d90554a54cc5416c12454bbd1961aa7c47e25.zip |
version bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r-- | dev-ml/fieldslib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/fieldslib/fieldslib-109.20.00.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog index 88f60c9e3a56..c7857000bb4f 100644 --- a/dev-ml/fieldslib/ChangeLog +++ b/dev-ml/fieldslib/ChangeLog @@ -1,6 +1,12 @@ # 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.15 2013/03/06 16:06:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.16 2013/05/24 16:48:59 aballier Exp $ + +*fieldslib-109.20.00 (24 May 2013) + + 24 May 2013; Alexis Ballier <aballier@gentoo.org> + +fieldslib-109.20.00.ebuild: + version bump *fieldslib-109.11.00 (06 Mar 2013) diff --git a/dev-ml/fieldslib/fieldslib-109.20.00.ebuild b/dev-ml/fieldslib/fieldslib-109.20.00.ebuild new file mode 100644 index 000000000000..8e32b0f60e53 --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-109.20.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.20.00.ebuild,v 1.1 2013/05/24 16:48:59 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}" |