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/rb-inotify/
Date: Fri, 27 Jan 2017 06:50:59 +0000 (UTC)	[thread overview]
Message-ID: <1485499850.f3365828346591e5f6e2ae73fd180e334fbaa36b.graaff@gentoo> (raw)

commit:     f3365828346591e5f6e2ae73fd180e334fbaa36b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 06:50:50 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 06:50:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3365828

dev-ruby/rb-inotify: add 0.9.8

Package-Manager: portage-2.3.3

 dev-ruby/rb-inotify/Manifest                |  1 +
 dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/rb-inotify/Manifest b/dev-ruby/rb-inotify/Manifest
index 7f83ab5..2cc8dac 100644
--- a/dev-ruby/rb-inotify/Manifest
+++ b/dev-ruby/rb-inotify/Manifest
@@ -1,3 +1,4 @@
 DIST rb-inotify-0.9.5.gem 14336 SHA256 69559fc3d790c275b90f55f8c76cde94a999e3400f5a51f2e0d463a0a2e8ad4d SHA512 1ecc0142ed44358a2f51403736533e9854b5fc13cb81b552eb866310b60535b14e2ac6bfb6ee53bc1ee65ac14e51fc5a981e52f843607dbb3d8390c1d6c13e60 WHIRLPOOL 19d7d1f7ca8e65a297de94fae3311c1bc8d9942aa47dc2c92202ce0adb8f04d62ac94f0c51c76a6bd263e773df2481b2337b6576f818cff7bf4fd2ccaa30fd27
 DIST rb-inotify-0.9.6.gem 14336 SHA256 34da84a44b27e5dccc2d957209169ec3bc944fb634a30e07bdc5527726a30fba SHA512 face5d116308a6cba727cf39f01dc3b55e57a9075ac365f3be4fd2fc9c34ea7228902e8caf59119ae1277be5d10fbc05b915cfae8349969800997d3fb629d791 WHIRLPOOL cd0d43e6954b2f40166e615ff440e4e62fc970c57251fa7ae0f277c9ff7cc3b3ebf07e0022ff0287ea6472737ef737a63dc27566d166090b518e7e959a4e2684
 DIST rb-inotify-0.9.7.gem 14336 SHA256 2d9c1bf013d2f9e62b4fe827286ce77c35c83f06b65749a95a08d862c0b8ccf9 SHA512 bc9be713becf7ee644a58e5d68dc0c514f8ba69a5b78de19cc84c2f55c98601065da59612a7373cd784646234b8ae9acd6575089c6a77e0317a0284c3f1fcbe4 WHIRLPOOL 25d90ad8519ad765b4c414e2dec45a5fbf345fc594a25c4a49d63b89a1f9022838cb0866b8fc7a95bab76799a854ee36a4bb447187f4024c85d39cd2c6272d52
+DIST rb-inotify-0.9.8.gem 14336 SHA256 e9492784d99c75aa818b523d49f97a1bd8c568cac0bdfe2600d596568723012f SHA512 9fecf48c7ca20bd8edcf616980bcebe5bd124a0c0a59a2166790cc57c4e43e1bd4b499c58ebc2a573f2c2e140c8aeabc08c8cf6ef2a9a594b207e78ee63d80c5 WHIRLPOOL 4e416aa3a4327b4d8c2dc870dd17de9e71d673b36c3e4fdd8fc14f79ae3f5d894d7abdb769ebba27defdc3bf00c7f95aa949cffb2cac76443360a802f4b8b180

diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild
new file mode 100644
index 00000000..6f9a548
--- /dev/null
+++ b/dev-ruby/rb-inotify/rb-inotify-0.9.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="yard"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
+
+RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A thorough inotify wrapper for Ruby using FFI"
+HOMEPAGE="https://github.com/nex3/rb-inotify"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+	# Avoid unneeded dependency on jeweler.
+	sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die
+
+	# Remove mandatory markup processor from yard options, bug 436112.
+	sed -i -e '/maruku/d' .yardopts || die
+}


             reply	other threads:[~2017-01-27  6:51 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27  6:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07  5:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/ Hans de Graaff
2024-10-30  6:17 Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-09  7:16 Arthur Zamarin
2024-10-06 13:38 Arthur Zamarin
2024-10-06 11:36 Sam James
2024-10-06 11:35 Sam James
2024-10-06 11:12 Sam James
2024-05-19  5:33 Hans de Graaff
2024-05-19  5:33 Hans de Graaff
2024-01-06  8:02 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-03-27 10:59 Sam James
2022-05-08 15:00 WANG Xuerui
2022-04-18 17:15 Hans de Graaff
2021-10-03  6:30 Hans de Graaff
2021-10-02 15:43 Sam James
2021-09-30 18:18 Sam James
2021-09-25  5:18 Agostino Sarubbo
2021-09-22  6:58 Agostino Sarubbo
2021-09-20  6:27 Agostino Sarubbo
2021-09-20  6:26 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-09-07 15:34 Marek Szuba
2021-03-27  6:09 Hans de Graaff
2020-11-06  3:21 Sam James
2020-01-24  7:23 Hans de Graaff
2019-12-25  6:56 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-06-04 13:30 Agostino Sarubbo
2019-05-23 13:15 Mikle Kolyada
2019-05-13  0:38 Thomas Deutschmann
2019-05-03 13:10 Mikle Kolyada
2019-04-28 20:59 Sergei Trofimovich
2019-04-28  9:48 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-01-09  8:07 Hans de Graaff
2018-12-16  6:35 Hans de Graaff
2018-07-10 19:11 Sergei Trofimovich
2018-04-28  6:33 Hans de Graaff
2018-01-23 19:27 Hans de Graaff
2018-01-23 19:07 Markus Meier
2018-01-21  8:56 Hans de Graaff
2017-12-30 11:02 Sergei Trofimovich
2017-12-12 18:39 Thomas Deutschmann
2017-12-11  6:36 Hans de Graaff
2017-12-10 22:39 Sergei Trofimovich
2017-12-04  7:04 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-19  5:23 Hans de Graaff
2017-06-17  5:22 Hans de Graaff
2017-05-07  9:44 Hans de Graaff
2017-05-07  9:44 Hans de Graaff
2017-04-29 20:13 Jeroen Roovers
2017-02-27 17:01 Michael Weber
2016-09-28  8:17 Tobias Klausmann
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-07-12  4:38 Hans de Graaff
2016-05-18  8:49 Fabian Groffen
2016-04-25 23:21 Manuel RĂ¼ger
2016-02-09  6:04 Hans de Graaff
2016-02-06  6:52 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=1485499850.f3365828346591e5f6e2ae73fd180e334fbaa36b.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