diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-07-31 08:00:58 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-07-31 08:28:21 +0200 |
commit | 84b979822a076d6a25223490cd466a49f968daa6 (patch) | |
tree | addf380a84c0ab22cb16ee5d0d919d6d49ec5e86 /dev-ruby/posix-spawn | |
parent | dev-ruby/prawn-table: add ruby27 (diff) | |
download | gentoo-84b979822a076d6a25223490cd466a49f968daa6.tar.gz gentoo-84b979822a076d6a25223490cd466a49f968daa6.tar.bz2 gentoo-84b979822a076d6a25223490cd466a49f968daa6.zip |
dev-ruby/posix-spawn: cleanup
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/posix-spawn')
-rw-r--r-- | dev-ruby/posix-spawn/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/posix-spawn/posix-spawn-0.3.13-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest index 8c3857d85069..52862f18b7e3 100644 --- a/dev-ruby/posix-spawn/Manifest +++ b/dev-ruby/posix-spawn/Manifest @@ -1,3 +1,2 @@ -DIST posix-spawn-0.3.13.gem 28160 BLAKE2B 68b1c241310c7b35bf8bea055e63a60320ae3fc877f9bc9f4e2dc0d30c1484eb5081be8c7d60309ed04900c410d52624dae6e37a0f134993f334526f2d9de98d SHA512 a9cd878571440cc0aaee541cbb97b6f4dcb03e48a8ef8588693f4c68990eb530e3b1685d615546763c9bba5d3109134442285023938eb2f116e9749f0da12bb9 DIST posix-spawn-0.3.14.gem 29696 BLAKE2B 6c3cf234b8754b2757e0360f2b2bfd008628891ecec813dc3644f9a378317f3645908539588a3fbfae5a6fc4a0b9c5beb6fb925fdd9f6fb3cf8cdddbf6db448e SHA512 85d34d8301e1d0923831890d4ac3191e81cc4c716671bc3b71d44be92e9b0c278bd4ce17b9387fc10359266bbdee1e1aad5cb4bbf1c08ab385b023ba2fec74d7 DIST posix-spawn-0.3.15.gem 29696 BLAKE2B 224cca09cbac983cb35dd2c25fe4ea485f6c5ec20fe46dfafcfb4f3586da9eb77ba8328dcdc3fde6f389dc0953ae4b7e5a600af67db421837a6610b0770c8146 SHA512 bdfecdbb0d470d23643de1c5b40c4f4b8b7f8970c14a2d3bd7c15e59d388b24857fb740c5c87573cbb6ac83483a29bf87f856a949a1fc014be8ad09e5cb2a9e7 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.13-r1.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.13-r1.ebuild deleted file mode 100644 index 6818b5a420e1..000000000000 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.13-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -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/" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -LICENSE="MIT LGPL-2.1" -SLOT="0" -IUSE="test" - -all_ruby_prepare() { - eapply "${FILESDIR}/${P}-x86.patch" -} - -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 -} |