From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/set/
Date: Sat, 7 Aug 2021 07:33:54 +0000 (UTC) [thread overview]
Message-ID: <1628321449.5aa63c09fff50e91049428b864f6fb08f201e94e.graaff@gentoo> (raw)
commit: 5aa63c09fff50e91049428b864f6fb08f201e94e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 07:30:49 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 07:30:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa63c09
dev-ruby/set: initial import of 1.0.1
New indirect dependency of dev-ruby/bunny. Code extraced from
dev-lang/ruby.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/set/Manifest | 1 +
dev-ruby/set/metadata.xml | 8 ++++++++
dev-ruby/set/set-1.0.1.ebuild | 23 +++++++++++++++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-ruby/set/Manifest b/dev-ruby/set/Manifest
new file mode 100644
index 00000000000..a6c44f42686
--- /dev/null
+++ b/dev-ruby/set/Manifest
@@ -0,0 +1 @@
+DIST set-1.0.1.tar.gz 12567 BLAKE2B 0677108ff15108fda793f150586f7e7620d1f83e3636724881227021b7d78e4259e14b7191688bf41c512e49fe26d5d57872f4a369408f7e277967759f765be1 SHA512 0fbe6dd5d14f1f08725958892afed85c9f9a11912a0dc7d5456cc54782e348ab19973b21abfdfb5109e511e8b6932a469f7888f3387024e178c6a63fba8ba795
diff --git a/dev-ruby/set/metadata.xml b/dev-ruby/set/metadata.xml
new file mode 100644
index 00000000000..3df5c34efc9
--- /dev/null
+++ b/dev-ruby/set/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-ruby/set/set-1.0.1.ebuild b/dev-ruby/set/set-1.0.1.ebuild
new file mode 100644
index 00000000000..984a7c7a8aa
--- /dev/null
+++ b/dev-ruby/set/set-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="set.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a class to deal with collections of unordered, unique values"
+HOMEPAGE="https://github.com/ruby/set"
+SRC_URI="https://github.com/ruby/set/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2021-08-07 7:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-07 7:33 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-09 6:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/set/ Hans de Graaff
2021-10-25 5:58 Hans de Graaff
2023-03-22 3:25 Sam James
2023-03-22 3:25 Sam James
2023-06-21 7:36 Jakov Smolić
2023-12-24 7:55 Hans de Graaff
2023-12-25 9:36 Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2024-05-28 4:54 Hans de Graaff
2024-12-31 13:58 Hans de Graaff
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=1628321449.5aa63c09fff50e91049428b864f6fb08f201e94e.graaff@gentoo \
--to=graaff@gentoo.org \
--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