diff options
author | ILMostro <ilmostro7@gmail.com> | 2018-07-11 05:01:28 -0500 |
---|---|---|
committer | ILMostro <ilmostro7@gmail.com> | 2018-07-11 05:01:28 -0500 |
commit | 983644784c79a674a2ea424eae42d88b2eb482cc (patch) | |
tree | 085f61379fd4dd16da267d0fc06cd06faf4adfff | |
parent | dev-ruby/chruby added (diff) | |
download | ag-ops-983644784c79a674a2ea424eae42d88b2eb482cc.tar.gz ag-ops-983644784c79a674a2ea424eae42d88b2eb482cc.tar.bz2 ag-ops-983644784c79a674a2ea424eae42d88b2eb482cc.zip |
dev-ruby/ruby-install added
-rw-r--r-- | dev-ruby/ruby-install/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-install/ruby-install-0.6.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest new file mode 100644 index 0000000..1f55d2d --- /dev/null +++ b/dev-ruby/ruby-install/Manifest @@ -0,0 +1 @@ +DIST ruby-install-0.6.1.tar.gz 27203 SHA256 b3adf199f8cd8f8d4a6176ab605db9ddd8521df8dbb2212f58f7b8273ed85e73 SHA512 30c421b0d67fbcba3b989399cadbe43b5373ef77f548ef4b9692fd2f8fe6bf653d036e485636ba73512f2f3529bafde377109b8b705647f40f275888290fc2f7 WHIRLPOOL e6e0041ef3da26b9fe2d25accc1e1a8279806c134e5eecbb7b2cb3636ecb7731a344428748fc483c5353335821e08f550720770e79942d69962258df2fa7c0da diff --git a/dev-ruby/ruby-install/ruby-install-0.6.1.ebuild b/dev-ruby/ruby-install/ruby-install-0.6.1.ebuild new file mode 100644 index 0000000..dbfa437 --- /dev/null +++ b/dev-ruby/ruby-install/ruby-install-0.6.1.ebuild @@ -0,0 +1,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}" + |