forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ml/core_extended: bump to 113.00.00
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST core_extended-112.35.00.tar.gz 315031 SHA256 a14a23fab5674952518eeb9d42f69a02b97fc396e74cb2e2fe519cdad5cd9d7e SHA512 265b18fde3bd322113e75d4d733ad1ef3bb0123f6e53d057dd6075f75802914376f79e36bdd78579e2884a579154d7d142fe743de7870b86cf4e830e5189adc2 WHIRLPOOL 7f71d1e82e22aded600dfad0489ba9a6bedc609604840df9f48beabd80db04d61b6e246398c87ab6fc565a17be6e7ea488a88dba140d582cd8696a400d2b482c | ||
DIST core_extended-113.00.00.tar.gz 292116 SHA256 66a49e217a869c890be1d5da7342a24311bf8f0aae79f76a9b1a13b2cc8449ba SHA512 6a78d34318392a499e703ad8c24b4271ce31e4fa1d03f1f17a96c0f91b1533b3819880242e956e93a5ca1713bdb7cc9044218055cdfe62bcb5b3b40f9416708e WHIRLPOOL 1d3cefc38c1bd5f1d9b4a5fb0ddee38ab94f71c5c2d3ddbb3a383569f6989ec56ec38bca2e0d64014ae7c025df9418a4c23ccd24157505579bfa3863e952f405 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
|
||
OASIS_BUILD_DOCS=1 | ||
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%.*}/files/${P}.tar.gz" | ||
|
||
LICENSE="LGPL-2.1-with-linking-exception" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
>=dev-ml/core-${PV}:= | ||
>=dev-ml/sexplib-109.20.00:= | ||
>=dev-ml/bin-prot-109.15.00:= | ||
>=dev-ml/fieldslib-109.20.00:= | ||
>=dev-ml/pa_ounit-109.27.00:= | ||
>=dev-ml/comparelib-109.27.00:= | ||
>=dev-ml/custom_printf-109.27.00:= | ||
>=dev-ml/pipebang-109.15.00:= | ||
>=dev-ml/textutils-109.35.00:= | ||
dev-ml/pa_test:= | ||
dev-ml/re2:= | ||
dev-ml/pa_bench:= | ||
dev-ml/camlp4:= | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=dev-ml/ounit-1.1.0 )" |