graaff      14/05/12 14:23:55

  Modified:             ChangeLog
  Added:                listen-1.3.1-r2.ebuild
  Removed:              listen-1.3.1-r1.ebuild
  Log:
  Add ruby21. Move into slot 1 since 0.x and 1.x are not compatible.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.29                 dev-ruby/listen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   20 Apr 2014 08:34:05 -0000      1.28
+++ ChangeLog   12 May 2014 14:23:55 -0000      1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/listen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.28 2014/04/20 
08:34:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.29 2014/05/12 
14:23:55 graaff Exp $
+
+*listen-1.3.1-r2 (12 May 2014)
+
+  12 May 2014; Hans de Graaff <[email protected]> -listen-1.3.1-r1.ebuild,
+  +listen-1.3.1-r2.ebuild:
+  Add ruby21. Move into slot 1 since 0.x and 1.x are not compatible.
 
 *listen-0.7.3-r1 (20 Apr 2014)
 



1.1                  dev-ruby/listen/listen-1.3.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: listen-1.3.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild,v 1.1 
2014/05/12 14:23:55 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Listens to file modifications and notifies you about the changes."
HOMEPAGE="https://github.com/guard/listen";
SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz"

LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE=""

ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"

all_ruby_prepare() {
        sed -i -e '/[Cc]overalls/d' spec/spec_helper.rb || die
        # Drop failing test
        sed -i -e '/#85/,+17d' spec/listen/directory_record_spec.rb || die

        # Drop dependencies for file system events not available on Gentoo.
        sed -i -e '/\(fsevent\|kqueue\)/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}




Reply via email to