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, 08 Feb 2017 06:59:29
Message-Id: 1486537094.d8d6efdc402492298e79015075af69b1488e6dcd.graaff@gentoo
1 commit: d8d6efdc402492298e79015075af69b1488e6dcd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 06:58:14 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 06:58:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d6efdc
7
8 dev-ruby/activesupport: remove masked version
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/activesupport/Manifest | 1 -
13 dev-ruby/activesupport/activesupport-4.1.16.ebuild | 61 ----------------------
14 2 files changed, 62 deletions(-)
15
16 diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
17 index e39e66f..8d57f4d 100644
18 --- a/dev-ruby/activesupport/Manifest
19 +++ b/dev-ruby/activesupport/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST rails-4.1.16.tgz 3730763 SHA256 fd17ccacee3a61c17d2cfa36db36f583ed3d05eac504e4bb06ec65629965f499 SHA512 d342ab0ede9f4642d809114fb8518d09a63da8bda66f866f2f81646b247d7da2235e81f818793ae86c4c2365624d5b35898d4f1693093019d3639a1dcb872ac1 WHIRLPOOL fe1bc9866c5005f8232a3d339811afe183aef53c1f1d8a8a9250b447e941309cb415592309d8bb3367add028a98c5cdb4cc6180d0f49e1c76337668763460536
22 DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe
23 DIST rails-4.2.7.1.tgz 4181681 SHA256 bfa7854f1b35e449b78db2af83fe660f17b101a487728fcfc6fb623967fb4783 SHA512 b926b59822ddd0837a402d798a7f2c9152d9916805153d3cad081d47e692992cdf3c7aaf8af47b061e3d78f8f23357674c5a9ed6c945b082e2d8c909281f5527 WHIRLPOOL da253d85bdc93c500a220b7688597dcb86c192226f5532619d8bb081440326e4dba8cc78f3bf946f16fe67e28beae0274649533aaf966177295daff7c4bf1188
24 DIST rails-4.2.7.tgz 4181136 SHA256 31005bc5892ef4d478016f4ef66c7708d0bfc440d917dac8a5e84a461fa2a980 SHA512 89df542cac1cf31be376fff3d919860168ce5df0dcd51035411a7f82a59a6fc27d8aecdd92dc20dee59831745ecab1ff8e404756dbc85a1ec08c3f2c1721e7dc WHIRLPOOL 15653098db0702b5e76e6fc4eba0f4fa6eaf73b30a23d1bf10e08cd999452608325ebba25c87b85d790ab49cf8ba216f40ee4dc25bd072cc8be89546af378542
25
26 diff --git a/dev-ruby/activesupport/activesupport-4.1.16.ebuild b/dev-ruby/activesupport/activesupport-4.1.16.ebuild
27 deleted file mode 100644
28 index b628f0e..00000000
29 --- a/dev-ruby/activesupport/activesupport-4.1.16.ebuild
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby20 ruby21"
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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
57 -IUSE=""
58 -
59 -RUBY_S="rails-${PV}/${PN}"
60 -
61 -ruby_add_rdepend "
62 - >=dev-ruby/i18n-0.6.9:0.6
63 - >=dev-ruby/json-1.7.7:0
64 - >=dev-ruby/tzinfo-1.1:1
65 - >=dev-ruby/minitest-5.1:5
66 - >=dev-ruby/thread_safe-0.1:0"
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/libxml-2.0.0
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 - # Set test environment to our hand.
82 -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
83 - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
84 -
85 - # Avoid test that seems to be broken by lack of DST.
86 - sed -i -e '369 s:^:#:' test/core_ext/string_ext_test.rb || die
87 -
88 - # Avoid test that fails with Minitest 5.4 since that already defines
89 - # a string E in its TestCase.
90 - rm test/core_ext/marshal_test.rb || die
91 - sed -i -e '/test_const_missing_in_anonymous_modules/askip "gentoo minitest"' test/dependencies_test.rb || die
92 -}