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/listen/
Date: Sun, 29 Nov 2015 07:29:53 +0000 (UTC)	[thread overview]
Message-ID: <1448782176.9fd26f370ae1d4ff7eb929bc5cff702cdced86ad.graaff@gentoo> (raw)

commit:     9fd26f370ae1d4ff7eb929bc5cff702cdced86ad
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 07:27:29 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 07:29:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd26f37

dev-ruby/listen: add 3.0.5

Package-Manager: portage-2.2.20.1

 dev-ruby/listen/Manifest            |  1 +
 dev-ruby/listen/listen-3.0.5.ebuild | 47 +++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/listen/Manifest b/dev-ruby/listen/Manifest
index 6a4b88e..1e43d53 100644
--- a/dev-ruby/listen/Manifest
+++ b/dev-ruby/listen/Manifest
@@ -4,3 +4,4 @@ DIST listen-2.8.5.tar.gz 44835 SHA256 6d251965b6c9309d4609c47880a025d53538a77bee
 DIST listen-2.8.6.tar.gz 44932 SHA256 69e3577b50e8b14378a38680f87e7ad2d69e2b1a54c51959b7757b39f8ca8875 SHA512 5ce81b3ae58f26865b2823bdc6dcd701a96be2fb6140ddb89ff7f3bed73b9f5e0fb384dfe1bdc6ee2282ad958cd89039cea3689a29432730bb58b179cf8f3541 WHIRLPOOL 1d6c7a616f3c68768b1a687b24d4785ba402d0f037b276c64d3b16bc0d3d39a6fcc3a36cc0b26e46e7e85f2453d1f0d97af82d76b42326c6c26835d60cf4ec37
 DIST listen-3.0.3.tar.gz 48490 SHA256 c9fd26e29c60b15b1475f509ccf1b4d9a3b20b421d7aa240f7212c5774105955 SHA512 45b8c06a8251a884462d61b6e5fadeddb3c7aa0b6d15dc1a26ad1696c6220fc02dafe5ffbd1e0a3577b25bac7a7e4c80f6489ff64b797637433be2cfb6a28813 WHIRLPOOL d13fa46d4a4beaca269416d56aeaa96ee61bade9e31ec51e50ddce322f5725d69b07a7323a73f4567fab854ec27aeb64b32532cded659a2c3f3c518a502d6cd1
 DIST listen-3.0.4.tar.gz 48784 SHA256 454630d4e3a3f8d610f8f2771e866fca3befec5a23f7646a7bce00f7877c815e SHA512 1fa3218ab1a7df8b38e9e55847e09b7ce11600ed56efdc8318a3f279f396409ceb41f4973353456b8146c09653d72644890604b001ad990c2ae1b60322f29a74 WHIRLPOOL d3d7f56a593c7cddfb5897d04d2157ce2e4afc3e4685aaaa78f7de72680a06e50997c15410ededc701849685996565be5b155749f3ca3fc9de9c2a4fa5967505
+DIST listen-3.0.5.tar.gz 48899 SHA256 bca371cb74ed989ddca7ede97656d23aab2819a8767803bbbeacf70c3d3fd9ea SHA512 d8658f0dce4b9db42960843ebf96f8cbff86f33bd830f5869842bb93f16d0aa59494ee7558d6924fb4f9000e4c3e6e0a5013a1005670f78b0f0ac499a16ab2da WHIRLPOOL 26cf9c8ec538f45869cf25e9463c15ca15f8cf0230b30a11d569426d37824098ea5734ae951b23791b5c7cd480b82ad66f8b83a5695764f367b4cf52186ccdc3

