diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-23 00:53:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-23 00:53:14 +0000 |
| commit | cebf427b685975a9cdcba6a3b2ffdeee2d421d03 (patch) | |
| tree | 7675ef1f0d8e0064772c58ec9421606568a7e460 /dev-ruby | |
| parent | ece535bc08c97eae23630a12c8aa8627ee3efa1c (diff) | |
| download | baldeagleos-repo-cebf427b685975a9cdcba6a3b2ffdeee2d421d03.tar.gz baldeagleos-repo-cebf427b685975a9cdcba6a3b2ffdeee2d421d03.tar.xz baldeagleos-repo-cebf427b685975a9cdcba6a3b2ffdeee2d421d03.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby')
| -rw-r--r-- | dev-ruby/colorize/colorize-0.8.1-r2.ebuild | 28 | ||||
| -rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild | 26 | ||||
| -rw-r--r-- | dev-ruby/ecma-re-validator/ecma-re-validator-0.4.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/memo_wise/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/memo_wise/memo_wise-1.6.0.ebuild | 35 | ||||
| -rw-r--r-- | dev-ruby/memo_wise/memo_wise-1.7.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/rack/rack-2.2.6.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/rack/rack-3.0.4.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/stringio/stringio-3.0.5.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/tty-which/tty-which-0.5.0.ebuild | 4 |
13 files changed, 68 insertions, 50 deletions
diff --git a/dev-ruby/colorize/colorize-0.8.1-r2.ebuild b/dev-ruby/colorize/colorize-0.8.1-r2.ebuild new file mode 100644 index 000000000000..43adf45d8016 --- /dev/null +++ b/dev-ruby/colorize/colorize-0.8.1-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" + +inherit ruby-fakegem + +DESCRIPTION="Adds methods to set color, background color and text effect on console easier" +HOMEPAGE="https://github.com/fazibear/colorize" +LICENSE="GPL-2+" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" + +all_ruby_prepare() { + sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die +} + +each_ruby_test() { + cd test || die + ${RUBY} test_colorize.rb || die +} diff --git a/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild index 9937d3537269..8c8f663f5818 100644 --- a/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mperham/connection_pool/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild new file mode 100644 index 000000000000..709e168a3a7d --- /dev/null +++ b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides plugin management for Ruby projects" +HOMEPAGE="https://github.com/ddfreyne/ddplugin/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64 ~riscv" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/coverall/I s:^:#:' test/helper.rb || die +} + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die +} diff --git a/dev-ruby/ecma-re-validator/ecma-re-validator-0.4.0.ebuild b/dev-ruby/ecma-re-validator/ecma-re-validator-0.4.0.ebuild index 58d843ca3820..8f5c420fd25c 100644 --- a/dev-ruby/ecma-re-validator/ecma-re-validator-0.4.0.ebuild +++ b/dev-ruby/ecma-re-validator/ecma-re-validator-0.4.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 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/memo_wise/Manifest b/dev-ruby/memo_wise/Manifest index c3b906da8bea..75e1e2b75295 100644 --- a/dev-ruby/memo_wise/Manifest +++ b/dev-ruby/memo_wise/Manifest @@ -1,2 +1 @@ -DIST memo_wise-1.6.0.tar.gz 184843 BLAKE2B 84b9cd5a2f757dc82cfb38359b39d26d60018fabc425c018b5537e61a5620dcdf0caf2863a8165fdf5f7ed5bc85400cae43b6ebbb3911ab7ce47160d7295240e SHA512 8a8a3a3a6c3a7dd9e518efed3b990917ad266e42266d30c80dbed90b279ad793ec795c080a1d080c7a23e2caec7e31e55388df802795ac1e5f7fb5e3ced93c03 DIST memo_wise-1.7.0.tar.gz 185861 BLAKE2B 49ef04f4ef73ea24ac243c70d9545ed65c0fc8f4c6d9571d7f31c2728e82087cf1676aedd01aa1d0c1994a16ea7215b264a51fa2b8fe957cba3eb9088fd3a414 SHA512 3b87a1a81c060c34d4c91409ab6b2f8aa700e3313233e652e174f62c3dd826b675594d84d00ad21ae1f12dba4c6b0fe59431c54b4bbdf46430895635aa220b5f diff --git a/dev-ruby/memo_wise/memo_wise-1.6.0.ebuild b/dev-ruby/memo_wise/memo_wise-1.6.0.ebuild deleted file mode 100644 index 90f908079563..000000000000 --- a/dev-ruby/memo_wise/memo_wise-1.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="memo_wise.gemspec" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="The wise choice for Ruby memoization" -HOMEPAGE="https://github.com/panorama-ed/memo_wise" -SRC_URI="https://github.com/panorama-ed/memo_wise/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:^:#:' spec/spec_helper.rb || die - - # Avoid specs for an unmaintained package with old dependencies that is optional. - sed -e '/require.*values/ s:^:#:' \ - -e '/when the class is a Value class/,/^ end/ s:^:#:' \ - -i spec/memo_wise_spec.rb || die - - sed -e 's:_relative ": "./:' \ - -e 's/__dir__/"."/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild b/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild index 75eaf5252fb1..bfb5df0cd9f8 100644 --- a/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild +++ b/dev-ruby/memo_wise/memo_wise-1.7.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="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" diff --git a/dev-ruby/rack/rack-2.2.6.3.ebuild b/dev-ruby/rack/rack-2.2.6.3.ebuild index d2c8fe25e3f1..0493b87d025b 100644 --- a/dev-ruby/rack/rack-2.2.6.3.ebuild +++ b/dev-ruby/rack/rack-2.2.6.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/rack/rack/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="" ruby_add_rdepend "virtual/ruby-ssl" diff --git a/dev-ruby/rack/rack-3.0.4.2.ebuild b/dev-ruby/rack/rack-3.0.4.2.ebuild index 72de79c31b18..0a9760a2a503 100644 --- a/dev-ruby/rack/rack-3.0.4.2.ebuild +++ b/dev-ruby/rack/rack-3.0.4.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/rack/rack/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="" ruby_add_rdepend "virtual/ruby-ssl" diff --git a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild index b43766e39fcb..0899441f2111 100644 --- a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild +++ b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.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="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" diff --git a/dev-ruby/stringio/stringio-3.0.5.ebuild b/dev-ruby/stringio/stringio-3.0.5.ebuild index 701e2800531d..ba512b7a3ef2 100644 --- a/dev-ruby/stringio/stringio-3.0.5.ebuild +++ b/dev-ruby/stringio/stringio-3.0.5.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby/stringio" SRC_URI="https://github.com/ruby/stringio/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="test" diff --git a/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild b/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild index 783e91a8a77b..6803fe70aa78 100644 --- a/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild +++ b/dev-ruby/tty-platform/tty-platform-0.3.0-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 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/tty-which/tty-which-0.5.0.ebuild b/dev-ruby/tty-which/tty-which-0.5.0.ebuild index b4021869b1a5..c249f14c87c1 100644 --- a/dev-ruby/tty-which/tty-which-0.5.0.ebuild +++ b/dev-ruby/tty-which/tty-which-0.5.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 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
