diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-08 06:59:10 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-08 07:24:46 +0100 |
commit | 4cef4035c1d9ee81afe1976fd01bd543f4d93302 (patch) | |
tree | 2624a976c0cbbee9b1a8cd7bed457efe390db5ef /dev-ruby/posix-spawn | |
parent | dev-ruby/polyglot: add ruby24, ruby25 (diff) | |
download | gentoo-4cef4035c1d9ee81afe1976fd01bd543f4d93302.tar.gz gentoo-4cef4035c1d9ee81afe1976fd01bd543f4d93302.tar.bz2 gentoo-4cef4035c1d9ee81afe1976fd01bd543f4d93302.zip |
dev-ruby/posix-spawn: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/posix-spawn')
-rw-r--r-- | dev-ruby/posix-spawn/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest index e38587255571..7178a486198c 100644 --- a/dev-ruby/posix-spawn/Manifest +++ b/dev-ruby/posix-spawn/Manifest @@ -1,3 +1 @@ -DIST posix-spawn-0.3.11.gem 29696 BLAKE2B 7c816e49bcb21d509b54cca6902d92d7b6c9563d3f2820fe0657b752f0ca9801187799efd1811dd6500757e07bd26714e4492ab8892c0c0529bdd3498137f558 SHA512 a053d80b5f8fca5c70b7aa0799ca07b3fb24b6cbf8b8c04e302f0864e72597e0843a120608838ca71a413a24422e571f4d3422141b726177d360b892e914cbc3 -DIST posix-spawn-0.3.12.gem 29184 BLAKE2B 3620f68be94835f91cf41ddb3da4a4a120b556b0f743a9498e461b4fd9d233ffcb92f22584d8086e8c9374a60c0c27a153b5b48670aa5c9e17827237b9dd780b SHA512 41fa4e6c30afc8954126870f36428de89c56e3128ad21741fcaab38c06d9e87882f31555c574da2ca11e3a8fe42092e97b0e7913af49dc38cd6f2f5687b096a2 DIST posix-spawn-0.3.13.gem 28160 BLAKE2B 68b1c241310c7b35bf8bea055e63a60320ae3fc877f9bc9f4e2dc0d30c1484eb5081be8c7d60309ed04900c410d52624dae6e37a0f134993f334526f2d9de98d SHA512 a9cd878571440cc0aaee541cbb97b6f4dcb03e48a8ef8588693f4c68990eb530e3b1685d615546763c9bba5d3109134442285023938eb2f116e9749f0da12bb9 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild deleted file mode 100644 index 4940c7d9d4b2..000000000000 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild deleted file mode 100644 index 4940c7d9d4b2..000000000000 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} |