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/actiontext/
Date: Sun, 29 May 2022 08:37:25
Message-Id: 1653813435.19292c43238ce409404c38caa23dee0ec61620b3.graaff@gentoo
1 commit: 19292c43238ce409404c38caa23dee0ec61620b3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 07:30:06 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 08:37:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19292c43
7
8 dev-ruby/actiontext: drop 6.0.4.4, 6.0.4.7
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/actiontext/Manifest | 2 --
13 dev-ruby/actiontext/actiontext-6.0.4.4.ebuild | 52 ---------------------------
14 dev-ruby/actiontext/actiontext-6.0.4.7.ebuild | 52 ---------------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/dev-ruby/actiontext/Manifest b/dev-ruby/actiontext/Manifest
18 index a6b4cf20552a..610109415c1b 100644
19 --- a/dev-ruby/actiontext/Manifest
20 +++ b/dev-ruby/actiontext/Manifest
21 @@ -1,6 +1,4 @@
22 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd SHA512 322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975
23 -DIST rails-6.0.4.4.tgz 18594292 BLAKE2B 8f463900db30ffd4850b270aac0ae8c160af36a606e4eddaadbd2a0c086de3438a36665586e20a4b6b8873f8b659f2ecd3e32965a36118a6e63fad2726afa0f5 SHA512 14f7d51ba407589eb4ef1db8a99c21c301198e8cb2fcdf611c76eebd1d52192eb1225bb5d45a2183fbfe103a0b987f3a95c6c5fe6d772ba101da9ed46441441f
24 -DIST rails-6.0.4.7.tgz 18596833 BLAKE2B a376bed4a0531147bbeb2c147e6067657313b5e0ffc713b18d07037177eaeeade1516197533b022afd9b0b03a1f2ed130b85600af3ea7d53a7d932db1e6f4342 SHA512 e4220411ed28b2e28002820281923b45d90454ef59a57b57c98bad5e185d39b2af75609e7786566135b5e1b197544cc039ad81df1a663eeebfa10728ae2904d1
25 DIST rails-6.0.4.8.tgz 18574385 BLAKE2B be6ea79fa452831e1c17ed550f875500c4b00ebf04223335abe8b1e42738f96e6d62ded24913501042a165833235082fde8865cc451dc322a4d7365f9fd6f1b9 SHA512 da48a68029014102e00837a1817d573f293b341716c2ae17fa12f15910a97fcd28ef8b53cb539cc1c029c9916002071485aeddb0e9c6b42aa8d24feeadd5970c
26 DIST rails-6.0.5.tgz 18572922 BLAKE2B cc7f3669f5d501031ea5bfcef24db89040dc447923abe255b4ae504c07c648414a19a5d2c7ecb513cb96cf601440caeb2462c37fdae61770cef60ce5708abcb4 SHA512 5f262f65de2e3057b92fdb95bef28ea8c4c44e5ca27f4065bb4946a760b3f97fde10f9a303ccf1fdbf833f1e26db5cde722183f41672614203c4b08aef6780ed
27 DIST rails-6.1.5.1.tgz 10993257 BLAKE2B 90146d33fcad068a09bc61c09417514f2ccc18c51043c63672397eb6980a97c9c0c4e6b0679393c3d8ded690ab44ea53b7abd49817f46ca9f8ab3472dec2f3c3 SHA512 8061f2103ad9266f06f902cf7f05b3f94b05d9b454d314d7a7febea2e5e464c5f33d14f48a2a098e7e666a6dc8cd5c5dae4cf4fb669eca28303a4fb5e6832039
28
29 diff --git a/dev-ruby/actiontext/actiontext-6.0.4.4.ebuild b/dev-ruby/actiontext/actiontext-6.0.4.4.ebuild
30 deleted file mode 100644
31 index 6578fa8e6b1a..000000000000
32 --- a/dev-ruby/actiontext/actiontext-6.0.4.4.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -USE_RUBY="ruby26 ruby27"
40 -
41 -RUBY_FAKEGEM_RECIPE_DOC="none"
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
43 -
44 -RUBY_FAKEGEM_GEMSPEC="actiontext.gemspec"
45 -
46 -RUBY_FAKEGEM_BINWRAP=""
47 -RUBY_FAKEGEM_EXTRAINSTALL="app db package.json"
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="Edit and display rich text in Rails applications"
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 ~ppc ~ppc64 ~x86"
58 -IUSE=""
59 -
60 -RUBY_S="rails-${PV}/${PN}"
61 -
62 -ruby_add_rdepend "
63 - ~dev-ruby/actionpack-${PV}
64 - ~dev-ruby/activerecord-${PV}
65 - ~dev-ruby/activestorage-${PV}
66 - ~dev-ruby/activesupport-${PV}
67 - >=dev-ruby/nokogiri-1.8.5
68 -"
69 -
70 -ruby_add_bdepend "test? (
71 - dev-ruby/bundler
72 - dev-ruby/mocha
73 -)"
74 -
75 -all_ruby_prepare() {
76 - # Remove items from the common Gemfile that we don't need for this
77 - # test run. This also requires handling some gemspecs.
78 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|sass-rails\|webpacker\|rubocop\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\|byebug\|dalli\)/ s:^:#:" \
79 - -e '/:job/,/end/ s:^:#:' \
80 - -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
81 - rm ../Gemfile.lock || die
82 -}
83 -
84 -each_ruby_prepare() {
85 - sed -i -e 's:ruby:'${RUBY}':' test/dummy/bin/* || die
86 -}
87
88 diff --git a/dev-ruby/actiontext/actiontext-6.0.4.7.ebuild b/dev-ruby/actiontext/actiontext-6.0.4.7.ebuild
89 deleted file mode 100644
90 index bcf2b5e89081..000000000000
91 --- a/dev-ruby/actiontext/actiontext-6.0.4.7.ebuild
92 +++ /dev/null
93 @@ -1,52 +0,0 @@
94 -# Copyright 1999-2022 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -USE_RUBY="ruby26 ruby27"
99 -
100 -RUBY_FAKEGEM_RECIPE_DOC="none"
101 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
102 -
103 -RUBY_FAKEGEM_GEMSPEC="actiontext.gemspec"
104 -
105 -RUBY_FAKEGEM_BINWRAP=""
106 -RUBY_FAKEGEM_EXTRAINSTALL="app db package.json"
107 -
108 -inherit ruby-fakegem
109 -
110 -DESCRIPTION="Edit and display rich text in Rails applications"
111 -HOMEPAGE="https://github.com/rails/rails"
112 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
113 -
114 -LICENSE="MIT"
115 -SLOT="$(ver_cut 1-2)"
116 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
117 -IUSE=""
118 -
119 -RUBY_S="rails-${PV}/${PN}"
120 -
121 -ruby_add_rdepend "
122 - ~dev-ruby/actionpack-${PV}
123 - ~dev-ruby/activerecord-${PV}
124 - ~dev-ruby/activestorage-${PV}
125 - ~dev-ruby/activesupport-${PV}
126 - >=dev-ruby/nokogiri-1.8.5
127 -"
128 -
129 -ruby_add_bdepend "test? (
130 - dev-ruby/bundler
131 - dev-ruby/mocha
132 -)"
133 -
134 -all_ruby_prepare() {
135 - # Remove items from the common Gemfile that we don't need for this
136 - # test run. This also requires handling some gemspecs.
137 - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|sass-rails\|webpacker\|rubocop\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\|byebug\|dalli\)/ s:^:#:" \
138 - -e '/:job/,/end/ s:^:#:' \
139 - -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
140 - rm ../Gemfile.lock || die
141 -}
142 -
143 -each_ruby_prepare() {
144 - sed -i -e 's:ruby:'${RUBY}':' test/dummy/bin/* || die
145 -}