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, 30 Oct 2016 19:51:12
Message-Id: 1477856951.a206900478a9bcfc7184ab1cab036408aabf2d4e.graaff@gentoo
1 commit: a206900478a9bcfc7184ab1cab036408aabf2d4e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 19:49:11 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 19:49:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2069004
7
8 dev-ruby/activesupport: remove masked version
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/activesupport/Manifest | 1 -
13 .../activesupport/activesupport-4.0.13-r1.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
17 index 814621c..6a54527 100644
18 --- a/dev-ruby/activesupport/Manifest
19 +++ b/dev-ruby/activesupport/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01
22 DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e
23 DIST rails-4.1.16.tgz 3730763 SHA256 fd17ccacee3a61c17d2cfa36db36f583ed3d05eac504e4bb06ec65629965f499 SHA512 d342ab0ede9f4642d809114fb8518d09a63da8bda66f866f2f81646b247d7da2235e81f818793ae86c4c2365624d5b35898d4f1693093019d3639a1dcb872ac1 WHIRLPOOL fe1bc9866c5005f8232a3d339811afe183aef53c1f1d8a8a9250b447e941309cb415592309d8bb3367add028a98c5cdb4cc6180d0f49e1c76337668763460536
24 DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe
25
26 diff --git a/dev-ruby/activesupport/activesupport-4.0.13-r1.ebuild b/dev-ruby/activesupport/activesupport-4.0.13-r1.ebuild
27 deleted file mode 100644
28 index 35c55e0..00000000
29 --- a/dev-ruby/activesupport/activesupport-4.0.13-r1.ebuild
30 +++ /dev/null
31 @@ -1,63 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby19 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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
57 -IUSE=""
58 -
59 -RUBY_S="rails-${PV}/${PN}"
60 -
61 -ruby_add_rdepend "
62 - >=dev-ruby/multi_json-1.3:0
63 - >=dev-ruby/i18n-0.6.9:0.6
64 - >=dev-ruby/tzinfo-0.3.37:0
65 - >=dev-ruby/minitest-4.2:0
66 - >=dev-ruby/thread_safe-0.1:0
67 - !!<dev-ruby/activesupport-3.0.11-r1:3.0"
68 -
69 -# memcache-client, nokogiri, and builder are not strictly
70 -# needed, but there are tests using this code.
71 -ruby_add_bdepend "test? (
72 - >=dev-ruby/dalli-2.2.1
73 - >=dev-ruby/nokogiri-1.4.5
74 - >=dev-ruby/builder-3.1.0
75 - >=dev-ruby/libxml-2.0.0
76 - )"
77 -
78 -RUBY_PATCHES=( "4-1-xml_depth.patch" )
79 -
80 -all_ruby_prepare() {
81 - # Set the secure permissions that tests expect.
82 - chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
83 -
84 - # Set test environment to our hand.
85 -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
86 - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
87 -
88 - # Make sure a compatible version of minitest is used everywhere.
89 - sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 4.2'/" lib/active_support/test_case.rb || die
90 - sed -i -e "1igem 'minitest', '~> 4.2'" test/abstract_unit.rb || die
91 -
92 - # Avoid test that seems to be broken by lack of DST.
93 - sed -i -e '324 s:^:#:' test/core_ext/string_ext_test.rb || die
94 -}