diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:58:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:58:49 +0000 |
commit | f75d7c505570bc64d59c74341f11deaae73b35a8 (patch) | |
tree | 44b1fe611d8377585aae1ebe56b5405d75a53702 /dev-ml/core | |
parent | Add sys-libs/zlib, thanks ago. (diff) | |
download | gentoo-2-f75d7c505570bc64d59c74341f11deaae73b35a8.tar.gz gentoo-2-f75d7c505570bc64d59c74341f11deaae73b35a8.tar.bz2 gentoo-2-f75d7c505570bc64d59c74341f11deaae73b35a8.zip |
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/core')
-rw-r--r-- | dev-ml/core/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/core/core-108.07.01.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog index 5b45c4441879..ca49d45f5076 100644 --- a/dev-ml/core/ChangeLog +++ b/dev-ml/core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.12 2012/08/07 16:24:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.13 2012/10/08 11:58:49 aballier Exp $ + +*core-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +core-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -core-107.01.ebuild: remove old diff --git a/dev-ml/core/core-108.07.01.ebuild b/dev-ml/core/core-108.07.01.ebuild new file mode 100644 index 000000000000..aa8a22900e91 --- /dev/null +++ b/dev-ml/core/core-108.07.01.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-108.07.01.ebuild,v 1.1 2012/10/08 11:58:49 aballier Exp $ + +EAPI="3" + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis base + +MY_P=${P/_/\~} +DESCRIPTION="Jane Street's alternative to the standard library" +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="test" + +RDEPEND="dev-ml/res + >=dev-ml/sexplib-108.07.01 + >=dev-ml/bin-prot-108.07.01 + >=dev-ml/fieldslib-108.07.01 + >=dev-ml/pa_ounit-108.07.01 + >=dev-ml/variantslib-108.07.01 + >=dev-ml/comparelib-108.07.01 + >=dev-ml/pipebang-108.07.01" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.2 )" |