From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/ruby-build/
Date: Sat, 15 Jun 2024 11:12:17 +0000 (UTC) [thread overview]
Message-ID: <1718427717.5b29673e40c1a3fbc79f0ac0e3da67761d28bf34.julien@gentoo> (raw)
commit: 5b29673e40c1a3fbc79f0ac0e3da67761d28bf34
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Jun 15 05:01:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 05:01:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b29673e
dev-ruby/ruby-build: new package from https://gpo.zugaina.org/dev-ruby/ruby-build
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
dev-ruby/ruby-build/metadata.xml | 12 ++++++++++++
dev-ruby/ruby-build/ruby-build-9999.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-ruby/ruby-build/metadata.xml b/dev-ruby/ruby-build/metadata.xml
new file mode 100644
index 000000000..d95ef0d2e
--- /dev/null
+++ b/dev-ruby/ruby-build/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rbenv/rbenv</remote-id>
+ <bugs-to>https://github.com/rbenv/rbenv/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/ruby-build/ruby-build-9999.ebuild b/dev-ruby/ruby-build/ruby-build-9999.ebuild
new file mode 100644
index 000000000..2743333b6
--- /dev/null
+++ b/dev-ruby/ruby-build/ruby-build-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Installs virtually any version of Ruby, from source"
+HOMEPAGE="https://github.com/rbenv/ruby-build"
+LICENSE="MIT"
+
+SLOT=0
+EGIT_REPO_URI="https://github.com/rbenv/ruby-build.git"
+EGIT_BRANCH=master
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dobin bin/ruby-build
+ exeinto /usr/libexec/rbenv
+ doexe bin/rbenv-install
+ doexe bin/rbenv-uninstall
+ insinto /usr/share/ruby-build
+ doins share/ruby-build/*
+ doman share/man/man1/*.1
+ dodoc README.md
+}
reply other threads:[~2024-06-15 11:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718427717.5b29673e40c1a3fbc79f0ac0e3da67761d28bf34.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox