* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2023-04-30 6:59 Hans de Graaff
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2023-04-30 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 135a5befaa0ff940c5cce63685bed43e6758de45
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 06:54:38 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 06:59:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135a5bef
dev-ruby/snaky_hash: new package, add 2.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/snaky_hash/Manifest | 1 +
dev-ruby/snaky_hash/metadata.xml | 11 +++++++++
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 35 +++++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-ruby/snaky_hash/Manifest b/dev-ruby/snaky_hash/Manifest
new file mode 100644
index 000000000000..a4c2ff91aebb
--- /dev/null
+++ b/dev-ruby/snaky_hash/Manifest
@@ -0,0 +1 @@
+DIST snaky_hash-2.0.1.tar.bz2 15275 BLAKE2B 77a7ee4bb4194b991a54e359c53a5a6ab45134026185e976c197737746e20842cff6ecf526d773711ed403cb80a50593429038a6194cd4360cbc7907336335a3 SHA512 8d618410106fcab5b986de5047db8bd6e4192b3ee27926107428e82aba905a66203c0cb1dd83de50b89aeffe0e29e93ae0c36b175d7751b8f68249c8014061d5
diff --git a/dev-ruby/snaky_hash/metadata.xml b/dev-ruby/snaky_hash/metadata.xml
new file mode 100644
index 000000000000..69f62d1504e8
--- /dev/null
+++ b/dev-ruby/snaky_hash/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">oauth-xx/snaky_hash</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
new file mode 100644
index 000000000000..98090a1bfc83
--- /dev/null
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="snaky_hash.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Hashie::Mash joint to make #snakelife better"
+HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash"
+SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2 -> ${P}.tar.bz2"
+RUBY_S="snaky_hash-v${PV}"
+IUSE=""
+SLOT="1"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend "
+ dev-ruby/hashie:*
+ >=dev-ruby/version_gem-1.1.1:1
+"
+
+ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )"
+
+all_ruby_prepare() {
+ sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ sed -i -e 's/if RUN_COVERAGE/if false/' spec/spec_helper.rb || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2023-07-11 8:13 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2023-07-11 8:13 UTC (permalink / raw
To: gentoo-commits
commit: d0418aa0b4b8f5e31503c5fc54530b2341ccf80c
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 08:13:01 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 08:13:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0418aa0
dev-ruby/snaky_hash: Keyword 2.0.1 riscv, #905724
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 98090a1bfc83..1b616e43d223 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -19,7 +19,7 @@ IUSE=""
SLOT="1"
LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
ruby_add_rdepend "
dev-ruby/hashie:*
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2023-08-13 5:22 Hans de Graaff
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2023-08-13 5:22 UTC (permalink / raw
To: gentoo-commits
commit: 38fd66a0845ef5cd4a41ff4072d3eb9102fae712
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:29:45 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 05:22:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd66a0
dev-ruby/snaky_hash: use correct test dependency
Closes: https://bugs.gentoo.org/912030
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 1b616e43d223..26b1db17da94 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -26,7 +26,7 @@ ruby_add_rdepend "
>=dev-ruby/version_gem-1.1.1:1
"
-ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )"
+ruby_add_depend "test? ( dev-ruby/rspec-block_is_expected )"
all_ruby_prepare() {
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2023-08-26 13:30 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-08-26 13:30 UTC (permalink / raw
To: gentoo-commits
commit: f5f2df07ba384c03fb095881f5bd76bf45e3315f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:30:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:30:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f2df07
dev-ruby/snaky_hash: Keyword 2.0.1 ppc, #913034
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 26b1db17da94..1758b12147f7 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -19,7 +19,7 @@ IUSE=""
SLOT="1"
LICENSE="MIT"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~ppc ~riscv"
ruby_add_rdepend "
dev-ruby/hashie:*
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2023-08-26 13:47 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-08-26 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 9e75c9f728597f477ccc00023f9f8eeb12023cd8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:47:08 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:47:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e75c9f7
dev-ruby/snaky_hash: Keyword 2.0.1 x86, #913034
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 1758b12147f7..34882129dcfd 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -19,7 +19,7 @@ IUSE=""
SLOT="1"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~riscv"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
ruby_add_rdepend "
dev-ruby/hashie:*
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/
@ 2024-06-01 5:41 Hans de Graaff
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2024-06-01 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 51f002b80b9deb50f7b76e221b9c7ca226e42172
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 05:40:05 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 05:40:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f002b8
dev-ruby/snaky_hash: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 34882129dcfd..d6b2585cf0b6 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -15,11 +15,11 @@ DESCRIPTION="A Hashie::Mash joint to make #snakelife better"
HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash"
SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2 -> ${P}.tar.bz2"
RUBY_S="snaky_hash-v${PV}"
-IUSE=""
-SLOT="1"
LICENSE="MIT"
+SLOT="1"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE="test"
ruby_add_rdepend "
dev-ruby/hashie:*
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-01 5:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-26 13:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snaky_hash/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-01 5:41 Hans de Graaff
2023-08-26 13:47 Arthur Zamarin
2023-08-13 5:22 Hans de Graaff
2023-07-11 8:13 Jakov Smolić
2023-04-30 6:59 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox