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: Wed, 27 Apr 2022 06:09:04
Message-Id: 1651039733.141a1b7b9e080731f0cfb630cce5eb00ed3c6290.graaff@gentoo
1 commit: 141a1b7b9e080731f0cfb630cce5eb00ed3c6290
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:08:04 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 06:08:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141a1b7b
7
8 dev-ruby/actionmailer: add 5.2.7.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/actionmailer/Manifest | 1 +
13 dev-ruby/actionmailer/actionmailer-5.2.7.1.ebuild | 50 +++++++++++++++++++++++
14 2 files changed, 51 insertions(+)
15
16 diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
17 index 8ea812a64ec5..e2e9cd7a332d 100644
18 --- a/dev-ruby/actionmailer/Manifest
19 +++ b/dev-ruby/actionmailer/Manifest
20 @@ -1,4 +1,5 @@
21 DIST rails-5.2.6.tgz 8841270 BLAKE2B 8e813f376446ef249aa3b48934d3cb5ae125c09c54353cc93557c3bee4f23e47ae7ceffab75d5cbfb691daed85149d9054337b468a0010bc5c7ebb879502396b SHA512 465e017591a9962a2e0dec2eac9669d5f507d0904e9eec50fbc8848d804ba5f1eb3220fd5acc949845f048f59cfc5e43f099707650edf301d6595e70e33888c7
22 +DIST rails-5.2.7.1.tgz 8847972 BLAKE2B 13e5f47431a7611c1fe7ed490198a81634670460effdb14e6657bbc3455388da26db6a611f363b93b35e25a6d2693f227ef2be960d432770afd63906a2ca2b4f SHA512 64b155d522a944eed7ba08417423ebc8b3a6d2ecd39940021c37f54ae3af649d0de6dc1794b4b295d4874eb58cb17bf11d285daa146f37113c42c3aed9cc39c6
23 DIST rails-5.2.7.tgz 8843727 BLAKE2B f721f7d67c80e6070d827aa2209aa302a41bb004c370978d9523905cec13402fb3c9c960dd0e7504ad29d8ea987526a21a4c7e3c9ac44e475be9141a0a57ccb0 SHA512 9d871a08721d2a613dab06d7c3043816768d355c0aa022e8a2a17e7bd894e3a6116d0eb5b205cfdaf9b0192400b461cf8d3ed6145663bf1104251d5f05d2e30d
24 DIST rails-6.0.4.1.tgz 18595307 BLAKE2B 9a950a45cd04c5fe0cbe57fd014a6997074dcbe8f95fcbb2f5d3b6372867ef8bb0931b909ca8eba623787419f5f45504cdcd477729ba3b3a052f5003229121cd SHA512 322cfa6d0ed62f0660ce2f43003b2a745297f3b82dca486d7e4a9821441ad4ec92c202556515645d141fba31c998e17aa00bbe3d8c2106718e6839f94e88c975
25 DIST rails-6.0.4.3.tgz 18594602 BLAKE2B 99ee38f02ffece7972b34dc4bf8de6aece131fbdd1ac92c01272296e87b033d0a877a4fc724d3acece0442025ff9906a3e735ae75a8313135f2ffc55be988b38 SHA512 ae71145cc6e2a532271f6fe063347b261a7c6b1153f4978da5fd539b51b356baa555e731b759d9b49c342b2623b30ff9962396346df66d7e97aeca1fa806b333
26
27 diff --git a/dev-ruby/actionmailer/actionmailer-5.2.7.1.ebuild b/dev-ruby/actionmailer/actionmailer-5.2.7.1.ebuild
28 new file mode 100644
29 index 000000000000..66a548ab61fc
30 --- /dev/null
31 +++ b/dev-ruby/actionmailer/actionmailer-5.2.7.1.ebuild
32 @@ -0,0 +1,50 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +USE_RUBY="ruby25 ruby26"
38 +
39 +RUBY_FAKEGEM_TASK_DOC=""
40 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
41 +
42 +RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
43 +
44 +RUBY_FAKEGEM_BINWRAP=""
45 +
46 +inherit ruby-fakegem eapi7-ver
47 +
48 +DESCRIPTION="Framework for designing email-service layers"
49 +HOMEPAGE="https://github.com/rails/rails"
50 +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
51 +
52 +LICENSE="MIT"
53 +SLOT="$(ver_cut 1-2)"
54 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
55 +IUSE=""
56 +
57 +RUBY_S="rails-${PV}/${PN}"
58 +
59 +ruby_add_rdepend "
60 + ~dev-ruby/actionpack-${PV}
61 + ~dev-ruby/actionview-${PV}
62 + ~dev-ruby/activejob-${PV}
63 + >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
64 + dev-ruby/rails-dom-testing:2"
65 +
66 +ruby_add_bdepend "test? (
67 + dev-ruby/mocha
68 +)"
69 +
70 +all_ruby_prepare() {
71 + # Set test environment to our hand.
72 + rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
73 + sed -e '/\/load_paths/d' \
74 + -e '1igem "railties", "~> 5.2.0"' \
75 + -e '1igem "actionpack", "~> 5.2.0"' \
76 + -e '1igem "activejob", "~> 5.2.0"' \
77 + -i test/abstract_unit.rb || die "Unable to remove load paths"
78 +
79 + # Avoid a test failing only on attachment ordering, since this is a
80 + # security release.
81 + sed -i -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' test/base_test.rb || die
82 +}