public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/backports/
Date: Sun,  6 Sep 2020 06:48:44 +0000 (UTC)	[thread overview]
Message-ID: <1599374908.6c80fcf09104396a9dbeb4c9e014411a830bfde7.graaff@gentoo> (raw)

commit:     6c80fcf09104396a9dbeb4c9e014411a830bfde7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 05:55:11 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 06:48:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c80fcf0

dev-ruby/backports: add 3.18.2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/backports/Manifest                |  1 +
 dev-ruby/backports/backports-3.18.2.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 293bfc848a0..95087b95139 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -2,3 +2,4 @@ DIST backports-3.15.0.gem 152064 BLAKE2B a2c2a1f35ab6f682be23a5189bafec563a2d028
 DIST backports-3.16.1{P}.tar.gz 156181 BLAKE2B c7cc842fb9bf8fcc7b55c8a572cc7a01a63008ad20f63142f339d24d7bf04202f4def2f03261d23d6c41c8c3bd0af8fce76a323e25585b6874c1428eb2a9ef90 SHA512 d907d729dd37ebfb175f8274078664fc4eee51de773cd0871b8bec9a8808052fbdea8571f0a402b1a6ca88ca7cd7b6b9984f66799abf92f300f1f8bc7b8f3f9b
 DIST backports-3.17.2{P}.tar.gz 158235 BLAKE2B bc761ee147adec209f2dcc3ff95e8ba82b8388c58b3b6aeb11c4f294ebf8aed74ca8bea54833df5adf32b2fd65ec01b621d2e8422d344fe9e1fa228542cb6118 SHA512 2194dd0e89c111f02d161ebc60827fb0276ad32c9e611156687a0f83604db2b25bdec626d7671a7a6fd7ce1395dc818a3735e63a2c165f41a0dd37ff37487d4e
 DIST backports-3.18.1{P}.tar.gz 158453 BLAKE2B a50efaea7a97d25dd760a8fb592c664c011818933b346b959611d02592e2d7fda46fe16a805290340bd5323397f33ee4d613b9698b70a29714e5429a2d320783 SHA512 38a057d5eeaab45cea4d7a8dd9ec8d0e98c5efdf18056576574733387d84a4ec8388f4797c527e240ef0bc026dc730c7eebfcabd42e1111b2d5727b9cbca4016
+DIST backports-3.18.2{P}.tar.gz 158492 BLAKE2B 7ad924758939fe50b26fb845e96583a57a06e0039780eb96c8df9c535bd5aace261a6b3619ca3bc3a772c0db51162e9d340a6a1515c746acde91d8cb608f83be SHA512 3293430331f217c13f754242848f2541906ce930a8683f0ed65a64f93dc1d2387ef33501b1d8129872d536bf2f59c4e975c67abc2cd966277fd62ffbc68b5522

diff --git a/dev-ruby/backports/backports-3.18.2.ebuild b/dev-ruby/backports/backports-3.18.2.ebuild
new file mode 100644
index 00000000000..c1798ee2c09
--- /dev/null
+++ b/dev-ruby/backports/backports-3.18.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports"
+SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> $P{P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	# Avoid activesupport test that no longer works in Rails 5. This also avoids
+	# a dependency on activesupport
+	sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb || die
+
+	sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+}


             reply	other threads:[~2020-09-06  6:48 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06  6:48 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:40 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/backports/ Hans de Graaff
2024-09-12 22:59 Sam James
2024-09-12 14:37 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-09-09 13:46 Sam James
2024-09-08 13:00 Sam James
2024-09-08 11:02 Jakov Smolić
2024-09-08 11:02 Jakov Smolić
2024-03-06  6:42 Hans de Graaff
2023-12-27 21:13 Hans de Graaff
2023-07-08  8:59 Hans de Graaff
2023-06-09 17:54 Arthur Zamarin
2023-06-09 16:35 Arthur Zamarin
2023-06-09 16:13 Arthur Zamarin
2023-06-09 15:45 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-06-09 14:29 Sam James
2023-04-28  8:49 Hans de Graaff
2023-03-28 19:05 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:46 Sam James
2023-03-28 16:19 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:07 Sam James
2022-05-07  6:34 Hans de Graaff
2022-02-23  5:53 Hans de Graaff
2021-09-25  8:49 Hans de Graaff
2021-09-25  5:18 Agostino Sarubbo
2021-09-05  6:03 Sam James
2021-08-24 23:26 Sam James
2021-08-11  6:43 Agostino Sarubbo
2021-08-10  6:41 Agostino Sarubbo
2021-08-09  0:54 Sam James
2021-08-09  0:38 Sam James
2021-08-08  5:56 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-03-25 16:20 Sam James
2021-02-28  6:43 Hans de Graaff
2021-01-10  7:51 Hans de Graaff
2020-11-06  3:21 Sam James
2020-09-15  7:33 Hans de Graaff
2020-06-26  7:15 Hans de Graaff
2020-06-26  7:15 Hans de Graaff
2020-05-21  4:40 Hans de Graaff
2020-04-11  6:05 Hans de Graaff
2020-03-06 10:37 Hans de Graaff
2020-02-18  5:36 Hans de Graaff
2020-02-07  7:03 Hans de Graaff
2020-01-26  7:17 Hans de Graaff
2020-01-26  7:17 Hans de Graaff
2019-11-27 13:04 Mikle Kolyada
2019-11-27 13:04 Mikle Kolyada
2019-11-25  7:30 Sergei Trofimovich
2019-11-23 16:57 Agostino Sarubbo
2019-11-23 15:51 Agostino Sarubbo
2019-11-23 15:50 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 13:30 Agostino Sarubbo
2019-11-23 13:26 Agostino Sarubbo
2019-11-23  7:22 Hans de Graaff
2019-05-16  4:32 Hans de Graaff
2019-05-05  6:32 Hans de Graaff
2019-05-02 21:38 Mikle Kolyada
2019-04-28 20:12 Mikle Kolyada
2019-04-28  6:03 Hans de Graaff
2019-04-27 19:20 Sergei Trofimovich
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-26 20:54 Mikle Kolyada
2019-04-24 17:02 Sergei Trofimovich
2019-04-23 19:33 Mikle Kolyada
2019-04-22  6:10 Hans de Graaff
2019-04-07  6:11 Hans de Graaff
2019-04-06  5:56 Hans de Graaff
2018-12-27  3:45 Matt Turner
2018-12-27  3:45 Matt Turner
2018-12-27  2:57 Matt Turner
2018-12-27  2:57 Matt Turner
2018-12-09  7:38 Hans de Graaff
2018-07-12 21:16 Sergei Trofimovich
2018-05-16  4:55 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-01-08 23:57 Thomas Deutschmann
2018-01-07 20:53 Markus Meier
2017-12-22  5:20 Markus Meier
2017-10-23 21:38 Sergei Trofimovich
2017-10-23  7:28 Sergei Trofimovich
2017-10-01  6:00 Hans de Graaff
2017-07-15 11:47 Hans de Graaff
2017-04-27  5:20 Hans de Graaff
2017-03-30  6:08 Hans de Graaff
2016-12-21  6:33 Hans de Graaff
2016-09-03  7:13 Hans de Graaff
2016-02-11 13:11 Hans de Graaff
2016-02-09 11:00 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599374908.6c80fcf09104396a9dbeb4c9e014411a830bfde7.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox