summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-19 07:11:56 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-19 07:11:56 +0100
commit021f470ea595152374e0deb44ac47e63732cd0df (patch)
tree983829f5945d904f865fbc530f84af81f44d7f78 /dev-ruby
parentdev-python/configobj: Update remote-ids (diff)
downloadgentoo-021f470ea595152374e0deb44ac47e63732cd0df.tar.gz
gentoo-021f470ea595152374e0deb44ac47e63732cd0df.tar.bz2
gentoo-021f470ea595152374e0deb44ac47e63732cd0df.zip
dev-ruby/posix-spawn: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/posix-spawn/Manifest1
-rw-r--r--dev-ruby/posix-spawn/metadata.xml11
-rw-r--r--dev-ruby/posix-spawn/posix-spawn-0.3.15-r1.ebuild29
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest
deleted file mode 100644
index ff646c271c68..000000000000
--- a/dev-ruby/posix-spawn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST posix-spawn-0.3.15.gem 29696 BLAKE2B 224cca09cbac983cb35dd2c25fe4ea485f6c5ec20fe46dfafcfb4f3586da9eb77ba8328dcdc3fde6f389dc0953ae4b7e5a600af67db421837a6610b0770c8146 SHA512 bdfecdbb0d470d23643de1c5b40c4f4b8b7f8970c14a2d3bd7c15e59d388b24857fb740c5c87573cbb6ac83483a29bf87f856a949a1fc014be8ad09e5cb2a9e7
diff --git a/dev-ruby/posix-spawn/metadata.xml b/dev-ruby/posix-spawn/metadata.xml
deleted file mode 100644
index 442c14db4018..000000000000
--- a/dev-ruby/posix-spawn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">rtomayko/posix-spawn</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.15-r1.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.15-r1.ebuild
deleted file mode 100644
index 61f75a2bf234..000000000000
--- a/dev-ruby/posix-spawn/posix-spawn-0.3.15-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
-
-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"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
- sed -i -e '/test_backtick_redirect/askip "Output depends on bash version"' test/test_backtick.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
-}