public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/
@ 2022-09-08  1:46 Ronny Gutbrod
  0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2022-09-08  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4853c45928b18076db32eb2f0b9c8a4daacfd3d5
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Sep  7 03:33:33 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep  7 03:33:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4853c459

dev-ruby/prawn-icon: fix 868918

Tests blocks many keywords (including x86) and new dependencies,
skipping for now.

Closes: https://bugs.gentoo.org/868918
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 7c59754f2..887f987a1 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -18,10 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"
+# Tests blocks many keywords and new dependencies, skipping for now
+RESTRICT=test
 
-ruby_add_bdepend "test? ( dev-ruby/mocha
-	>=dev-ruby/pdf-inspector-1.1.0
-	>=dev-ruby/pdf-reader-1.2
-	>=dev-ruby/prawn-1.3.0
-	)"
+ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/
@ 2023-08-24 22:41 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-08-24 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ba86d34a40b72f751fcfc8f82e8c5f308409f4c2
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Aug 24 08:47:00 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 24 08:47:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba86d34a

dev-ruby/prawn-icon: enable ruby31

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 887f987a1f..599cf8945c 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -1,8 +1,8 @@
-# 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"
+USE_RUBY="ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/
@ 2023-08-24 22:41 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-08-24 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e980c66cd4ad36f0db8762648022d28cfab61fc8
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Aug 24 08:52:45 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 24 08:52:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e980c66c

dev-ruby/prawn-icon: enable ruby31, RESTRICT="test"

https://bugs.gentoo.org/901295
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 599cf8945c..7052fe4ff2 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
-# Tests blocks many keywords and new dependencies, skipping for now
-RESTRICT=test
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
 
 ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/
@ 2023-08-26  7:04 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-08-26  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f16a08d3af0ea36c97fc7eab0794d10b1e29bd74
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Aug 26 05:56:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 05:56:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f16a08d3

dev-ruby/prawn-icon: enable ruby32

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 7052fe4ff2..2c4ac05619 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-26  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 22:41 [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26  7:04 Viorel Munteanu
2023-08-24 22:41 David Roman
2022-09-08  1:46 Ronny Gutbrod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox