From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCC28158086 for ; Sun, 26 Dec 2021 02:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E6AA2BC00D; Sun, 26 Dec 2021 02:11:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D15A2BC00D for ; Sun, 26 Dec 2021 02:11:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D4B7342FBF for ; Sun, 26 Dec 2021 02:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB1741BD for ; Sun, 26 Dec 2021 02:11:16 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1640484639.dc5b4410bff004c578587b5eaa11138de52a6c6f.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/ruby-install/Manifest dev-ruby/ruby-install/metadata.xml dev-ruby/ruby-install/ruby-install-0.8.3.ebuild X-VCS-Directories: dev-ruby/ruby-install/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: dc5b4410bff004c578587b5eaa11138de52a6c6f X-VCS-Branch: dev Date: Sun, 26 Dec 2021 02:11:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2196d40-4bce-44d3-86d0-1f65cc97576a X-Archives-Hash: 20747e5ffe6400a02dcbfe2948c02e1a commit: dc5b4410bff004c578587b5eaa11138de52a6c6f Author: Alexey Zapparov zapparov com> AuthorDate: Sun Dec 26 02:10:39 2021 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Sun Dec 26 02:10:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc5b4410 dev-ruby/ruby-install: add v0.8.3 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov zapparov.com> dev-ruby/ruby-install/Manifest | 1 + dev-ruby/ruby-install/metadata.xml | 13 +++++++++++++ dev-ruby/ruby-install/ruby-install-0.8.3.ebuild | 26 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest new file mode 100644 index 000000000..0a6371c85 --- /dev/null +++ b/dev-ruby/ruby-install/Manifest @@ -0,0 +1 @@ +DIST ruby-install-0.8.3.tar.gz 32381 BLAKE2B fd2c15333e571881d9a6be67c2b968f81bd8b2d2025972dd502df35b4ce1b2a5dbfbac29327d2dfa83b779f923342c23c30423455c202a0978581ab71291ce22 SHA512 1fdd44b709a7d2eaae4b1ebf7a08381c565d7656d52cf69b98b0e00d383b39c7776848f7acd5f5f79f1a9ad935907e230c256b7cdf46714fddd9a8cfac418c9a diff --git a/dev-ruby/ruby-install/metadata.xml b/dev-ruby/ruby-install/metadata.xml new file mode 100644 index 000000000..172ff1966 --- /dev/null +++ b/dev-ruby/ruby-install/metadata.xml @@ -0,0 +1,13 @@ + + + + + alexey@zapparov.com + Alexey Zapparov + + + https://github.com/postmodern/ruby-install/issues + https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md + postmodern/ruby-install + + diff --git a/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild b/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild new file mode 100644 index 000000000..90514191e --- /dev/null +++ b/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 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" + +DEPEND=">=app-shells/bash-3.0:*" +RDEPEND="${DEPEND} + sys-apps/grep + || ( >net-misc/wget-1.12 net-misc/curl ) + dev-libs/openssl + app-arch/tar + app-arch/bzip2 + sys-devel/patch + || ( >=sys-devel/gcc-4.2 sys-devel/clang )" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install +}