graaff      14/09/19 05:41:08

  Modified:             rb-inotify-0.9.5.ebuild ChangeLog
  Added:                rb-inotify-0.9.5-r1.ebuild
  Log:
  Add new revision for ruby21 and create stable candidate.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild?r1=1.2&r2=1.3

Index: rb-inotify-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rb-inotify-0.9.5.ebuild     5 Aug 2014 16:00:29 -0000       1.2
+++ rb-inotify-0.9.5.ebuild     19 Sep 2014 05:41:08 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.2 
2014/08/05 16:00:29 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.3 
2014/09/19 05:41:08 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



1.33                 dev-ruby/rb-inotify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   5 Aug 2014 16:00:30 -0000       1.32
+++ ChangeLog   19 Sep 2014 05:41:08 -0000      1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/rb-inotify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.32 
2014/08/05 16:00:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.33 
2014/09/19 05:41:08 graaff Exp $
+
+*rb-inotify-0.9.5-r1 (19 Sep 2014)
+
+  19 Sep 2014; Hans de Graaff <gra...@gentoo.org> rb-inotify-0.9.5.ebuild,
+  +rb-inotify-0.9.5-r1.ebuild:
+  Add new revision for ruby21 and create stable candidate.
 
   05 Aug 2014; Manuel RĂ¼ger <mr...@gentoo.org> rb-inotify-0.9.0.ebuild,
   rb-inotify-0.9.5.ebuild:



1.1                  dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: rb-inotify-0.9.5-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.1 
2014/09/19 05:41:08 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

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="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
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
}

each_ruby_prepare() {
        case ${RUBY} in
                *jruby)
                        # jruby has a native implementation and should not list 
ffi
                        # in the gemspec.
                        sed -i -e '/ffi/d' rb-inotify.gemspec || die
                        ;;
                *)
                        ;;
        esac
}




Reply via email to