diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:30:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:03:04 +0200 |
commit | 074903294c1da9fcc96ef48b3657b77a387e20e0 (patch) | |
tree | 4a84d20aae619f7529f01db8966c9f14631536a8 /dev-ml/incremental/incremental-113.00.00.ebuild | |
parent | dev-ml/fieldslib: bump to 113.00.00 (diff) | |
download | gentoo-074903294c1da9fcc96ef48b3657b77a387e20e0.tar.gz gentoo-074903294c1da9fcc96ef48b3657b77a387e20e0.tar.bz2 gentoo-074903294c1da9fcc96ef48b3657b77a387e20e0.zip |
dev-ml/incremental: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/incremental/incremental-113.00.00.ebuild')
-rw-r--r-- | dev-ml/incremental/incremental-113.00.00.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ml/incremental/incremental-113.00.00.ebuild b/dev-ml/incremental/incremental-113.00.00.ebuild new file mode 100644 index 000000000000..8c9913dbd500 --- /dev/null +++ b/dev-ml/incremental/incremental-113.00.00.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Library for incremental computations" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-ml/core:= + dev-ml/fieldslib:= + dev-ml/pa_ounit:= + dev-ml/pa_test:= + dev-ml/sexplib:= +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" |