Use https by default
[gentoo.git] / dev-ml / variantslib / variantslib-109.15.00.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 OASIS_BUILD_DOCS=1
8
9 inherit oasis
10
11 DESCRIPTION="OCaml variants as first class values"
12 HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
13 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
14         https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
15
16 LICENSE="Apache-2.0"
17 SLOT="0/${PV}"
18 KEYWORDS="~amd64"
19 IUSE=""
20
21 DEPEND=">=dev-ml/type-conv-${PV}:="
22 RDEPEND="${DEPEND}"
23
24 DOCS=( "README.txt" )