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/actionmailer/
Date: Sat, 30 Nov 2019 07:53:12
Message-Id: 1575100349.3a259ed035c1a2279d9ccb9004ededeab7d71abf.graaff@gentoo
1 commit: 3a259ed035c1a2279d9ccb9004ededeab7d71abf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 07:37:59 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 07:52:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a259ed0
7
8 dev-ruby/actionmailer: remove masked rails 5.1
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/actionmailer/Manifest | 1 -
14 dev-ruby/actionmailer/actionmailer-5.1.7.ebuild | 46 -------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
18 index d8b1b027e0a..c0e0537db77 100644
19 --- a/dev-ruby/actionmailer/Manifest
20 +++ b/dev-ruby/actionmailer/Manifest
21 @@ -1,5 +1,4 @@
22 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3 SHA512 198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
23 -DIST rails-5.1.7.tgz 6146668 BLAKE2B 494a12d79037010333c06d14573474f0d0c1e62ce5252e8fbe4eb4c6935dc660614c2ff29fd168bbc66d74bfa64b92abb84d02645cb3b2950db5c166111b7b19 SHA512 6595eb19f174c9e46a937d6028d9bb2bfdcda06f35ec2a0499bc5deff05d8cfc8f8fc725e664496d3b431c8724141a1410201b57945b98ca211aea15c990d621
24 DIST rails-5.2.3.tgz 8802794 BLAKE2B 786f94bcd9528ffc664c39caef0e7d2d3c15da95497044504082999a435c2a877d73d40b68b5237dc07ae6cf9b8f6f99f12ae68527c5f4005b1a648038e507c0 SHA512 6a41f7564679263b4a16a245d13271b12e97a55cdd77b5ebe63bd86c3a80e4f447b4c0567a4a40ed8e97a2307522f6dad368b1beeb362136bdf1856f6dffeb60
25 DIST rails-6.0.0.tgz 18543484 BLAKE2B 614e71481a3a5ece629f49d0ef623b5352e165b5d46a736ccb747614d6c1fd56d4aaba2f2f32d48d81772cfd4db671d94a67cd3ffa395f29bf2de1f148fa57ed SHA512 3a2259fe2b3ffd0ddc9128e1aa58af57006b8410120a3629926b95fbe60b8658edab77929e26d9323c61a1855a4379e73f1ddbe875324b068a9e8bdde6ca55e6
26 DIST rails-6.0.1.tgz 18551750 BLAKE2B 03349639ae114b82573e5e4063600b07b24274a0f5a81021bf347c650214e0f59fbb1676b9ad580de5a2d6e4dc85cc2702511c32d11a088ef663f26d8d55041e SHA512 ad6667a958663a8d260896c6b7fd589b657383f0d4f217c9bc0e993d6eac67c32fa41d54a9edf9b1f4e01ae78826f49a862b0069d59b3c1de2b950522b3ecf10
27
28 diff --git a/dev-ruby/actionmailer/actionmailer-5.1.7.ebuild b/dev-ruby/actionmailer/actionmailer-5.1.7.ebuild
29 deleted file mode 100644
30 index c30ffb5b20a..00000000000
31 --- a/dev-ruby/actionmailer/actionmailer-5.1.7.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -USE_RUBY="ruby23 ruby24"
39 -
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
42 -
43 -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
44 -
45 -RUBY_FAKEGEM_BINWRAP=""
46 -
47 -inherit ruby-fakegem versionator
48 -
49 -DESCRIPTION="Framework for designing email-service layers"
50 -HOMEPAGE="https://github.com/rails/rails"
51 -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
52 -
53 -LICENSE="MIT"
54 -SLOT="$(get_version_component_range 1-2)"
55 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
56 -IUSE=""
57 -
58 -RUBY_S="rails-${PV}/${PN}"
59 -
60 -ruby_add_rdepend "
61 - ~dev-ruby/actionpack-${PV}
62 - ~dev-ruby/actionview-${PV}
63 - ~dev-ruby/activejob-${PV}
64 - >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
65 - dev-ruby/rails-dom-testing:2"
66 -
67 -ruby_add_bdepend "test? (
68 - dev-ruby/mocha:0.14
69 -)"
70 -
71 -all_ruby_prepare() {
72 - # Set test environment to our hand.
73 - rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
74 - sed -i -e '/\/load_paths/d ; 1igem "railties", "~>5.1.0"; gem "activejob", "~>5.1.0"' test/abstract_unit.rb || die "Unable to remove load paths"
75 -
76 - # Avoid a test failing only on attachment ordering, since this is a
77 - # security release.
78 - sed -i -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' test/base_test.rb || die
79 -}