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: Mon, 23 Oct 2017 05:20:41 +0000 (UTC)	[thread overview]
Message-ID: <1508735950.deec94bc01811fbcc8b18d44a3d1e0095b9e66d4.graaff@gentoo> (raw)

commit:     deec94bc01811fbcc8b18d44a3d1e0095b9e66d4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 05:19:10 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 05:19:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deec94bc

dev-ruby/daemons: add 1.2.5

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/daemons/Manifest             |  1 +
 dev-ruby/daemons/daemons-1.2.5.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/daemons/Manifest b/dev-ruby/daemons/Manifest
index c10b31674ce..09962681c21 100644
--- a/dev-ruby/daemons/Manifest
+++ b/dev-ruby/daemons/Manifest
@@ -1,2 +1,3 @@
 DIST daemons-1.2.3.gem 24576 SHA256 0fbf1f7ef654e98fac324b43ab690576fbe8b66941693b473f4f27ef334c032d SHA512 05acecc07bc3f760472453dd11eb0231b9e7f2e04a783ab44dacecf9c666d01122d27fdb782d9973f475bc378e0e3e51795ad58e221f29b201b1ba5e0de1e277 WHIRLPOOL 9568c383912195964b0079df60f8342268a51d75c0251b50e5c747759b82463d3d79a597e593a24ee84eb8618a637bcb22cb842b7c9a43d67db1f0be41c72e5c
 DIST daemons-1.2.4.tar.gz 27191 SHA256 34e28ad4f5b8fa402f7f2783949024da09575dcde6b8110242ca2048ad932608 SHA512 9b6f0202ad87704b441f150ae5c3f5086861ba220069b6e7219714b62c36711889fdd094cfc1de907e9fb4528e5f6bb42b5421b9bcc4ec286648349e78da280f WHIRLPOOL 4b0454884b1bec01eed876dabc3a9cb50b25bfd77d26c374ac6ee98d7d3c8ccc18b852a9da36e39ded2047f847961f6400af9d0ec0515c7afb826718e35ce3a7
+DIST daemons-1.2.5.tar.gz 27475 SHA256 7ebf1fe54b24c45d168e3b897547b29fda5f84b0fc723f74abeaf81d852a5dfa SHA512 5d3db8e5917eff5a3946c385a1ac6f561d1e9d1d6cd87c0deb4c4777bdab33a5e4f889300ee61a2e68df0200d51b3ddd0aa01d9f2841104d01a866f3ee8c09ac WHIRLPOOL 9d2e2d833e16b4cde1cc90f4fc4435c2e5f87540ae10e1d8de201693f40772251ea4bccf0479358d28d803cabfbcb930e2070e5e01ccfd3cbe516990010f23c6

diff --git a/dev-ruby/daemons/daemons-1.2.5.ebuild b/dev-ruby/daemons/daemons-1.2.5.ebuild
new file mode 100644
index 00000000000..792eabef56a
--- /dev/null
+++ b/dev-ruby/daemons/daemons-1.2.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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 ~ppc64 ~x86 ~x86-fbsd ~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:[~2017-10-23  5:20 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-23  5:20 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01 11:23 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemons/ Hans de Graaff
2023-12-31 19:35 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-20  5:41 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-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=1508735950.deec94bc01811fbcc8b18d44a3d1e0095b9e66d4.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