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: Fri, 26 Jun 2020 07:15:38 +0000 (UTC)	[thread overview]
Message-ID: <1593155732.e95d99ef82fe1dbbfadbf7d8ea048c856352325e.graaff@gentoo> (raw)

commit:     e95d99ef82fe1dbbfadbf7d8ea048c856352325e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 07:09:59 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 07:15:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d99ef

dev-ruby/backports: add 3.18.1

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

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

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 2e9633d3d5f..89887629c12 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -4,3 +4,4 @@ DIST backports-3.16.1{P}.tar.gz 156181 BLAKE2B c7cc842fb9bf8fcc7b55c8a572cc7a01a
 DIST backports-3.17.0{P}.tar.gz 158065 BLAKE2B 33df81f32aa36b8039e021dbbf9ebd265a73cc5f74069472773ccf8f71d9378820671055c8130282a95ee8a5b32d3fe13a04394fb8f9b4c01c38f13582447063 SHA512 4acea191916bb067856c42665c10fad52a275193fc5cd04cb73bc5ce7967033d055acbf682f5e7abc8058fafd5150fb8154495a964d09664bf1ffcf91dd154c8
 DIST backports-3.17.1{P}.tar.gz 158209 BLAKE2B caecc782c7949d2b6408a31c3d5f7e1599c49a0593761c2e75fc8181b28db42797fc10ea8149e6f6d3d60c6561bedea536b80b271ba4243c9cf933414e8aca71 SHA512 87cd790099c5265bbb3d6f91fd40429f65b97c4dcdd5126c2a8c4376efac047883271e447ecc3512999c2470b291258b1d45600fe55ad687d4eab8ab12cca37a
 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

diff --git a/dev-ruby/backports/backports-3.18.1.ebuild b/dev-ruby/backports/backports-3.18.1.ebuild
new file mode 100644
index 00000000000..c1798ee2c09
--- /dev/null
+++ b/dev-ruby/backports/backports-3.18.1.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-06-26  7:15 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-26  7:15 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 22:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/backports/ 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-09-06  6:48 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=1593155732.e95d99ef82fe1dbbfadbf7d8ea048c856352325e.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