| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-108.00.01.ebuild,v 1.4 2012/07/09 20:53:35 ulm Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
|
| 7 |
OASIS_BUILD_DOCS=1
|
| 8 |
#FIXME!
|
| 9 |
#OASIS_BUILD_TESTS=1
|
| 10 |
|
| 11 |
inherit oasis
|
| 12 |
|
| 13 |
MY_P=${P/_/\~}
|
| 14 |
DESCRIPTION="Jane Street's alternative to the standard library"
|
| 15 |
HOMEPAGE="http://www.janestreet.com/ocaml"
|
| 16 |
SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${P}.tar.gz"
|
| 17 |
|
| 18 |
LICENSE="LGPL-2.1-with-linking-exception"
|
| 19 |
SLOT="0"
|
| 20 |
KEYWORDS="~amd64"
|
| 21 |
IUSE="test"
|
| 22 |
|
| 23 |
RDEPEND="dev-ml/pcre-ocaml
|
| 24 |
>=dev-ml/sexplib-108.00.01
|
| 25 |
>=dev-ml/bin-prot-108.00.01
|
| 26 |
>=dev-ml/fieldslib-108.00.01
|
| 27 |
>=dev-ml/pa_ounit-108.00.01
|
| 28 |
>=dev-ml/variantslib-108.00.01
|
| 29 |
>=dev-ml/pipebang-108.00.01"
|
| 30 |
DEPEND="${RDEPEND}
|
| 31 |
test? ( >=dev-ml/ounit-1.1.0 )"
|