Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/posix-spawn/
Date: Thu, 08 Feb 2018 06:25:57
Message-Id: 1518071086.4cef4035c1d9ee81afe1976fd01bd543f4d93302.graaff@gentoo
1 commit: 4cef4035c1d9ee81afe1976fd01bd543f4d93302
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 05:59:10 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 06:24:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cef4035
7
8 dev-ruby/posix-spawn: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/posix-spawn/Manifest | 2 --
13 dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild | 32 --------------------------
14 dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild | 32 --------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest
18 index e3858725557..7178a486198 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.11.gem 29696 BLAKE2B 7c816e49bcb21d509b54cca6902d92d7b6c9563d3f2820fe0657b752f0ca9801187799efd1811dd6500757e07bd26714e4492ab8892c0c0529bdd3498137f558 SHA512 a053d80b5f8fca5c70b7aa0799ca07b3fb24b6cbf8b8c04e302f0864e72597e0843a120608838ca71a413a24422e571f4d3422141b726177d360b892e914cbc3
23 -DIST posix-spawn-0.3.12.gem 29184 BLAKE2B 3620f68be94835f91cf41ddb3da4a4a120b556b0f743a9498e461b4fd9d233ffcb92f22584d8086e8c9374a60c0c27a153b5b48670aa5c9e17827237b9dd780b SHA512 41fa4e6c30afc8954126870f36428de89c56e3128ad21741fcaab38c06d9e87882f31555c574da2ca11e3a8fe42092e97b0e7913af49dc38cd6f2f5687b096a2
24 DIST posix-spawn-0.3.13.gem 28160 BLAKE2B 68b1c241310c7b35bf8bea055e63a60320ae3fc877f9bc9f4e2dc0d30c1484eb5081be8c7d60309ed04900c410d52624dae6e37a0f134993f334526f2d9de98d SHA512 a9cd878571440cc0aaee541cbb97b6f4dcb03e48a8ef8588693f4c68990eb530e3b1685d615546763c9bba5d3109134442285023938eb2f116e9749f0da12bb9
25
26 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild
27 deleted file mode 100644
28 index 4940c7d9d4b..00000000000
29 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
38 -KEYWORDS="~amd64"
39 -
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Library that implements a subset of the Ruby 1.9 Process::spawn"
46 -HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
47 -
48 -LICENSE="MIT LGPL-2.1"
49 -SLOT="0"
50 -IUSE="test"
51 -
52 -each_ruby_configure() {
53 - ${RUBY} -Cext extconf.rb || die
54 -}
55 -
56 -each_ruby_compile() {
57 - emake V=1 -Cext
58 - cp ext/*$(get_modname) lib/ || die
59 -}
60 -
61 -each_ruby_test() {
62 - ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
63 -}
64
65 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild
66 deleted file mode 100644
67 index 4940c7d9d4b..00000000000
68 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
77 -KEYWORDS="~amd64"
78 -
79 -RUBY_FAKEGEM_TASK_DOC=""
80 -RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
81 -
82 -inherit ruby-fakegem
83 -
84 -DESCRIPTION="Library that implements a subset of the Ruby 1.9 Process::spawn"
85 -HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
86 -
87 -LICENSE="MIT LGPL-2.1"
88 -SLOT="0"
89 -IUSE="test"
90 -
91 -each_ruby_configure() {
92 - ${RUBY} -Cext extconf.rb || die
93 -}
94 -
95 -each_ruby_compile() {
96 - emake V=1 -Cext
97 - cp ext/*$(get_modname) lib/ || die
98 -}
99 -
100 -each_ruby_test() {
101 - ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
102 -}