Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Wed, 27 Apr 2022 05:50:45
Message-Id: 1651038624.9fb4f72db558fd55d301f901f9d06fa4d6218087.graaff@gentoo
1 commit: 9fb4f72db558fd55d301f901f9d06fa4d6218087
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 05:50:24 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 05:50:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb4f72d
7
8 dev-ruby/activesupport: drop 5.2.6.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/activesupport/Manifest | 1 -
13 .../activesupport/activesupport-5.2.6.2.ebuild | 74 ----------------------
14 2 files changed, 75 deletions(-)
15
16 diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
17 index b4927870c08e..8ea812a64ec5 100644
18 --- a/dev-ruby/activesupport/Manifest
19 +++ b/dev-ruby/activesupport/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST rails-5.2.6.2.tgz 8840302 BLAKE2B 54c62924252bdbc7df4b07309dc1f96973660db71c68a9b25f8f9e44fb901982cf38242c613a349220ca043ca82984ee740052fc51521a6e1f088d8b77d4f53b SHA512 f639508300258c210253be875066842553487b0ddee2b56c625b7ed99ae5b9d59d62a69181c0910ebc85786d0a5fc1001385f3700fc198d192eccbe753d2e48c
22 DIST rails-5.2.6.tgz 8841270 BLAKE2B 8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b SHA512 465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
23 DIST rails-5.2.7.tgz 8843727 BLAKE2B f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0 SHA512 9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
24 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd SHA512 322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975
25
26 diff --git a/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild b/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild
27 deleted file mode 100644
28 index 840a994edda8..000000000000
29 --- a/dev-ruby/activesupport/activesupport-5.2.6.2.ebuild
30 +++ /dev/null
31 @@ -1,74 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -USE_RUBY="ruby25 ruby26"
38 -
39 -RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -
43 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
44 -
45 -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
46 -
47 -RUBY_FAKEGEM_BINWRAP=""
48 -
49 -inherit ruby-fakegem eapi7-ver
50 -
51 -DESCRIPTION="Utility Classes and Extension to the Standard Library"
52 -HOMEPAGE="https://github.com/rails/rails"
53 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
54 -
55 -LICENSE="MIT"
56 -SLOT="$(ver_cut 1-2)"
57 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
58 -IUSE=""
59 -
60 -RUBY_S="rails-${PV}/${PN}"
61 -
62 -ruby_add_rdepend "
63 - >=dev-ruby/concurrent-ruby-1.0.2:1
64 - dev-ruby/i18n:1
65 - >=dev-ruby/tzinfo-1.1:1
66 - >=dev-ruby/minitest-5.1:5"
67 -
68 -# memcache-client, nokogiri, and builder are not strictly
69 -# needed, but there are tests using this code.
70 -ruby_add_bdepend "test? (
71 - >=dev-ruby/dalli-2.2.1
72 - >=dev-ruby/nokogiri-1.4.5
73 - >=dev-ruby/builder-3.1.0
74 - >=dev-ruby/listen-3.0.5:3
75 - dev-ruby/rack
76 - dev-ruby/mocha
77 - )"
78 -
79 -all_ruby_prepare() {
80 - # Set the secure permissions that tests expect.
81 - chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
82 -
83 - # Remove items from the common Gemfile that we don't need for this
84 - # test run. This also requires handling some gemspecs.
85 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|redis\|sqlite\)/ s:^:#:" \
86 - -e '/:job/,/end/ s:^:#:' \
87 - -e '/group :doc/,/^end/ s:^:#:' \
88 - -e 's/gemspec/gemspec path: "activesupport"/' \
89 - -e '5igem "builder"; gem "rack"' ../Gemfile || die
90 - rm ../Gemfile.lock || die
91 - sed -i -e '1igem "tzinfo", "~> 1.1"' test/abstract_unit.rb || die
92 -
93 - # Avoid test that depends on timezone
94 - sed -i -e '/test_implicit_coercion/,/^ end/ s:^:#:' test/core_ext/duration_test.rb || die
95 -
96 - # Avoid tests that seem to trigger race conditions.
97 - rm -f test/evented_file_update_checker_test.rb || die
98 -
99 - # Avoid test that generates filename that is too long
100 - sed -i -e '/test_filename_max_size/askip "gentoo"' test/cache/stores/file_store_test.rb || die
101 -
102 - # Avoid tests requiring a live redis running
103 - rm -f test/cache/stores/redis_cache_store_test.rb || die
104 - sed -i -e '/cache_stores:redis/ s:^:#:' Rakefile || die
105 -}