diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 12:05:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 12:05:09 +0000 |
commit | e7bf80f893cb36a22fdb16a9d753a33316edaf5e (patch) | |
tree | 44b908fba3066320a07d85e8181077d786fc55ff | |
parent | Version bump. (diff) | |
download | gentoo-2-e7bf80f893cb36a22fdb16a9d753a33316edaf5e.tar.gz gentoo-2-e7bf80f893cb36a22fdb16a9d753a33316edaf5e.tar.bz2 gentoo-2-e7bf80f893cb36a22fdb16a9d753a33316edaf5e.zip |
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
-rw-r--r-- | dev-ml/core_extended/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/core_extended/core_extended-108.07.01.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-ml/core_extended/ChangeLog b/dev-ml/core_extended/ChangeLog index 3f2ee6d9b3a0..989d2602d4fe 100644 --- a/dev-ml/core_extended/ChangeLog +++ b/dev-ml/core_extended/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/core_extended # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.5 2012/08/07 16:26:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.6 2012/10/08 12:05:09 aballier Exp $ + +*core_extended-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +core_extended-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -core_extended-107.01.ebuild: diff --git a/dev-ml/core_extended/core_extended-108.07.01.ebuild b/dev-ml/core_extended/core_extended-108.07.01.ebuild new file mode 100644 index 000000000000..1b77a0a2d3f1 --- /dev/null +++ b/dev-ml/core_extended/core_extended-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_extended/core_extended-108.07.01.ebuild,v 1.1 2012/10/08 12:05:09 aballier Exp $ + +EAPI="3" + +OASIS_BUILD_DOCS=1 +#FIXME! +#OASIS_BUILD_TESTS=1 + +inherit oasis + +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/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-ml/pcre-ocaml + 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/pipebang-108.07.01" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.0 )" |