mrueg       15/03/18 13:10:28

  Modified:             ChangeLog
  Added:                listen-2.8.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.44                 dev-ruby/listen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   26 Jan 2015 19:41:22 -0000      1.43
+++ ChangeLog   18 Mar 2015 13:10:28 -0000      1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/listen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.43 2015/01/26 
19:41:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.44 2015/03/18 
13:10:28 mrueg Exp $
+
+*listen-2.8.6 (18 Mar 2015)
+
+  18 Mar 2015; Manuel RĂ¼ger <[email protected]> +listen-2.8.6.ebuild:
+  Version bump.
 
   26 Jan 2015; Hans de Graaff <[email protected]> listen-2.8.5.ebuild:
   Add blockers for other packages trying to install /usr/bin/listen, bug



1.1                  dev-ruby/listen/listen-2.8.6.ebuild

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

Index: listen-2.8.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-2.8.6.ebuild,v 1.1 
2015/03/18 13:10:28 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 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="2"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE=""

# Block on other packages trying to install a /usr/bin/listen
RDEPEND+="!!media-sound/listen !!media-radio/ax25"

ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0
        >=dev-ruby/celluloid-0.15.2"
ruby_add_bdepend "test? ( dev-ruby/celluloid-io )"

all_ruby_prepare() {
        sed -i -e "/git/,+3d" -e "/rb-fsevent/d" -e "/bundler/d" -e 
"/rspec-retry/d" ${PN}.gemspec || die
        sed -i -e "/retry/d"  spec/spec_helper.rb || die
        rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
}




Reply via email to