Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemons/
Date: Sun, 29 Jan 2023 15:40:49
Message-Id: 1675006840.a43654a878ca93d8a88338276c1b5c63f7799b3c.graaff@gentoo
1 commit: a43654a878ca93d8a88338276c1b5c63f7799b3c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 08:59:14 2023 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 15:40:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43654a8
7
8 dev-ruby/daemons: drop 1.3.1, 1.4.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/daemons/Manifest | 2 --
13 dev-ruby/daemons/daemons-1.3.1.ebuild | 31 -------------------------------
14 dev-ruby/daemons/daemons-1.4.0.ebuild | 33 ---------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-ruby/daemons/Manifest b/dev-ruby/daemons/Manifest
18 index d372d7949134..9ac0a831676f 100644
19 --- a/dev-ruby/daemons/Manifest
20 +++ b/dev-ruby/daemons/Manifest
21 @@ -1,3 +1 @@
22 -DIST daemons-1.3.1.tar.gz 28805 BLAKE2B 4ddb9cb9a5a6de5ebeac8ac69c2712500f9dd18c9d194efce3152735533a2aef7a4cf0e034e4c1781e5d89c1be18e7e7c119455bafb0bf4d8cec279b1e8f6308 SHA512 ceeeefbf44727a1ee43b651bbc3f8e5ae83c73388d017d240d95624586b91a3b32602464f4a5ff53a854d6cc6fa1dc47e433a665f0ad7f08e440c0a798743d80
23 -DIST daemons-1.4.0.tar.gz 29257 BLAKE2B 6f8f108727e8d77c18435fae7a8305ecd615eb65cdd196ab36ed0787c50fddd30a5bbf8ab93e1eafff7da23143b2a6ff48781d54d10df45f40f536a7d87eff6f SHA512 cdc86bb06e5713e958b1d229da893f39d32751146c269cce5392f53bdc59cfeb93be0a6fc73bade1dc6b7a007bea16f25b070469ec48aba38cea884efaa770f9
24 DIST daemons-1.4.1.tar.gz 29310 BLAKE2B 4f376f0a1a9322d95b32b74862beae93ae5d8636c0d321b059c335053760077b6ba78780cc4c22d5e98fbb95e2dffb85fd5ccfb1dc5152653698c29a0ac86577 SHA512 5b55f644a53efe93a6bb80ca534207c7a847a7c21df127d17ba6f09e2c2d8c665d87e6355382d2d51c3c9f50741fa9a31f5bfd228d9bb45ba8d5d099b7b5d026
25
26 diff --git a/dev-ruby/daemons/daemons-1.3.1.ebuild b/dev-ruby/daemons/daemons-1.3.1.ebuild
27 deleted file mode 100644
28 index 2232851699f9..000000000000
29 --- a/dev-ruby/daemons/daemons-1.3.1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="Releases README.md"
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
46 -HOMEPAGE="https://github.com/thuehlinger/daemons"
47 -SRC_URI="https://github.com/thuehlinger/daemons/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
52 -IUSE="examples"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e '/\(pry\|simplecov\)/I s:^:#:' spec/spec_helper.rb || die
56 -}
57 -
58 -all_ruby_install() {
59 - all_fakegem_install
60 -
61 - use examples && dodoc -r examples
62 -}
63
64 diff --git a/dev-ruby/daemons/daemons-1.4.0.ebuild b/dev-ruby/daemons/daemons-1.4.0.ebuild
65 deleted file mode 100644
66 index 4e4ee879decc..000000000000
67 --- a/dev-ruby/daemons/daemons-1.4.0.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
75 -
76 -RUBY_FAKEGEM_EXTRADOC="Releases README.md"
77 -
78 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
79 -
80 -RUBY_FAKEGEM_GEMSPEC="daemons.gemspec"
81 -
82 -inherit ruby-fakegem
83 -
84 -DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
85 -HOMEPAGE="https://github.com/thuehlinger/daemons"
86 -SRC_URI="https://github.com/thuehlinger/daemons/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
91 -IUSE="examples"
92 -
93 -all_ruby_prepare() {
94 - sed -i -e '/\(pry\|simplecov\)/I s:^:#:' spec/spec_helper.rb || die
95 - sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
96 -}
97 -
98 -all_ruby_install() {
99 - all_fakegem_install
100 -
101 - use examples && dodoc -r examples
102 -}