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: Thu, 7 Jan 2016 06:39:24 +0000 (UTC) [thread overview]
Message-ID: <1452146407.c30c4f2c7cbce5a5cce5100f69c1d8b1469b5f13.graaff@gentoo> (raw)
commit: c30c4f2c7cbce5a5cce5100f69c1d8b1469b5f13
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 06:00:07 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 06:00:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30c4f2c
dev-ruby/childprocess: cleanup
Package-Manager: portage-2.2.26
dev-ruby/childprocess/Manifest | 3 ---
dev-ruby/childprocess/childprocess-0.5.5.ebuild | 35 -------------------------
dev-ruby/childprocess/childprocess-0.5.6.ebuild | 35 -------------------------
dev-ruby/childprocess/childprocess-0.5.7.ebuild | 35 -------------------------
4 files changed, 108 deletions(-)
diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 5ff8dbf..4ce3da7 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,5 +1,2 @@
DIST childprocess-0.5.3.gem 28160 SHA256 9cebed1bd68f7ba0deb54683a5c05a8c3e79037f682b5d0a6ecd1d4472bbb289 SHA512 f48ab94dc3da7ca82551f480cb18214ec65f9550ef053b25216239ed92c289a7353c632fff53148b1d6ce0c7bf70188bcecbdeede3df9b8130f815599a45ac05 WHIRLPOOL 68f7e9585c39a2628c4cb162d02c7d332d116be96ce8f325308e15d530e00139d43b9dcfcdfd490c6a252057947eed4c91843d8f37b96201d95b6ff3078055da
-DIST childprocess-0.5.5.gem 28672 SHA256 9b583295a11932d2eeffa1e8f5b8fb2fb0064a2f0111ad98c3b752b94f80bf33 SHA512 313f9e66da6c6e06045fd5fc9b1d87cac23ca9b2d7fc6ebcc7dd900484a3807653e5c12728fdbf65a5d82a1085f5ccdaae36561e6993684b612cea0151fa591d WHIRLPOOL b92b8756c467c0af2155bf02732cf86bc8e3907c7ac99aef7f2709bf19da1f16aa17f53ead47f7ffe8f88c3d33bb81b2c36c45dd9a6141175ad0438f1942a0ce
-DIST childprocess-0.5.6.gem 28672 SHA256 999933231b469b095b1d4b24cbe3ea159f215771650ff47f77e46540192ebd48 SHA512 b4e7c7095028d03002d54d6cf05c43fb6792a3284cb879d1a29090219b6eea9e945b06f9906c308f4f1c73bb79bece178c67c17da22a1a78ad30b8f96b67df04 WHIRLPOOL 70c1e28041a7a9c86c6e0d2056c4563751614353ee97dd1539115e379140211bf86c72fdeb2e611bba45791a967e6e77338c62766102484213dfc0695c6d6cea
-DIST childprocess-0.5.7.gem 29184 SHA256 1339b47d84aa381828b27ad3989d88161e2080f7e974476cb4d4809df06904c1 SHA512 96a638b53adab1960e639369009629f602acb5e979e6b824ffcb916347f8899b3e3e0d1bdd0e845ee25f8b4ab58242d11162d850a54f1eb777ebd6dd0f522b1d WHIRLPOOL 4c476e6335bbc71a915fbdecea72b8e19fc4dd6792fe45ccb7d0eae12f6be25b5bf5136871521e017ccdb876c91de8a1cc3d07a884e34294c6c0fe147519ab65
DIST childprocess-0.5.8.gem 29184 SHA256 e06178990b906c23e47960c5fd38aadae69543a703766953655a4117625767d3 SHA512 e2871861f727945ee3635364152acbb4229f5b896039f28a9735f5c42230180e4142e7ee1473cd43724483cd63c93d58502e48c9f6554e1b3036dc3f82141a56 WHIRLPOOL 3037b5f1e25d7840bdd84262371d7f2a0764b88711a2b45a578739a811954d63a82c6526bff916b546e3fca5bfaac52ddb24fab157e0acefaf57e9615f8717dd
diff --git a/dev-ruby/childprocess/childprocess-0.5.5.ebuild b/dev-ruby/childprocess/childprocess-0.5.5.ebuild
deleted file mode 100644
index c8ceba7..0000000
--- a/dev-ruby/childprocess/childprocess-0.5.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple and reliable solution for controlling external programs running in the background"
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"
-
-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.5.6.ebuild b/dev-ruby/childprocess/childprocess-0.5.6.ebuild
deleted file mode 100644
index d9cf626..0000000
--- a/dev-ruby/childprocess/childprocess-0.5.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple and reliable solution for controlling external programs running in the background"
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"
-
-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.5.7.ebuild b/dev-ruby/childprocess/childprocess-0.5.7.ebuild
deleted file mode 100644
index 4530cd9..0000000
--- a/dev-ruby/childprocess/childprocess-0.5.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple and reliable solution for controlling external programs running in the background"
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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:[~2016-01-07 6:39 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 6:39 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-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-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
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=1452146407.c30c4f2c7cbce5a5cce5100f69c1d8b1469b5f13.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