Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/posix-spawn/
Date: Sun, 06 Mar 2016 18:50:12
Message-Id: 1457290148.b924e2914b4e97e47cfd7a5a4051876e9f9e10af.mrueg@gentoo
1 commit: b924e2914b4e97e47cfd7a5a4051876e9f9e10af
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:49:08 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:49:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b924e291
7
8 dev-ruby/posix-spawn: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/posix-spawn/Manifest | 2 --
13 dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild | 33 --------------------------
14 dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild | 33 --------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest
18 index 9296258..355fe8e 100644
19 --- a/dev-ruby/posix-spawn/Manifest
20 +++ b/dev-ruby/posix-spawn/Manifest
21 @@ -1,3 +1 @@
22 -DIST posix-spawn-0.3.10.gem 28672 SHA256 15440fbfe25cc188e08e64f3bb632592368db669c2a13c1a9d56d81d1bbf54a1 SHA512 231f908c65c5b6f142239dbe52687f53139461826f25819aed905c0b3251c341dcc98db398d2f3e2b55bc27b61975adca1a5ac3caaedc64d178e6bb8485d952c WHIRLPOOL 7d8769fdc6e389b12a53df20e1e7e3f695e9a35138e26b685cd1e37dd435320bbe07d387937fe87b1a45df6b309b7373d30fbaf2b350f75e0913e4fc77dd039d
23 DIST posix-spawn-0.3.11.gem 29696 SHA256 b932835dd6eb241b255ba51767b68a58299abbb0fb344cb874dcd23d57b75414 SHA512 a053d80b5f8fca5c70b7aa0799ca07b3fb24b6cbf8b8c04e302f0864e72597e0843a120608838ca71a413a24422e571f4d3422141b726177d360b892e914cbc3 WHIRLPOOL 61898240d9487f476aadff17f9e405b6850fd5c9e3096737c08a6c9ce07464090851810ea754744b199203451db46e540510928fd55ac3dbfa612192426875f9
24 -DIST posix-spawn-0.3.9.gem 28672 SHA256 634746d6f090c1b15d2f92fa90c5ed4868e59c8752ca56a5d83af8f79c0a5110 SHA512 3afd9e26f04e7fedda176b47b3b48be4eb55d5ad8aa38983060acbbae49ec515e925cf223d4700a98f1293a702782bf80cb7aea715c351b5ebdc42618ea2a605 WHIRLPOOL 15d647f6fd95486c85cc98f8e498e586f3ac0c1686a36041f3dd38b43de860f4231ba37a0126e4fd7fe3f39620271a20c0dbb742198226e75d47d8f26d67dcf6
25
26 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild
27 deleted file mode 100644
28 index c63a603..0000000
29 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
39 -KEYWORDS="~amd64"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
47 -HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
48 -
49 -LICENSE="MIT LGPL-2.1"
50 -SLOT="0"
51 -IUSE="test"
52 -
53 -each_ruby_configure() {
54 - ${RUBY} -Cext extconf.rb || die
55 -}
56 -
57 -each_ruby_compile() {
58 - emake V=1 -Cext
59 - cp ext/*$(get_modname) lib/ || die
60 -}
61 -
62 -each_ruby_test() {
63 - ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
64 -}
65
66 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild
67 deleted file mode 100644
68 index 71f7d7e..0000000
69 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.9.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=5
77 -
78 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
79 -KEYWORDS="~amd64"
80 -
81 -RUBY_FAKEGEM_TASK_DOC=""
82 -RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
83 -
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
87 -HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
88 -
89 -LICENSE="MIT LGPL-2.1"
90 -SLOT="0"
91 -IUSE="test"
92 -
93 -each_ruby_configure() {
94 - ${RUBY} -Cext extconf.rb || die
95 -}
96 -
97 -each_ruby_compile() {
98 - emake V=1 -Cext
99 - cp ext/*$(get_modname) lib/ || die
100 -}
101 -
102 -each_ruby_test() {
103 - ${RUBY} -Ilib -S testrb test || die
104 -}