blob: dbfa43781153f004c66a0267671055136770a5cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
DESCRIPTION="Installs [Ruby], [JRuby], [Rubinius], [MagLev] or [mruby]."
HOMEPAGE="https://github.com/postmodern/ruby-install"
SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="( app-shells/bash )
|| ( >=sys-devel/gcc-4.2 sys-devel/clang )
|| ( >=net-misc/wget-1.12 net-misc/curl )"
RDEPEND="${DEPEND}"
|