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: Thu, 14 Mar 2019 07:33:27
Message-Id: 1552548571.332a232e4e62b26311cb20513deca598810836fe.graaff@gentoo
1 commit: 332a232e4e62b26311cb20513deca598810836fe
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 07:29:31 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 07:29:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332a232e
7
8 dev-ruby/activesupport: add 4.2.11.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/activesupport/Manifest | 1 +
14 .../activesupport/activesupport-4.2.11.1.ebuild | 66 ++++++++++++++++++++++
15 2 files changed, 67 insertions(+)
16
17 diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
18 index 3e8aa353c0c..73eaf1cc20c 100644
19 --- a/dev-ruby/activesupport/Manifest
20 +++ b/dev-ruby/activesupport/Manifest
21 @@ -1,3 +1,4 @@
22 +DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3 SHA512 198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
23 DIST rails-4.2.11.tgz 4080621 BLAKE2B 97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b SHA512 df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
24 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4 SHA512 118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
25 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8 SHA512 4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
26
27 diff --git a/dev-ruby/activesupport/activesupport-4.2.11.1.ebuild b/dev-ruby/activesupport/activesupport-4.2.11.1.ebuild
28 new file mode 100644
29 index 00000000000..4424d718299
30 --- /dev/null
31 +++ b/dev-ruby/activesupport/activesupport-4.2.11.1.ebuild
32 @@ -0,0 +1,66 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +USE_RUBY="ruby23 ruby24"
39 +
40 +RUBY_FAKEGEM_TASK_DOC=""
41 +
42 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
43 +
44 +RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
45 +
46 +RUBY_FAKEGEM_BINWRAP=""
47 +
48 +inherit ruby-fakegem versionator
49 +
50 +DESCRIPTION="Utility Classes and Extension to the Standard Library"
51 +HOMEPAGE="https://github.com/rails/rails"
52 +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
53 +
54 +LICENSE="MIT"
55 +SLOT="$(get_version_component_range 1-2)"
56 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 +IUSE=""
58 +
59 +RUBY_S="rails-${PV}/${PN}"
60 +
61 +ruby_add_rdepend "
62 + >=dev-ruby/i18n-0.7:0.7
63 + >=dev-ruby/tzinfo-1.1:1
64 + >=dev-ruby/minitest-5.1:5
65 + >=dev-ruby/thread_safe-0.3.4:0"
66 +
67 +# memcache-client, nokogiri, and builder are not strictly
68 +# needed, but there are tests using this code.
69 +ruby_add_bdepend "test? (
70 + >=dev-ruby/dalli-2.2.1
71 + >=dev-ruby/nokogiri-1.4.5
72 + >=dev-ruby/builder-3.1.0
73 + dev-ruby/rack
74 + dev-ruby/mocha:0.14
75 + )"
76 +
77 +all_ruby_prepare() {
78 + # Set the secure permissions that tests expect.
79 + chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
80 +
81 + # Remove items from the common Gemfile that we don't need for this
82 + # test run. This also requires handling some gemspecs.
83 + 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\|mime-types\|sprockets\|stackprof\|rack-cache\|sqlite\)/ s:^:#:" \
84 + -e '/:job/,/end/ s:^:#:' \
85 + -e '/group :doc/,/^end/ s:^:#:' \
86 + -e 's/gemspec/gemspec path: "activesupport"/' \
87 + -e '/rake/ s/12.3/12.4/ ; /dalli/ s/2.7.7/2.7.10/' \
88 + -e '5igem "builder"; gem "rack"' ../Gemfile || die
89 + rm ../Gemfile.lock || die
90 +
91 + # Avoid test that fails with Minitest 5.4 since that already defines
92 + # a string E in its TestCase.
93 + rm test/core_ext/marshal_test.rb || die
94 + sed -i -e '/test_const_missing_in_anonymous_modules/askip "gentoo minitest"' test/dependencies_test.rb || die
95 +
96 + # Avoid test crashing newer versions of minitest
97 + rm -f test/autoload_test.rb test/core_ext/object/json_cherry_pick_test.rb test/core_ext/object/json_gem_encoding_test.rb || die
98 +}