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: Mon, 22 Apr 2019 06:10:05 +0000 (UTC) [thread overview]
Message-ID: <1555913396.72bba354ca4e4965e510620fb5b842b65daaf1b5.graaff@gentoo> (raw)
commit: 72bba354ca4e4965e510620fb5b842b65daaf1b5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 05:57:04 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 06:09:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bba354
dev-ruby/backports: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/backports/Manifest | 2 --
dev-ruby/backports/backports-3.12.0.ebuild | 23 -----------------------
dev-ruby/backports/backports-3.8.0.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 0518e5cad16..2ccc189663a 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,4 +1,2 @@
DIST backports-3.11.4.gem 157696 BLAKE2B 0c341380e350a61fac7ad09a2425598214945f1ecb26abf8f17494a2fc6ee256ee20517555bfde433cd2f564fd1148211c2cfd1c16d21ecbe574492837f610ef SHA512 bbc2afae9b40d2e3b14e46321200fb5e8290a2494a86187939e8e51b4a960b62aec55bee3ee37da4ece3d575a50653e63b950915eaedff745125ab39926765ad
-DIST backports-3.12.0.gem 151040 BLAKE2B 476332d9f684b66609863ba5e2146676acfc1ceedfca7155b421d6aaef0e934a477952f3c8a4805e38d98a74af564453b73f4f17be28abf35abcbafb5553852c SHA512 13a3749e9d223518dd78544a4f3db9a14422d633116a5d4a4b024ef72df80c44751e8068db7b5fa785eebd4a0cfdb0ec5e36749fc42ac0410d88daa439ea4e64
DIST backports-3.13.0.gem 151552 BLAKE2B cd36caf40cff2d6a3274a7a419baf27066a1ec26f60099d51c89e27a9c33194f23486763e8fb11649d44349feb51d934f79b877d4a4ef26ccd84a34f98b0bd27 SHA512 9e0bed5a0b03160e88d19b70848cc843a1a35fbc53dd2249c5b2f3adb43ce9f752cae06f955e50c96f2ac67cd5df3b3426e94f00c158cac3746401d603d6f3b8
-DIST backports-3.8.0.gem 146944 BLAKE2B 20798893f692d69cdf39d64f1f5568bb74780875ca9c6a36e788ea44c46d133aa954f2882b3802a2c483ee486d1ea3ef968db397914191273978e40ac1ae0bda SHA512 898472ee88dd0df46067de12ef38bb033b270573ff09db99982336b9eb264c90003e6e150101f7fc0034998961d81eac7b2f72e1e843e0a7e683b6b98980153f
diff --git a/dev-ruby/backports/backports-3.12.0.ebuild b/dev-ruby/backports/backports-3.12.0.ebuild
deleted file mode 100644
index 863e8718290..00000000000
--- a/dev-ruby/backports/backports-3.12.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST="test"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Backports of Ruby features for older Ruby"
-HOMEPAGE="https://github.com/marcandre/backports"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~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
-}
diff --git a/dev-ruby/backports/backports-3.8.0.ebuild b/dev-ruby/backports/backports-3.8.0.ebuild
deleted file mode 100644
index 9de7ca7cf16..00000000000
--- a/dev-ruby/backports/backports-3.8.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST="test"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Backports of Ruby features for older Ruby"
-HOMEPAGE="https://github.com/marcandre/backports"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~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
-}
next reply other threads:[~2019-04-22 6:10 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-22 6:10 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-09-06 6:48 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-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=1555913396.72bba354ca4e4965e510620fb5b842b65daaf1b5.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