summaryrefslogtreecommitdiff
path: root/dev-ruby/daemon_controller
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-15 13:38:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-15 13:38:00 +0000
commitf596a36251c2cebe18ca9f5d802b0fcc4cc725da (patch)
treed5cfacaa1bd4f4082f4ab9835dd151f0922f6b4e /dev-ruby/daemon_controller
parent4cbcd3347fecebeb3f9cf14e634f333a21664104 (diff)
downloadbaldeagleos-repo-f596a36251c2cebe18ca9f5d802b0fcc4cc725da.tar.gz
baldeagleos-repo-f596a36251c2cebe18ca9f5d802b0fcc4cc725da.tar.xz
baldeagleos-repo-f596a36251c2cebe18ca9f5d802b0fcc4cc725da.zip
Adding metadata
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild26
-rw-r--r--dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild4
2 files changed, 2 insertions, 28 deletions
diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild
deleted file mode 100644
index 2fdd40f44587..000000000000
--- a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby25 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/daemon_controller-1.2.0-r2.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild
index 538b16a1b408..19cf81760874 100644
--- a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild
+++ b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/FooBarWidget/daemon_controller"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
all_ruby_prepare() {