diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-23 12:37:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-23 12:37:50 +0000 |
| commit | 3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7 (patch) | |
| tree | 4ff0d4bc0ddcc7764d6e8ae95cc0a3e12d766ba9 /dev-ruby | |
| parent | dc265af742ef26a091224ce501e5859eb3edcf86 (diff) | |
| download | baldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.tar.gz baldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.tar.xz baldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.zip | |
Updating liguros repo
Diffstat (limited to 'dev-ruby')
| -rw-r--r-- | dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild | 3 | ||||
| -rw-r--r-- | dev-ruby/addressable/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/addressable/addressable-2.5.2.ebuild | 43 | ||||
| -rw-r--r-- | dev-ruby/amatch/amatch-0.4.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/amq-protocol/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-2.3.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild | 28 | ||||
| -rw-r--r-- | dev-ruby/base32/base32-0.3.2.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.13.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 5 | ||||
| -rw-r--r-- | dev-ruby/origin/origin-2.3.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-ruby/pg/metadata.xml | 2 | ||||
| -rw-r--r-- | dev-ruby/pg/pg-0.21.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/pg/pg-1.2.2.ebuild | 2 |
14 files changed, 43 insertions, 85 deletions
diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild index e9a678a19ce6..b9195b5a0852 100644 --- a/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" inherit ruby-fakegem @@ -23,6 +23,7 @@ ruby_add_rdepend ">=dev-ruby/activerecord-4.2:*" ruby_add_bdepend " test? ( + dev-ruby/mocha dev-ruby/test-unit:2 dev-ruby/activerecord[sqlite] )" diff --git a/dev-ruby/addressable/Manifest b/dev-ruby/addressable/Manifest index c93f376d4ed9..1025493d0264 100644 --- a/dev-ruby/addressable/Manifest +++ b/dev-ruby/addressable/Manifest @@ -1,3 +1,2 @@ -DIST addressable-2.5.2.gem 103936 BLAKE2B c6677a2b5e9a7a1b279b2e3f1816cda40c0797254970ecaed2350d4d4739dee5a51580a8e2f94fc6bb87b9fe2a535d0a68b62eb672f8e91ff4da02e15e8dffcc SHA512 ddd5aeb4b241efa897a636fd85bd227bd5c6a8ae56129b6bbbdfaad85cdbb74e3d0db4bb6693f7df148b66f68ca1f557ac17a1fb0ea7698d25d883ab0b690bc4 DIST addressable-2.6.0.gem 104448 BLAKE2B 664365962533d31786e2a362b61879fee544867b7aadc2ceb1ae6709374015a7f0f5c0bd32a81c8f2ae711a4ce1a07cd8f84821e74c3b6aa56b7474800567737 SHA512 71aa0ce8b61a07c1d01298dcd29cb2ba73d06ed1578908cae60351214f7d0bc6c9b8b0db7a78044fb1bed258bf00f2f093aa4e2bcb32575f4db2a79ee36b2648 DIST addressable-2.7.0.gem 104960 BLAKE2B 4bca65d54ef1d3556cf4017ae68082635c0398b6f604eb3edc18da8f8e1e49e38b46485a8716da3c407fe0605dcc9a12c7a95be49a91c4198c2e2b1cab568805 SHA512 4c438bbfa8874fdcf11eef1d1f7cceb1855ea85948daff13615a0af129d35f92cc918f4bd5bbe4cd6ebccc67a86fc582265f915dc39831ec64209de0bdeeb732 diff --git a/dev-ruby/addressable/addressable-2.5.2.ebuild b/dev-ruby/addressable/addressable-2.5.2.ebuild deleted file mode 100644 index 30e5d963e463..000000000000 --- a/dev-ruby/addressable/addressable-2.5.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library" -HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/addressable" - -LICENSE="Apache-2.0" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc test" - -ruby_add_rdepend ">=dev-ruby/public_suffix-2.0.2:* <dev-ruby/public_suffix-4:*" - -ruby_add_bdepend "test? ( dev-ruby/rspec-its )" - -all_ruby_prepare() { - # Remove spec-related tasks so that we don't need to require rspec - # just to build the documentation, bug 383611. - sed -i -e '/spectask/d' Rakefile || die - rm -f tasks/rspec.rake || die - sed -i -e '/bundler/ s:^:#:' \ - -e '/^begin/,/^end/ s:^:#:' \ - spec/spec_helper.rb || die - - # Remove specs requiring network connectivity - rm -f spec/addressable/net_http_compat_spec.rb || die - - # Remove spec that tests against an unreleased github fork - rm -f spec/addressable/rack_mount_compat_spec.rb || die -} diff --git a/dev-ruby/amatch/amatch-0.4.0.ebuild b/dev-ruby/amatch/amatch-0.4.0.ebuild index 7eb29c2cbe15..a3419a008e08 100644 --- a/dev-ruby/amatch/amatch-0.4.0.ebuild +++ b/dev-ruby/amatch/amatch-0.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest index 38ff2af3ebf5..cebc3d74a906 100644 --- a/dev-ruby/amq-protocol/Manifest +++ b/dev-ruby/amq-protocol/Manifest @@ -1,3 +1,2 @@ -DIST amq-protocol-2.3.0.gem 45568 BLAKE2B f5af9184a37bb7484e18765cf6bd807048339f44ece70a1c5dc8d6580eb1449bd1deda9bd467970c0d03088f4f666ef0ba59141fe90b335508a854440cc5dae4 SHA512 cb9ca136908f09dd7f38f763b87516379efafb2cc3dfe34268064c08ee9fdda8e9299de4d94b70aa0569362fe18a541287a6b9649383ee0720f199fdc0b75263 DIST amq-protocol-2.3.1.gem 45568 BLAKE2B 08361a74b6a8d0652487aac26a91e3fed6681690e6c03988d500ccba6094e2513edf76aed94ac51da613322947da75f624090e3f8c79d54ac2c254180d98ce13 SHA512 10b2dc69014a681ff1c8b5512d578ae5b6c3c70c09c6b3dd4d86414f84b467fc05f873038fe0d4d751aa73cc0d1903f795a13eba4982f8e92dc226be8136d989 DIST amq-protocol-2.3.2.gem 46080 BLAKE2B 22e9cf6bf96df7f85c65f0e25a0bedb38f6e75b6a5eff3f7574d1e4f2b733fb697c3cfa8db9227733847d96b256f4127b061a28e24f43114acdcd88b364bf08c SHA512 9e526920989e5fcf679e5ba7f3a2e77546ae9488590a2ef3a600f4df6cb96d3530472bbe15dd951a06ef7cdec2544353a21e4acccce494b5fd44c3ac06b70ef0 diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.0.ebuild deleted file mode 100644 index cb3d2e4c20ef..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-2.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby" -HOMEPAGE="https://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/rspec-its )" - -all_ruby_prepare() { - sed -i -e '/\(simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die - sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -} diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild new file mode 100644 index 000000000000..09912a68a210 --- /dev/null +++ b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.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" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="An object-oriented AST extension for Parser" +HOMEPAGE="https://github.com/yujinakayama/astrolabe" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + # Fix Specs until RSpec3 is available + sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die + sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die +} diff --git a/dev-ruby/base32/base32-0.3.2.ebuild b/dev-ruby/base32/base32-0.3.2.ebuild index 7c85940163b0..b0f54c7bf876 100644 --- a/dev-ruby/base32/base32-0.3.2.ebuild +++ b/dev-ruby/base32/base32-0.3.2.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=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.13.ebuild b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.13.ebuild index 8ceae9e49179..00d3fc952821 100644 --- a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.13.ebuild +++ b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.13.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="An easy way to keep your users' passwords secure" HOMEPAGE="https://github.com/codahale/bcrypt-ruby" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild index ebeece79995a..e76561a0d155 100644 --- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild +++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -41,6 +41,7 @@ ruby_add_bdepend " dev-ruby/combustion dev-ruby/jquery-rails dev-ruby/jquery-ui-rails + dev-ruby/sprockets-rails )" all_ruby_prepare() { diff --git a/dev-ruby/origin/origin-2.3.1.ebuild b/dev-ruby/origin/origin-2.3.1.ebuild index 98fc3e26b5df..048592cb89f5 100644 --- a/dev-ruby/origin/origin-2.3.1.ebuild +++ b/dev-ruby/origin/origin-2.3.1.ebuild @@ -31,6 +31,6 @@ IUSE="" ruby_add_bdepend " test? ( dev-ruby/activesupport - || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.7 ) + || ( dev-ruby/i18n:1 dev-ruby/i18n:0.7 ) dev-ruby/tzinfo )" diff --git a/dev-ruby/pg/metadata.xml b/dev-ruby/pg/metadata.xml index c4da31be74e0..e93cf5990bbc 100644 --- a/dev-ruby/pg/metadata.xml +++ b/dev-ruby/pg/metadata.xml @@ -6,7 +6,7 @@ <name>Gentoo Ruby Project</name> </maintainer> <upstream> - <remote-id type="bitbucket">ged/ruby-pg</remote-id> + <remote-id type="github">ged/ruby-pg</remote-id> </upstream> <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-ruby/pg/pg-0.21.0.ebuild b/dev-ruby/pg/pg-0.21.0.ebuild index c16d6e8292b0..85f79ed57e94 100644 --- a/dev-ruby/pg/pg-0.21.0.ebuild +++ b/dev-ruby/pg/pg-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Ruby extension library providing an API to PostgreSQL" -HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" +HOMEPAGE="https://github.com/ged/ruby-pg" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" diff --git a/dev-ruby/pg/pg-1.2.2.ebuild b/dev-ruby/pg/pg-1.2.2.ebuild index 5d247396a6eb..a2573c401e79 100644 --- a/dev-ruby/pg/pg-1.2.2.ebuild +++ b/dev-ruby/pg/pg-1.2.2.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Ruby extension library providing an API to PostgreSQL" -HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" +HOMEPAGE="https://github.com/ged/ruby-pg" LICENSE="|| ( GPL-2 Ruby )" SLOT="1" |
