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/posix-spawn/
Date: Fri,  4 Nov 2016 06:09:08 +0000 (UTC)	[thread overview]
Message-ID: <1478239615.f81b91f54ccf43bfe90ebab72c4c62741324471b.graaff@gentoo> (raw)

commit:     f81b91f54ccf43bfe90ebab72c4c62741324471b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 06:04:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 06:06:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b91f5

dev-ruby/posix-spawn: add 0.3.12

Package-Manager: portage-2.3.0

 dev-ruby/posix-spawn/Manifest                  |  1 +
 dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest
index 355fe8e..d382c23 100644
--- a/dev-ruby/posix-spawn/Manifest
+++ b/dev-ruby/posix-spawn/Manifest
@@ -1 +1,2 @@
 DIST posix-spawn-0.3.11.gem 29696 SHA256 b932835dd6eb241b255ba51767b68a58299abbb0fb344cb874dcd23d57b75414 SHA512 a053d80b5f8fca5c70b7aa0799ca07b3fb24b6cbf8b8c04e302f0864e72597e0843a120608838ca71a413a24422e571f4d3422141b726177d360b892e914cbc3 WHIRLPOOL 61898240d9487f476aadff17f9e405b6850fd5c9e3096737c08a6c9ce07464090851810ea754744b199203451db46e540510928fd55ac3dbfa612192426875f9
+DIST posix-spawn-0.3.12.gem 29184 SHA256 ceff6ff26e546f8bd311af9c7fa67774e97d287b148764a7e8c965033f8031d7 SHA512 41fa4e6c30afc8954126870f36428de89c56e3128ad21741fcaab38c06d9e87882f31555c574da2ca11e3a8fe42092e97b0e7913af49dc38cd6f2f5687b096a2 WHIRLPOOL d18f6c622c9146faa9bc6482c51ce4490e9c60c730dc878ef7f7b6cc9abb600576d2e6b5ac422923fcccf1846054ee60d292c991cdd29858b56dd3d45110f5d7

diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild
new file mode 100644
index 00000000..5e278fa
--- /dev/null
+++ b/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+KEYWORDS="~amd64"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library that implements a subset of the Ruby 1.9 Process::spawn"
+HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
+
+LICENSE="MIT LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+each_ruby_configure() {
+	${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext
+	cp ext/*$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
+}


             reply	other threads:[~2016-11-04  6:09 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04  6:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-27  7:13 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/posix-spawn/ Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2021-10-24  9:25 Hans de Graaff
2020-07-31  6:28 Hans de Graaff
2020-07-15  3:24 Hans de Graaff
2020-05-16  4:41 Hans de Graaff
2019-11-02  8:51 Hans de Graaff
2019-01-28  6:57 Hans de Graaff
2019-01-03 19:23 Sergei Trofimovich
2018-08-06  8:16 Sergei Trofimovich
2018-06-12 11:36 Thomas Deutschmann
2018-02-08  6:25 Hans de Graaff
2018-02-08  6:25 Hans de Graaff
2017-01-12  6:08 Hans de Graaff
2016-08-06  9:26 Hans de Graaff
2016-03-06 18:50 Manuel Rüger
2016-03-06 18:50 Manuel Rüger

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=1478239615.f81b91f54ccf43bfe90ebab72c4c62741324471b.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