[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 5f928cc295e5a659e5b194722f110acd3331bd72
Author: Hans de Graaff gentoo org>
AuthorDate: Sat Jan 10 06:53:08 2026 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sat Jan 10 06:53:08 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f928cc2
dev-ruby/rqrcode_core: add 2.1.0
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-2.1.0.ebuild | 33 +
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 415a25519562..2b7cbdff58a5 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,3 +1,4 @@
DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
DIST rqrcode_core-2.0.0.tar.gz 23393 BLAKE2B
15cc340bbda082b1662dd349eecf5c1de3ee8f386726c481dd8fcb59cc2929e9a403eb8691a8ad5d3675ea9a2c5d4964d5187151359827c233573d5f4f6ab705
SHA512
3bf39902649e2937bcf8a0270a53a3d6f65fe42e3f56a1e4892b747d7df5e82505225203fa424a4779b7c68b64241ef9b16eeb80806d40b90510bc4264be1a2e
DIST rqrcode_core-2.0.1.tar.gz 23430 BLAKE2B
366b87fc2668105fdd02ea9435e61dae2ebc3bf0249893690ba31a3df3780260d777e3b3b61b1eadc906af9cda34f5cd6bd1e014f5b0e7b8263d8667fd02d5e8
SHA512
b8465bc7664f9cec539f13f5b3f2eee19847883c72566a54423b0ab13e01101c8906d95e63cf3ff2225cb2998d6b25910aa9f83378dc355bfbbbe02315bf8b34
+DIST rqrcode_core-2.1.0.tar.gz 55425 BLAKE2B
e26385223b33f962f2d26cc0e22f4e3197e4f309ecd2ab46eecc5b8f32ad571385ab84d367fb1e428477a485c2aad8a4c28ac45e45eacac21b1ee2a20c45c399
SHA512
422da55a0f39635598ac4f71675509ca831a01840050d873f9e46bb4bf2f973f9d058585f65c1ad610984a2dd2a0359cbcd8db3bca4cc1b5ec353d7e7a3538bc
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-2.1.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-2.1.0.ebuild
new file mode 100644
index ..d135d3be63bb
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-2.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34 ruby40"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+ sed -e 's/git ls-files -z/find * -print0/' \
+ -e 's/__dir__/"."/' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 2c6e8b9adb2068a022f518c3fd9ea12306242fe2 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 3 19:40:42 2026 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 3 20:23:02 2026 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6e8b9a dev-ruby/rqrcode_core: enable ruby40 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild index ea243fdc6618..ee698b2b4a45 100644 --- a/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild +++ b/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: cfca635c8208a0fae8917dc7ffebc3693f563809
Author: Hans de Graaff gentoo org>
AuthorDate: Sat Dec 6 19:08:08 2025 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sun Dec 7 08:58:14 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfca635c
dev-ruby/rqrcode_core: add 2.0.1
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild | 31 +
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 7132d58fd1a8..415a25519562 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,2 +1,3 @@
DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
DIST rqrcode_core-2.0.0.tar.gz 23393 BLAKE2B
15cc340bbda082b1662dd349eecf5c1de3ee8f386726c481dd8fcb59cc2929e9a403eb8691a8ad5d3675ea9a2c5d4964d5187151359827c233573d5f4f6ab705
SHA512
3bf39902649e2937bcf8a0270a53a3d6f65fe42e3f56a1e4892b747d7df5e82505225203fa424a4779b7c68b64241ef9b16eeb80806d40b90510bc4264be1a2e
+DIST rqrcode_core-2.0.1.tar.gz 23430 BLAKE2B
366b87fc2668105fdd02ea9435e61dae2ebc3bf0249893690ba31a3df3780260d777e3b3b61b1eadc906af9cda34f5cd6bd1e014f5b0e7b8263d8667fd02d5e8
SHA512
b8465bc7664f9cec539f13f5b3f2eee19847883c72566a54423b0ab13e01101c8906d95e63cf3ff2225cb2998d6b25910aa9f83378dc355bfbbbe02315bf8b34
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild
new file mode 100644
index ..ea243fdc6618
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-2.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 86d8924c8825279988a5838fee2da7b95b402888
Author: Hans de Graaff gentoo org>
AuthorDate: Thu Apr 24 18:11:13 2025 +
Commit: Hans de Graaff gentoo org>
CommitDate: Thu Apr 24 18:24:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d8924c
dev-ruby/rqrcode_core: add 2.0.0
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-2.0.0.ebuild | 31 +
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index c0ee56f98eba..7132d58fd1a8 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1 +1,2 @@
DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
+DIST rqrcode_core-2.0.0.tar.gz 23393 BLAKE2B
15cc340bbda082b1662dd349eecf5c1de3ee8f386726c481dd8fcb59cc2929e9a403eb8691a8ad5d3675ea9a2c5d4964d5187151359827c233573d5f4f6ab705
SHA512
3bf39902649e2937bcf8a0270a53a3d6f65fe42e3f56a1e4892b747d7df5e82505225203fa424a4779b7c68b64241ef9b16eeb80806d40b90510bc4264be1a2e
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-2.0.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-2.0.0.ebuild
new file mode 100644
index ..ea243fdc6618
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-2.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: c703b36abe35b0866bfe824d1befa363a0c398d6
Author: Hans de Graaff gentoo org>
AuthorDate: Tue Dec 31 11:18:27 2024 +
Commit: Hans de Graaff gentoo org>
CommitDate: Tue Dec 31 11:38:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c703b36a
dev-ruby/rqrcode_core: enable ruby34
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
index 5dd454a709bc..9622bc8201df 100644
--- a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
+++ b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -20,7 +20,6 @@
SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
-IUSE=""
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 1686cd4384415844180256e29ded3c3f48f92b98 Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 31 11:20:00 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 31 11:38:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1686cd43 dev-ruby/rqrcode_core: add github, rubygems upstream metadata Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/metadata.xml | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-ruby/rqrcode_core/metadata.xml b/dev-ruby/rqrcode_core/metadata.xml index 658c72b1920d..5d22c7f03568 100644 --- a/dev-ruby/rqrcode_core/metadata.xml +++ b/dev-ruby/rqrcode_core/metadata.xml @@ -1,8 +1,12 @@ https://www.gentoo.org/dtd/metadata.dtd";> - - [email protected] - Gentoo Ruby Project - + [email protected] +Gentoo Ruby Project + + +whomwah/rqrcode_core +rqrcode_core +
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 388553a1f3feb154bb34f496c6eebeaebda662a3 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 12:20:47 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 12:26:39 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388553a1 dev-ruby/rqrcode_core: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild index 9912f5a98b10..5dd454a709bc 100644 --- a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild +++ b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: ada28e872771312f0d2bb82d73a557aaa76d6026 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 3 09:21:31 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 3 09:41:04 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada28e87 dev-ruby/rqrcode_core: enable ruby32 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild index cc546529ceb1..9912f5a98b10 100644 --- a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild +++ b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: f00dde206eca610fdf365ae8da5799c2b0fa7ced
Author: Hans de Graaff gentoo org>
AuthorDate: Sat Apr 1 08:45:29 2023 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sat Apr 1 08:45:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00dde20
dev-ruby/rqrcode_core: drop 1.1.0
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 -
dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild | 32 -
2 files changed, 33 deletions(-)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 12e2bb8276e3..c0ee56f98eba 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,2 +1 @@
-DIST rqrcode_core-1.1.0.tar.gz 20891 BLAKE2B
1900cff03c5533453147c736e254709766e8fd2c8be7ed84695682974611a573d1e4eeb34991707eae5e5b7dad31f4d2e74ac0c412f01dce67e558259608d68b
SHA512
c9b571f43eb3bb50843eee480add8b5d6bbec171b7bd4f70e746aca0b0dccc321ea190a234151beb1c6d30bb56c3aa7d8d6522dfc346a46165bd90e9be9c20fd
DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
deleted file mode 100644
index 243d00d0334a..
--- a/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: de95328b61aaaeca9213c3349a4e1dd365728c14
Author: Hans de Graaff gentoo org>
AuthorDate: Thu May 26 05:51:23 2022 +
Commit: Hans de Graaff gentoo org>
CommitDate: Thu May 26 05:51:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de95328b
dev-ruby/rqrcode_core: drop 0.2.0
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 -
dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild | 28 -
2 files changed, 29 deletions(-)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 7ee328bb359f..12e2bb8276e3 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,3 +1,2 @@
-DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
SHA512
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a
DIST rqrcode_core-1.1.0.tar.gz 20891 BLAKE2B
1900cff03c5533453147c736e254709766e8fd2c8be7ed84695682974611a573d1e4eeb34991707eae5e5b7dad31f4d2e74ac0c412f01dce67e558259608d68b
SHA512
c9b571f43eb3bb50843eee480add8b5d6bbec171b7bd4f70e746aca0b0dccc321ea190a234151beb1c6d30bb56c3aa7d8d6522dfc346a46165bd90e9be9c20fd
DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
deleted file mode 100644
index 71e3c38c4188..
--- a/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: f440ebe9cb681dc4612fa3f9f455786243cb6394 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 23 08:17:05 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 23 09:42:40 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f440ebe9 dev-ruby/rqrcode_core: enable ruby31 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild index ce663572b3d0..cc546529ceb1 100644 --- a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild +++ b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: cc30f2d85435cc81d1e8eede7f64690b5182e913
Author: Hans de Graaff gentoo org>
AuthorDate: Sun Sep 12 08:56:22 2021 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sun Sep 12 10:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc30f2d8
dev-ruby/rqrcode_core: add 1.2.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild | 32 +
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index f15a9366f20..7ee328bb359 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,2 +1,3 @@
DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
SHA512
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a
DIST rqrcode_core-1.1.0.tar.gz 20891 BLAKE2B
1900cff03c5533453147c736e254709766e8fd2c8be7ed84695682974611a573d1e4eeb34991707eae5e5b7dad31f4d2e74ac0c412f01dce67e558259608d68b
SHA512
c9b571f43eb3bb50843eee480add8b5d6bbec171b7bd4f70e746aca0b0dccc321ea190a234151beb1c6d30bb56c3aa7d8d6522dfc346a46165bd90e9be9c20fd
+DIST rqrcode_core-1.2.0.tar.gz 21103 BLAKE2B
9988dc999b2853888e91b6346af074defe59dbd1be097e6c058fb7e8e68a779aedef14458ac14aa06e57e8cccdd1240e5eb003944951b47c174a1239cc35d77f
SHA512
423a492b29ed8cb4e2f037305121a77f22e76dafc93675d0a24e2c6ad1918522003a8d404d55fa28e007bbb9be6d2038eafab76b2dd5e5e59c0d9adb7ab4626c
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
new file mode 100644
index 000..ce663572b3d
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: e48b6507a9c8a49a1e535f70ba465c43f6d43b32
Author: Hans de Graaff gentoo org>
AuthorDate: Sun Jul 4 06:08:09 2021 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sun Jul 4 06:12:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48b6507
dev-ruby/rqrcode_core: add 1.1.0
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild | 32 +
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 3d6955e52ce..f15a9366f20 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1 +1,2 @@
DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
SHA512
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a
+DIST rqrcode_core-1.1.0.tar.gz 20891 BLAKE2B
1900cff03c5533453147c736e254709766e8fd2c8be7ed84695682974611a573d1e4eeb34991707eae5e5b7dad31f4d2e74ac0c412f01dce67e558259608d68b
SHA512
c9b571f43eb3bb50843eee480add8b5d6bbec171b7bd4f70e746aca0b0dccc321ea190a234151beb1c6d30bb56c3aa7d8d6522dfc346a46165bd90e9be9c20fd
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
new file mode 100644
index 000..243d00d0334
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each {|f| require f}'
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 4ffb96d6d59e8637a3bbd36683992a9506e6db77
Author: Hans de Graaff gentoo org>
AuthorDate: Sun May 9 06:14:14 2021 +
Commit: Hans de Graaff gentoo org>
CommitDate: Mon May 10 04:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb96d6
dev-ruby/rqrcode_core: cleanup
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 2 --
dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild | 28 -
dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild | 28 -
3 files changed, 58 deletions(-)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 43adb1e57d0..3d6955e52ce 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,3 +1 @@
-DIST rqrcode_core-0.1.0.tar.gz 20241 BLAKE2B
1d6f97cd8e1188c0a3ba0246d2102a901ac64fb0bb08317479f9061d3273ea49388e4a6ea02c8de6b54f8e928aefab62fe8b0dca8ba9f7ed31625cf84965df4b
SHA512
30ba73f45d69360b0efbf543a774c709a4397bd8f726f4edeaa830397187cd5c7535ac5816d65cea00f356f7111f69629f03fa508b7a7fc91d5618c4cebd8167
-DIST rqrcode_core-0.1.2.tar.gz 20165 BLAKE2B
7d8cabcb2258a667c3b27fcbd11988bbe5cba849b191c45f3288b4d096a6d13df614e64977ce633ec829f0350bbd7ee153342070845f5ed0d6121e6e2aab321a
SHA512
9e4362b3b72193a20e44b636b3dfdbb7e496667b147e391660464ea6fd279720cbf4419e3d94561b61bee291c56fee8a3171f2287e2660f071dbda8d7153285b
DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
SHA512
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild
deleted file mode 100644
index 76d6b6aeafc..000
--- a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
-}
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
deleted file mode 100644
index 76d6b6aeafc..000
--- a/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 350384b4cbf898c49284506c1873e81504ae76bc
Author: Hans de Graaff gentoo org>
AuthorDate: Mon Dec 28 12:53:45 2020 +
Commit: Hans de Graaff gentoo org>
CommitDate: Tue Dec 29 06:36:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350384b4
dev-ruby/rqrcode_core: add 0.2.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild | 28 +
2 files changed, 29 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 2daf0bc1d18..43adb1e57d0 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,2 +1,3 @@
DIST rqrcode_core-0.1.0.tar.gz 20241 BLAKE2B
1d6f97cd8e1188c0a3ba0246d2102a901ac64fb0bb08317479f9061d3273ea49388e4a6ea02c8de6b54f8e928aefab62fe8b0dca8ba9f7ed31625cf84965df4b
SHA512
30ba73f45d69360b0efbf543a774c709a4397bd8f726f4edeaa830397187cd5c7535ac5816d65cea00f356f7111f69629f03fa508b7a7fc91d5618c4cebd8167
DIST rqrcode_core-0.1.2.tar.gz 20165 BLAKE2B
7d8cabcb2258a667c3b27fcbd11988bbe5cba849b191c45f3288b4d096a6d13df614e64977ce633ec829f0350bbd7ee153342070845f5ed0d6121e6e2aab321a
SHA512
9e4362b3b72193a20e44b636b3dfdbb7e496667b147e391660464ea6fd279720cbf4419e3d94561b61bee291c56fee8a3171f2287e2660f071dbda8d7153285b
+DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
SHA512
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
new file mode 100644
index 000..71e3c38c418
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+ sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 0e6bdb0d13f4770064c7fddba36a83522535d09f
Author: Hans de Graaff gentoo org>
AuthorDate: Sun Mar 29 06:34:12 2020 +
Commit: Hans de Graaff gentoo org>
CommitDate: Sun Mar 29 07:43:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6bdb0d
dev-ruby/rqrcode_core: add 0.1.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff gentoo.org>
dev-ruby/rqrcode_core/Manifest | 1 +
dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild | 28 +
2 files changed, 29 insertions(+)
diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 43369a05c11..2daf0bc1d18 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1 +1,2 @@
DIST rqrcode_core-0.1.0.tar.gz 20241 BLAKE2B
1d6f97cd8e1188c0a3ba0246d2102a901ac64fb0bb08317479f9061d3273ea49388e4a6ea02c8de6b54f8e928aefab62fe8b0dca8ba9f7ed31625cf84965df4b
SHA512
30ba73f45d69360b0efbf543a774c709a4397bd8f726f4edeaa830397187cd5c7535ac5816d65cea00f356f7111f69629f03fa508b7a7fc91d5618c4cebd8167
+DIST rqrcode_core-0.1.2.tar.gz 20165 BLAKE2B
7d8cabcb2258a667c3b27fcbd11988bbe5cba849b191c45f3288b4d096a6d13df614e64977ce633ec829f0350bbd7ee153342070845f5ed0d6121e6e2aab321a
SHA512
9e4362b3b72193a20e44b636b3dfdbb7e496667b147e391660464ea6fd279720cbf4419e3d94561b61bee291c56fee8a3171f2287e2660f071dbda8d7153285b
diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
b/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
new file mode 100644
index 000..76d6b6aeafc
--- /dev/null
+++ b/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://github.com/whomwah/rqrcode_core/";
+SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+ sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC}
|| die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: a63e9e826880a1b6e130edd553b6b44385621c10 Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 9 10:49:53 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 9 10:58:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63e9e82 dev-ruby/rqrcode_core: add ruby27 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild index 58979b3170b..76d6b6aeafc 100644 --- a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild +++ b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode_core/
commit: 9737e158c184ea85f887d01cf496118bcc1e6f40 Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 24 06:17:46 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 24 06:17:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9737e158 dev-ruby/rqrcode_core: initial import of 0.1.0 Split off from dev-ruby/rqrcode Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rqrcode_core/Manifest | 1 + dev-ruby/rqrcode_core/metadata.xml | 8 +++ dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild | 28 + 3 files changed, 37 insertions(+) diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest new file mode 100644 index 000..43369a05c11 --- /dev/null +++ b/dev-ruby/rqrcode_core/Manifest @@ -0,0 +1 @@ +DIST rqrcode_core-0.1.0.tar.gz 20241 BLAKE2B 1d6f97cd8e1188c0a3ba0246d2102a901ac64fb0bb08317479f9061d3273ea49388e4a6ea02c8de6b54f8e928aefab62fe8b0dca8ba9f7ed31625cf84965df4b SHA512 30ba73f45d69360b0efbf543a774c709a4397bd8f726f4edeaa830397187cd5c7535ac5816d65cea00f356f7111f69629f03fa508b7a7fc91d5618c4cebd8167 diff --git a/dev-ruby/rqrcode_core/metadata.xml b/dev-ruby/rqrcode_core/metadata.xml new file mode 100644 index 000..28ab0c15f20 --- /dev/null +++ b/dev-ruby/rqrcode_core/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + [email protected] + Gentoo Ruby Project + + diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild new file mode 100644 index 000..58979b3170b --- /dev/null +++ b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Library for encoding QR Codes" +HOMEPAGE="https://github.com/whomwah/rqrcode_core/"; +SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +}
