commit: 7d304e51200589aa8e2eeb0c9d083c3bb25905b8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 13:46:35 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 13:51:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d304e51
dev-ruby/daemon_controller: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ruby/daemon_controller/Manifest | 1 - .../daemon_controller-1.2.0-r2.ebuild | 26 ---------------------- dev-ruby/daemon_controller/metadata.xml | 11 --------- profiles/package.mask | 5 ----- 4 files changed, 43 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>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">FooBarWidget/daemon_controller</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 03aa06aef594..9258bbc102e9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -836,11 +836,6 @@ net-nds/adtool # Removal on 2023-01-15. Bug #790026. sci-libs/libcmatrix -# Hans de Graaff <[email protected]> (2022-12-16) -# ruby27-only package. No longer maintained upstream. -# No reverse dependencies. Masked for removal in 30 days. -dev-ruby/daemon_controller - # Jaco Kroon <[email protected]> (2022-12-14) # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which # is trivial to solve.
