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: Sun, 02 Jul 2017 05:43:15
Message-Id: 1498974075.d3b1a9c78135d3ca8ebccef9d1e563bce77e8a99.graaff@gentoo
1 commit: d3b1a9c78135d3ca8ebccef9d1e563bce77e8a99
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 05:30:35 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 05:41:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b1a9c7
7
8 dev-ruby/activesupport: add rails 5.0.4
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ruby/activesupport/Manifest | 1 +
13 dev-ruby/activesupport/activesupport-5.0.4.ebuild | 73 +++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
17 index 18d357ff795..fe8bb2208ac 100644
18 --- a/dev-ruby/activesupport/Manifest
19 +++ b/dev-ruby/activesupport/Manifest
20 @@ -4,4 +4,5 @@ DIST rails-5.0.0.1.tgz 6139334 SHA256 3cbbe71d80c2813dde0d2bfa61aea57c8e6a1a3b2a
21 DIST rails-5.0.1.tgz 6026895 SHA256 7ee54f0175a7738e7c169fa8dc2e4ee30ba8407768804aaa56a6889525315f4e SHA512 d5c25b284b24399f81a5a8aec9c4b581d2caeff6d1f73b71dab2a50b8f55b4a86c1d723f0bae9b40bdb3d949e3d5eb65b7522bf9ca316676cafdd2cf648abb33 WHIRLPOOL 142190cc4f8edafdc39cdbab2586127815e145f4d4fa5a89f3c9b2377e70bc29f6d410359c0498fe1c83c8f811b64884ae0d7e06b20d8ffb5ec44c6b66cde49b
22 DIST rails-5.0.2.tgz 6034813 SHA256 4ca4ab89c06776f959edde03833f83be05002db5a1028e9276d45db6a2358cd4 SHA512 bb82bd33e47b875f3a9bc6d833492b89fbf86afff27049f1f8710a406452dee1cb5b287b0e19d6b2f45ee59181b28425916746d1b6ef835029944aff4bcf255b WHIRLPOOL 1e4bda983d10aace2b49df133b76f8fdd9246ce071b09dd00a6aa72c2f2a4fb758214427520170ca6f819ac602199087bf993debd6275e5b23184b5e7f46bff7
23 DIST rails-5.0.3.tgz 6041420 SHA256 0c16f63af96529c1e3d2b4476031bd024ae403322fe78e80e188a422412dc582 SHA512 5a25747507d2a8e1d2a19ce14c77a80c4f9bd5751fb343c3f405b8d9ec170d11fb866ebfedf6b850b6750399015631ab1551e6f78e097c6514061462a05e88f3 WHIRLPOOL 25fd8473a4eed2f007b99e22cb7ccf834780d4f21478a0818c44bea525f4c839610bab2b52ae5087a881f8d5519b78616f4e53e6a21f7d6f9270c0ddf648a2a5
24 +DIST rails-5.0.4.tgz 6041948 SHA256 50f64f8c1d083d22a652ce4d594b38674a502b89ed7b913ebb9f1dce6984a32e SHA512 9a99d506606f2901f8b4afcfa8cc92e7d122b0879c619a539aee52df5b8926e6dca98e0eb14234f810b8a73730c3c051985e13ab0bab5f52cd8c11a0b112c44d WHIRLPOOL 842f3dfd691c7904804be128e4acf555076b96e5dbb8d874918a6492991f67c31faf8d4a5410969eadcef1166035f64c1fed6e8ae4f9f2b808600ea729a15808
25 DIST rails-5.1.1.tgz 6124695 SHA256 a09bfa7d2917865778af70dff8bd57fe01820eca0228cff85de581ee17e9adf2 SHA512 fd62506eac440f1ad9b37f20c7c712733440bc2ee676390c02e3bd50b912fe0fd53e8092c23664d47818ee62583568c6e20d2bfd5eff6d22a005289bb3bb258f WHIRLPOOL a23d6644126e6e01481c48c7089208a535188b5b32ad67cb69db36ac2044ee35bd95d4012076d7f12666aed2cbe984c75c3555889923710f10b1b91c150ccc73
26
27 diff --git a/dev-ruby/activesupport/activesupport-5.0.4.ebuild b/dev-ruby/activesupport/activesupport-5.0.4.ebuild
28 new file mode 100644
29 index 00000000000..32482f660ae
30 --- /dev/null
31 +++ b/dev-ruby/activesupport/activesupport-5.0.4.ebuild
32 @@ -0,0 +1,73 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +USE_RUBY="ruby22 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 ~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/concurrent-ruby-1.0.2:1
63 + >=dev-ruby/i18n-0.7:* <dev-ruby/i18n-1:*
64 + >=dev-ruby/tzinfo-1.1:1
65 + >=dev-ruby/minitest-5.1:5"
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/listen-3.0.5:3
74 + dev-ruby/rack
75 + dev-ruby/mocha:0.14
76 + <dev-ruby/minitest-5.4
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\|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 +
92 + # Avoid test not working within portage
93 + sed -i -e '/test_messing_with_either_encrypted_values_causes_failure/askip "gentoo"' test/message_encryptor_test.rb || die
94 +
95 + # Avoid tests failing since test_order cattr is also seen as a test
96 + # method
97 + rm -f test/xml_mini/libxml{,sax}_engine_test.rb || die
98 +
99 + # Avoid tests that seem to trigger race conditions. This might be
100 + # fixed upstream in 7bd41994480c17db71fdc07e3447ade929eaa386
101 + rm -f test/evented_file_update_checker_test.rb || die
102 +
103 + # Avoid tests which make network connections
104 + rm -f test/multibyte_{grapheme_break,normalization}_conformance_test.rb || die
105 +}