summaryrefslogtreecommitdiff
path: root/dev-ruby/daemons
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /dev-ruby/daemons
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'dev-ruby/daemons')
-rw-r--r--dev-ruby/daemons/Manifest4
-rw-r--r--dev-ruby/daemons/daemons-1.2.6.ebuild34
-rw-r--r--dev-ruby/daemons/daemons-1.3.1.ebuild2
3 files changed, 2 insertions, 38 deletions
diff --git a/dev-ruby/daemons/Manifest b/dev-ruby/daemons/Manifest
index 7c8acd921c0e..95aa991a0cea 100644
--- a/dev-ruby/daemons/Manifest
+++ b/dev-ruby/daemons/Manifest
@@ -1,5 +1,3 @@
-DIST daemons-1.2.6.tar.gz 27557 BLAKE2B 7c08b637ab37f764309fd260c4ea6c11402b89ea327eb47ea0af3860397ece795467a11c4ae5d8577972f5d8e2c6590f4d8112027f06db941b7181e33c158736 SHA512 8276685a684093252bf136c552a613a5208f4ab34f178be9425c62ea59fe1eebe671a7dd6c57d30744187b9ae58d7a7f1ebf58468e988565a30ca4417f2a90ea
DIST daemons-1.3.1.tar.gz 28805 BLAKE2B 4ddb9cb9a5a6de5ebeac8ac69c2712500f9dd18c9d194efce3152735533a2aef7a4cf0e034e4c1781e5d89c1be18e7e7c119455bafb0bf4d8cec279b1e8f6308 SHA512 ceeeefbf44727a1ee43b651bbc3f8e5ae83c73388d017d240d95624586b91a3b32602464f4a5ff53a854d6cc6fa1dc47e433a665f0ad7f08e440c0a798743d80
-EBUILD daemons-1.2.6.ebuild 861 BLAKE2B b997af98f7d422bea9f28a1d0444d866464dd052d7f4e4597fbb1ae9d8a80356e27148b7b30b79cb081fe40aa9c7f07e0d6bb114673539595f5fa5e731adbca5 SHA512 ab5732f60950f481a89bd2d2ed87fd1b38469965182409dcddb32bb291945ad197d91bcc59d867ccbd814dcb54bc8763c7dfdc89ddc4cca68f16793d70975098
-EBUILD daemons-1.3.1.ebuild 831 BLAKE2B 6da93696da8fd10b0f652668fcc7036f3cd1d8c0a5fc0af386b95fa06c28d2403bac5c175bae374b9eba82a9064ac0e7424cf9825abeadb89779441c4d990abe SHA512 fb816bae441905aad02c4070fc2efe384f4aa140d840d75dcfee55712105e31c4b88322d153bee7f3c1cc40369f7566e3032fb88ed9a8bc7ba87af17966df0fe
+EBUILD daemons-1.3.1.ebuild 825 BLAKE2B 3c2bc37b6fc7d99ee5e9a355138b20b18168315036e839a9a5ba53847528ec8519b428ff71cfa95892805c430aab1f4d0797a91057a29d8b47c57dc7ab256928 SHA512 b5c082681f621956c94188d7accde6d730f55264ef07661821bd22511f46b72906b97964404c40ceffcbec08c76828c62a9b788e83dd5c7fa1ba7515f1e4f802
MISC metadata.xml 345 BLAKE2B 7e783ce974aa702ba94e5d1d1b17646297e1db1c51d4dad02408e678092afb21647d8a21f0beca7d8e03f4c5271e3f63f643e3d113bd1d89ca927110b9d447f6 SHA512 c6e30f1117d3ebc21e91cf49a6e4952f3cadef673c1a624f9b5cdd4bcf036f1a4d25120799ff72896b2bd38386fe251e72b27028e2a31551716f21bc90217cec
diff --git a/dev-ruby/daemons/daemons-1.2.6.ebuild b/dev-ruby/daemons/daemons-1.2.6.ebuild
deleted file mode 100644
index 64ca2a52611f..000000000000
--- a/dev-ruby/daemons/daemons-1.2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="Releases README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
-HOMEPAGE="https://github.com/thuehlinger/daemons"
-SRC_URI="https://github.com/thuehlinger/daemons/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="examples"
-
-all_ruby_prepare() {
- sed -i -e '/\(pry\|simplecov\)/I s:^:#:' spec/spec_helper.rb || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- use examples || return
-
- insinto /usr/share/doc/${PF}/
- doins -r examples
-}
diff --git a/dev-ruby/daemons/daemons-1.3.1.ebuild b/dev-ruby/daemons/daemons-1.3.1.ebuild
index fe3b3e02c788..3cc15f592f7a 100644
--- a/dev-ruby/daemons/daemons-1.3.1.ebuild
+++ b/dev-ruby/daemons/daemons-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/thuehlinger/daemons/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="examples"
all_ruby_prepare() {