From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/
Date: Sat, 7 May 2022 06:33:59 +0000 (UTC) [thread overview]
Message-ID: <1651905230.494250c5b57edaac62587be5ca6fe4f425eded27.graaff@gentoo> (raw)
commit: 494250c5b57edaac62587be5ca6fe4f425eded27
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 05:47:16 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 7 06:33:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494250c5
dev-ruby/childprocess: drop 3.0.0, 4.0.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/childprocess/Manifest | 2 --
dev-ruby/childprocess/childprocess-3.0.0.ebuild | 40 ------------------------
dev-ruby/childprocess/childprocess-4.0.0.ebuild | 41 -------------------------
3 files changed, 83 deletions(-)
diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 8f14b30bf107..0f58eaa99cfe 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,3 +1 @@
-DIST childprocess-3.0.0.gem 33792 BLAKE2B 7927e29efdff3fe5ad26fdf8ff5d55328412c89d442d3ad34fd44b642a91edf5cde3a271f2f7929a6365a3a740212f3f1364867ecec09c0d5c3846466922cf82 SHA512 56aa9303f1a88d57d0928f9c7177291a115736a5989e30bdabfb0b7fa1e6b02e42e45bf5e0498efc5ab9bb5f58a44004ed56bda61d95ca9a8d8df156b9f30ada
-DIST childprocess-4.0.0.gem 34304 BLAKE2B f27188ae722a8a3fd1279916f8f364365778053dd3c9fe2510abe35d60df4be430c9988ba5575acb1864f55c4c9130cb300328f0915d808e1760ec2b3bd7350c SHA512 89ea5f9d437ac2e5d246fc849002a5d14fba2907b5055cbf12a7ec89545bc3daa531dcc0217ebc7a7d88ee21798e2886a899679f6d25f2e664390752ab32dbe2
DIST childprocess-4.1.0.gem 34304 BLAKE2B 81ca075bde9705eed57c80b0d37e1d8fcf3938bd0319a40f2178dab9be08cba570d90cc5292d585b3911eca5a90b4ff861d1fc79ba487d1a4f08b0fbd9a78c48 SHA512 e635c3acfa5ad85891c3879f240c7e96d47d7d5ec3f472f4ce6661552b0fb7bd72c5e3b9fb73f4f9312b749fbe554b4be388e56a31a3c63c39743d055d774def
diff --git a/dev-ruby/childprocess/childprocess-3.0.0.ebuild b/dev-ruby/childprocess/childprocess-3.0.0.ebuild
deleted file mode 100644
index 8ab0dffa83b8..000000000000
--- a/dev-ruby/childprocess/childprocess-3.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the background"
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e "/[Bb]undler/d" Rakefile || die
- sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
- sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
- sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb || die
-}
-
-each_ruby_test() {
- RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec
-}
diff --git a/dev-ruby/childprocess/childprocess-4.0.0.ebuild b/dev-ruby/childprocess/childprocess-4.0.0.ebuild
deleted file mode 100644
index 296f3f0a6e54..000000000000
--- a/dev-ruby/childprocess/childprocess-4.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the background"
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e "/[Bb]undler/d" Rakefile || die
- sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
- sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
- sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb spec/spec_helper.rb || die
- sed -i -e '/system/ s:ruby:'${RUBY}':' spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
- RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec
-}
next reply other threads:[~2022-05-07 6:34 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-07 6:33 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-04 11:19 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ Hans de Graaff
2025-06-04 11:16 Hans de Graaff
2025-05-17 6:47 Hans de Graaff
2025-04-03 5:45 Hans de Graaff
2024-10-15 14:33 Sam James
2024-10-09 15:26 Sam James
2024-10-06 18:44 Arthur Zamarin
2024-10-06 18:28 Robin H. Johnson
2024-10-06 14:38 Sam James
2024-10-06 12:01 Sam James
2024-08-08 4:41 Hans de Graaff
2024-06-02 18:57 Arthur Zamarin
2024-06-02 18:57 Arthur Zamarin
2024-06-02 14:47 Sam James
2024-06-02 14:47 Sam James
2024-06-02 14:47 Sam James
2024-06-02 14:46 Sam James
2024-01-07 8:26 Hans de Graaff
2024-01-07 8:26 Hans de Graaff
2023-04-05 23:42 Sam James
2022-05-08 16:12 WANG Xuerui
2022-04-18 17:15 Hans de Graaff
2021-11-08 19:32 Sam James
2021-11-05 17:38 Sam James
2021-11-04 7:40 Agostino Sarubbo
2021-11-03 20:28 Sam James
2021-11-03 20:28 Sam James
2021-11-03 20:28 Sam James
2021-11-03 20:28 Sam James
2021-08-14 9:05 Marek Szuba
2021-06-10 6:13 Hans de Graaff
2021-05-04 5:29 Hans de Graaff
2020-11-06 3:21 Sam James
2020-07-22 9:02 Hans de Graaff
2020-06-26 8:35 Hans de Graaff
2020-06-19 13:09 Hans de Graaff
2020-02-05 6:16 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-09-21 6:30 Hans de Graaff
2019-09-21 6:30 Hans de Graaff
2019-07-12 5:07 Hans de Graaff
2019-03-16 19:58 Mikle Kolyada
2019-02-04 5:45 Hans de Graaff
2018-08-12 6:05 Hans de Graaff
2018-07-22 14:37 Mikle Kolyada
2018-07-10 19:11 Sergei Trofimovich
2018-06-26 15:44 Tobias Klausmann
2018-06-16 5:05 Hans de Graaff
2018-06-15 12:28 Sergei Trofimovich
2018-06-13 20:02 Sergei Trofimovich
2018-04-30 20:11 Hans de Graaff
2018-04-27 10:31 Hans de Graaff
2018-02-02 16:44 Hans de Graaff
2017-12-29 0:20 Sergei Trofimovich
2017-12-20 22:21 Sergei Trofimovich
2017-11-26 10:02 Hans de Graaff
2017-11-10 9:50 Hans de Graaff
2017-11-10 8:04 Sergei Trofimovich
2017-11-09 22:32 Sergei Trofimovich
2017-09-24 6:17 Hans de Graaff
2017-07-22 19:25 Sergei Trofimovich
2017-07-18 4:29 Markus Meier
2017-07-01 13:45 Alexis Ballier
2017-06-28 13:19 Agostino Sarubbo
2017-06-27 3:55 Hans de Graaff
2017-06-27 3:55 Hans de Graaff
2017-06-14 4:38 Hans de Graaff
2017-05-08 5:22 Hans de Graaff
2017-05-08 5:22 Hans de Graaff
2017-04-17 7:44 Hans de Graaff
2017-03-26 7:50 Hans de Graaff
2017-03-08 6:32 Hans de Graaff
2017-02-14 0:36 Michael Weber
2017-01-23 6:44 Hans de Graaff
2016-09-01 19:49 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-03-06 22:21 Manuel Rüger
2016-03-06 22:21 Manuel Rüger
2016-01-07 6:39 Hans de Graaff
2016-01-07 6:39 Hans de Graaff
2015-11-14 10:13 Hans de Graaff
2015-10-24 6:01 Hans de Graaff
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=1651905230.494250c5b57edaac62587be5ca6fe4f425eded27.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