summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-19 14:46:35 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-19 14:51:46 +0100
commit7d304e51200589aa8e2eeb0c9d083c3bb25905b8 (patch)
treeb92f7306bbfec55ccae76cde72870336761a03c4 /dev-ruby
parentdev-ruby/ferret: Remove last-rited pkg (diff)
downloadgentoo-7d304e51200589aa8e2eeb0c9d083c3bb25905b8.tar.gz
gentoo-7d304e51200589aa8e2eeb0c9d083c3bb25905b8.tar.bz2
gentoo-7d304e51200589aa8e2eeb0c9d083c3bb25905b8.zip
dev-ruby/daemon_controller: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/daemon_controller/Manifest1
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild26
-rw-r--r--dev-ruby/daemon_controller/metadata.xml11
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/daemon_controller/Manifest b/dev-ruby/daemon_controller/Manifest
deleted file mode 100644
index 0c84d0a33303..000000000000
--- a/dev-ruby/daemon_controller/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST daemon_controller-1.2.0.gem 37888 BLAKE2B c320d92cd3515f861e775eab72726469d7b6ed3cfd1655a67bf11458ef1ba5b43f72b8ba600f5c953b99c18f99549a48d0648b387abda45a87de99d2c9d955c5 SHA512 d22b5f37a41f2fab642cc7a6f5b5ea8a892d2c8b9eda04c9a547ee3aab3148a8897bc4737fd30fd9eb6e2a4fba458ea5811024fb5ad71b7959f3996dfa7b7705
diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild
deleted file mode 100644
index 19cf81760874..000000000000
--- a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to start and stop specific daemons programmatically in a robust manner"
-HOMEPAGE="https://github.com/FooBarWidget/daemon_controller"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
- # fix tests with RSpec 2
- sed -i -e '1irequire "thread"' spec/test_helper.rb || die
-}
diff --git a/dev-ruby/daemon_controller/metadata.xml b/dev-ruby/daemon_controller/metadata.xml
deleted file mode 100644
index ea32f6fb7c18..000000000000
--- a/dev-ruby/daemon_controller/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">FooBarWidget/daemon_controller</remote-id>
- </upstream>
-</pkgmetadata>