summaryrefslogtreecommitdiff
path: root/dev-ruby
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-25 06:25:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-25 06:25:22 +0000
commita86c8bafa2792b4abbe1985ca04a6c8b3878b1c8 (patch)
tree2ac99f494ef24df84008a7fb1430ab4e525c3bfb /dev-ruby
parentd51f0cb935801abc79b5b2a7587203336942146f (diff)
downloadbaldeagleos-repo-a86c8bafa2792b4abbe1985ca04a6c8b3878b1c8.tar.gz
baldeagleos-repo-a86c8bafa2792b4abbe1985ca04a6c8b3878b1c8.tar.xz
baldeagleos-repo-a86c8bafa2792b4abbe1985ca04a6c8b3878b1c8.zip
Adding metadata
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild4
-rw-r--r--dev-ruby/byebug/byebug-11.1.3.ebuild6
-rw-r--r--dev-ruby/fakefs/fakefs-2.5.0.ebuild2
-rw-r--r--dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild9
-rw-r--r--dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild8
-rw-r--r--dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild8
-rw-r--r--dev-ruby/pry-byebug/pry-byebug-3.10.1.ebuild6
-rw-r--r--dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild6
-rw-r--r--dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild6
9 files changed, 32 insertions, 23 deletions
diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
index 027a42ecc770..b88737c77525 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.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_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
diff --git a/dev-ruby/byebug/byebug-11.1.3.ebuild b/dev-ruby/byebug/byebug-11.1.3.ebuild
index a7cbca0a019c..df024c269c18 100644
--- a/dev-ruby/byebug/byebug-11.1.3.ebuild
+++ b/dev-ruby/byebug/byebug-11.1.3.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
RUBY_FAKEGEM_BINDIR="exe"
RUBY_FAKEGEM_EXTENSIONS=(ext/byebug/extconf.rb)
RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/byebug
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md GUIDE.md README.md"
RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32"
inherit ruby-fakegem
diff --git a/dev-ruby/fakefs/fakefs-2.5.0.ebuild b/dev-ruby/fakefs/fakefs-2.5.0.ebuild
index 6e8d75db13e2..3b2c82c83826 100644
--- a/dev-ruby/fakefs/fakefs-2.5.0.ebuild
+++ b/dev-ruby/fakefs/fakefs-2.5.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/fakefs/fakefs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE=""
ruby_add_bdepend "
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 887f987a1fea..7052fe4ff250 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"
@@ -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"
diff --git a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
index 38b4e4406675..4ab80437a9ff 100644
--- a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
+++ b/dev-ruby/prawn-svg/prawn-svg-0.32.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"
@@ -16,6 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
+
ruby_add_rdepend "
>=dev-ruby/css_parser-1.6.0
>=dev-ruby/prawn-0.11.1
diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
index 2129f898d6ab..38a8ae9cbf1d 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.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"
@@ -16,6 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
+
ruby_add_rdepend "
>=dev-ruby/pdf-reader-1.2
>=dev-ruby/prawn-0.11.1
diff --git a/dev-ruby/pry-byebug/pry-byebug-3.10.1.ebuild b/dev-ruby/pry-byebug/pry-byebug-3.10.1.ebuild
index 0b0efa7db668..9811b838bbae 100644
--- a/dev-ruby/pry-byebug/pry-byebug-3.10.1.ebuild
+++ b/dev-ruby/pry-byebug/pry-byebug-3.10.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
-USE_RUBY="ruby32 ruby31 ruby30 ruby27 ruby26"
+USE_RUBY="ruby31 ruby32"
inherit ruby-fakegem
diff --git a/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild b/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
index 87b84f59b8fb..9811b838bbae 100644
--- a/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
+++ b/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
-USE_RUBY="ruby30 ruby27 ruby26"
+USE_RUBY="ruby31 ruby32"
inherit ruby-fakegem
diff --git a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
index e249535352ae..fed1b188ae2d 100644
--- a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
+++ b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
-USE_RUBY="ruby30 ruby27 ruby26"
+USE_RUBY="ruby31 ruby32"
inherit ruby-fakegem