diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 23:26:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 23:26:21 +0000 |
commit | 62a79bbafa32cd38aca8ca5a53d69be08d9cfd1f (patch) | |
tree | 22eba2dc6e16c542363bf5b1127690ef9aaaffc7 /dev-ml/fieldslib | |
parent | version bump (diff) | |
download | gentoo-2-62a79bbafa32cd38aca8ca5a53d69be08d9cfd1f.tar.gz gentoo-2-62a79bbafa32cd38aca8ca5a53d69be08d9cfd1f.tar.bz2 gentoo-2-62a79bbafa32cd38aca8ca5a53d69be08d9cfd1f.zip |
version bump
(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/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/fieldslib/fieldslib-109.08.00.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog index 8e05e2266f4c..d362d9414edc 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.12 2013/02/07 18:56:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.13 2013/02/08 23:26:21 aballier Exp $ + +*fieldslib-109.08.00 (08 Feb 2013) + + 08 Feb 2013; Alexis Ballier <aballier@gentoo.org> + +fieldslib-109.08.00.ebuild: + version bump *fieldslib-109.07.00 (07 Feb 2013) diff --git a/dev-ml/fieldslib/fieldslib-109.08.00.ebuild b/dev-ml/fieldslib/fieldslib-109.08.00.ebuild new file mode 100644 index 000000000000..e09413225323 --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-109.08.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.08.00.ebuild,v 1.1 2013/02/08 23:26:21 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}" |