Use https by default
[gentoo.git] / dev-ml / pipebang / pipebang-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="Syntax extension to transform x |! f into f x"
10 HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
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="Apache-2.0"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64"
17 IUSE=""
18
19 DEPEND=">=dev-ml/type-conv-${PV}:="
20 RDEPEND="${DEPEND}"