diff --git a/dev-ruby/listen/listen-3.0.5.ebuild b/dev-ruby/listen/listen-3.0.5.ebuild
new file mode 100644
index 0000000..8b98721
--- /dev/null
+++ b/dev-ruby/listen/listen-3.0.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Listens to file modifications and notifies you about the changes"
+HOMEPAGE="https://github.com/guard/listen"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+# Block on other packages trying to install a /usr/bin/listen
+RDEPEND+="!!media-sound/listen !!media-radio/ax25 !!<dev-ruby/listen-2.8.6-r1:2"
+
+ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+	rm -f Gemfile || die
+	sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+	rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+	mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec
+	rm -rf spec/.fixtures || die
+}


             reply	other threads:[~2015-11-29  7:30 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-29  7:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12  6:23 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/ Arthur Zamarin
2024-07-12  6:02 Arthur Zamarin
2024-07-12  6:02 Arthur Zamarin
2024-07-12  6:02 Arthur Zamarin
2024-07-12  6:02 Arthur Zamarin
2024-07-12  6:02 Arthur Zamarin
2024-02-25 11:49 Hans de Graaff
2024-01-06  8:02 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-04-23 21:40 Sam James
2023-04-23 21:33 Sam James
2023-04-23 21:33 Sam James
2023-04-02  1:51 Sam James
2023-01-12  6:45 Hans de Graaff
2023-01-11  7:58 Sam James
2023-01-11  7:58 Sam James
2023-01-11  7:03 Hans de Graaff
2023-01-11  7:03 Hans de Graaff
2022-06-28 17:06 Arthur Zamarin
2022-06-04  7:43 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-26 14:38 Sam James
2022-01-15  6:29 Hans de Graaff
2021-10-02 20:40 Sam James
2021-09-07 15:34 Marek Szuba
2021-08-23 17:38 Hans de Graaff
2021-08-23 17:38 Hans de Graaff
2021-07-21  5:40 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-04-04  6:53 Hans de Graaff
2021-03-24 13:24 Hans de Graaff
2021-03-24 13:24 Hans de Graaff
2021-01-15  7:08 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2020-12-01  6:44 Hans de Graaff
2020-11-28  6:58 Hans de Graaff
2020-11-15  8:10 Hans de Graaff
2020-11-11  6:11 Hans de Graaff
2020-11-06  3:21 Sam James
2020-09-05  8:01 Hans de Graaff
2020-08-09 17:28 Hans de Graaff
2020-07-26  9:15 Hans de Graaff
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-03-14  7:48 Hans de Graaff
2020-02-15 15:24 Hans de Graaff
2019-12-06  6:21 Hans de Graaff
2019-10-02  6:16 Hans de Graaff
2019-07-17  7:04 Hans de Graaff
2019-04-11  6:49 Hans de Graaff
2019-04-11  6:49 Hans de Graaff
2018-12-27 17:41 Matt Turner
2018-06-05  4:06 Hans de Graaff
2018-05-06 15:04 Mart Raudsepp
2018-05-03  4:42 Hans de Graaff
2018-05-03  4:42 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-04-28  6:32 Hans de Graaff
2018-03-25 12:41 Sergei Trofimovich
2018-01-13  8:19 Hans de Graaff
2017-12-08  7:50 Hans de Graaff
2017-09-20  6:07 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-07-01 13:45 Alexis Ballier
2017-06-20  5:19 Hans de Graaff
2017-05-30  4:30 Hans de Graaff
2017-05-19  4:56 Hans de Graaff
2017-05-07  9:44 Hans de Graaff
2017-04-29 20:13 Jeroen Roovers
2017-04-06  7:00 Michael Weber
2017-04-06  7:00 Michael Weber
2017-02-27 17:01 Michael Weber
2017-02-25  8:19 Hans de Graaff
2017-02-14  0:36 Michael Weber
2016-09-28  8:17 Tobias Klausmann
2016-08-18 19:42 Markus Meier
2016-07-27  5:25 Hans de Graaff
2016-07-27  5:25 Hans de Graaff
2016-07-20  6:19 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-07-12  4:38 Hans de Graaff
2016-07-12  4:38 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-04-23 23:59 Manuel Rüger
2016-04-17 11:48 Manuel Rüger
2016-03-29  6:08 Hans de Graaff
2016-02-11  0:53 Manuel Rüger
2016-02-11  0:53 Manuel Rüger
2016-01-10  7:28 Hans de Graaff
2015-12-06  7:05 Hans de Graaff
2015-12-05 13:03 Markus Meier
2015-11-05  6:35 Hans de Graaff
2015-10-26  5:34 Hans de Graaff
2015-10-25  5:42 Hans de Graaff
2015-10-23  8:35 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=1448782176.9fd26f370ae1d4ff7eb929bc5cff702cdced86ad.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