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: Mon, 8 May 2017 05:22:16 +0000 (UTC) [thread overview]
Message-ID: <1494220666.6882f83ef7910f75219600b25d52abf1baaba749.graaff@gentoo> (raw)
commit: 6882f83ef7910f75219600b25d52abf1baaba749
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 05:17:46 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 8 05:17:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6882f83e
dev-ruby/childprocess: cleanup
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/childprocess/Manifest | 2 --
dev-ruby/childprocess/childprocess-0.6.1.ebuild | 34 -------------------------
dev-ruby/childprocess/childprocess-0.6.2.ebuild | 34 -------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 84aa40b7259..5feb1dc73af 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,5 +1,3 @@
DIST childprocess-0.5.3.gem 28160 SHA256 9cebed1bd68f7ba0deb54683a5c05a8c3e79037f682b5d0a6ecd1d4472bbb289 SHA512 f48ab94dc3da7ca82551f480cb18214ec65f9550ef053b25216239ed92c289a7353c632fff53148b1d6ce0c7bf70188bcecbdeede3df9b8130f815599a45ac05 WHIRLPOOL 68f7e9585c39a2628c4cb162d02c7d332d116be96ce8f325308e15d530e00139d43b9dcfcdfd490c6a252057947eed4c91843d8f37b96201d95b6ff3078055da
DIST childprocess-0.5.9.gem 29184 SHA256 221f98abeacce606ab3940785217c2d4a58ddbb7d267678b185acc54f92842c7 SHA512 5a671e59d19531347438dc149d5309218c7e439cfd0bfcfe201ae8e1099a2608a0170f9a3f3752fb709afc6b68fa3a10dc60d0632af545a9ba71483c7be2c21d WHIRLPOOL 8558622ef2f0ad3d9c2d84968378034d3293b7f485d30b6361326539e329b33bb52e5b472c8880485c23f85e457ad07894036ca2adfdf148ac4b05925407ac28
-DIST childprocess-0.6.1.gem 30208 SHA256 51c158ebb45ecf2149777b5ce9db6a73cdc51326dfe782869470acee91a0b1bc SHA512 7361f9704174c9acfb24cbcad60ba51fb90f67f4464e9b89e8cfefd1928b7af1358cde98f9eb2a234db5596df34e3ab3a45e85da3999dc88b773fb88590ba9ba WHIRLPOOL 61b763064ab1f1c97afd628bd28760bff10cc0f3bbc1b10f97a86b5a4ed7e686845f1a13ba06b4cb41a488a77e3bcec38dbe25b959d1c84ce31581233b08ec8b
-DIST childprocess-0.6.2.gem 31744 SHA256 6f9681717126eae196f5f364b174ed3d4e696e307b470d5e98aa2fc9a72f42b0 SHA512 2c4735d9d2e75fc799386e31a40748d94dbd53b3533a96ec0f463323563ccc276d0297c2054cbd92ec93728e06197366bc7a0088b2650650080daaa6cfec5b77 WHIRLPOOL d001de4a287daab8ba32ecbf4b9f53ab26734b169eb806fd8c34b2176b23a4aa70ff1cbc950832e562b25bb46495478f490d5d1b1b6608013c4c6ddadc1ee657
DIST childprocess-0.6.3.gem 31744 SHA256 7b319509275e326d6b673c2f82ad21db7c3598fe854fe16bffa9ffc6f4206edc SHA512 93d2dbd23dfbaa6eb7eaf1c5791802180aece373aa912e78b1c3652e4e96f0e73ef948e484715863eef95e6af6daa1292944ebe987c331ce0d59ba086c803db5 WHIRLPOOL b5ec03b784d3576d6ad666a980c367638693786d932705b5520ba6094414fdd8e7b6c9c515846b9339b741c37b67eef28bc09106b50efe2635f9bedcc0951706
diff --git a/dev-ruby/childprocess/childprocess-0.6.1.ebuild b/dev-ruby/childprocess/childprocess-0.6.1.ebuild
deleted file mode 100644
index fa62aebdccf..00000000000
--- a/dev-ruby/childprocess/childprocess-0.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )"
-
-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 '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
diff --git a/dev-ruby/childprocess/childprocess-0.6.2.ebuild b/dev-ruby/childprocess/childprocess-0.6.2.ebuild
deleted file mode 100644
index fa62aebdccf..00000000000
--- a/dev-ruby/childprocess/childprocess-0.6.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )"
-
-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 '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
next reply other threads:[~2017-05-08 5:22 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-08 5:22 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 14:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ 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-05-07 6:33 Hans de Graaff
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-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=1494220666.6882f83ef7910f75219600b25d52abf1baaba749.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