Use https by default
[gentoo.git] / dev-ml / comparelib / comparelib-109.60.00.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 inherit oasis
8
9 DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations"
10 HOMEPAGE="http://www.janestreet.com/ocaml"
11 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
12         https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
13
14 LICENSE="LGPL-2.1-with-linking-exception"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64"
17 IUSE=""
18
19 DEPEND=">=dev-ml/type-conv-109.20.00:=
20         || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
21 RDEPEND="${DEPEND}"
22
23 DOCS=( "README.txt" )