public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemons/
Date: Sat, 20 Jun 2020 05:41:18 +0000 (UTC)	[thread overview]
Message-ID: <1592631517.f61a2184e7f072c78e9f208389392ce3f683f87a.graaff@gentoo> (raw)

commit:     f61a2184e7f072c78e9f208389392ce3f683f87a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 05:38:37 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 05:38:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61a2184

dev-ruby/daemons: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/daemons/Manifest             |  1 -
 dev-ruby/daemons/daemons-1.2.6.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/daemons/Manifest b/dev-ruby/daemons/Manifest
index 28b856c2714..4f140ab6f40 100644
--- a/dev-ruby/daemons/Manifest
+++ b/dev-ruby/daemons/Manifest
@@ -1,2 +1 @@
-DIST daemons-1.2.6.tar.gz 27557 BLAKE2B 7c08b637ab37f764309fd260c4ea6c11402b89ea327eb47ea0af3860397ece795467a11c4ae5d8577972f5d8e2c6590f4d8112027f06db941b7181e33c158736 SHA512 8276685a684093252bf136c552a613a5208f4ab34f178be9425c62ea59fe1eebe671a7dd6c57d30744187b9ae58d7a7f1ebf58468e988565a30ca4417f2a90ea
 DIST daemons-1.3.1.tar.gz 28805 BLAKE2B 4ddb9cb9a5a6de5ebeac8ac69c2712500f9dd18c9d194efce3152735533a2aef7a4cf0e034e4c1781e5d89c1be18e7e7c119455bafb0bf4d8cec279b1e8f6308 SHA512 ceeeefbf44727a1ee43b651bbc3f8e5ae83c73388d017d240d95624586b91a3b32602464f4a5ff53a854d6cc6fa1dc47e433a665f0ad7f08e440c0a798743d80

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 64ca2a52611..00000000000
--- 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
-}


             reply	other threads:[~2020-06-20  5:41 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20  5:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 19:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemons/ Hans de Graaff
2023-03-12 12:09 Hans de Graaff
2023-01-29 15:40 Hans de Graaff
2023-01-21 16:53 Sam James
2023-01-21 16:53 Sam James
2023-01-21 12:21 Arthur Zamarin
2023-01-21 12:21 Arthur Zamarin
2023-01-21 12:21 Arthur Zamarin
2022-05-06 10:04 Hans de Graaff
2021-08-27  6:46 Hans de Graaff
2021-05-05  5:05 Hans de Graaff
2020-06-19  6:40 Sergei Trofimovich
2020-06-15 15:03 Agostino Sarubbo
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-02-23  6:04 Hans de Graaff
2019-11-16  9:36 Hans de Graaff
2019-02-02 17:17 Hans de Graaff
2018-12-15  6:31 Hans de Graaff
2018-12-11  7:07 Hans de Graaff
2018-04-29  5:58 Hans de Graaff
2018-04-26  4:57 Hans de Graaff
2018-04-26  4:21 Matt Turner
2018-04-15  5:38 Hans de Graaff
2018-03-25 17:18 Markus Meier
2018-03-21  2:43 Matt Turner
2018-02-25  6:47 Hans de Graaff
2018-02-18 17:56 Sergei Trofimovich
2018-01-24 16:11 Hans de Graaff
2018-01-24 16:11 Hans de Graaff
2017-12-25  6:50 Hans de Graaff
2017-10-23  5:20 Hans de Graaff
2017-06-20  5:00 Hans de Graaff
2016-12-11 18:15 Hans de Graaff
2016-11-13 11:28 Hans de Graaff
2016-08-03  6:19 Hans de Graaff
2015-11-08  7:13 Hans de Graaff
2015-11-07 23:15 Mikle Kolyada
2015-11-03 19:14 Markus Meier
2015-10-04 10:24 Jeroen Roovers
2015-09-30 13:43 Agostino Sarubbo
2015-09-30  3:51 Jeroen Roovers
2015-09-29 10:18 Agostino Sarubbo
2015-09-29  5:36 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592631517.f61a2184e7f072c78e9f208389392ce3f683f87a.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox