mrueg       15/01/18 03:15:58

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

Revision  Changes    Path
1.41                 dev-ruby/listen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   31 Dec 2014 11:28:08 -0000      1.40
+++ ChangeLog   18 Jan 2015 03:15:58 -0000      1.41
@@ -1,6 +1,11 @@
 # 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.40 2014/12/31 
11:28:08 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.41 2015/01/18 
03:15:58 mrueg Exp $
+
+*listen-2.8.5 (18 Jan 2015)
+
+  18 Jan 2015; Manuel RĂ¼ger <mr...@gentoo.org> +listen-2.8.5.ebuild:
+  Version bump.
 
   31 Dec 2014; Agostino Sarubbo <a...@gentoo.org> listen-0.7.3-r1.ebuild:
   Stable for x86, wrt bug #523188



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

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

Index: listen-2.8.5.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.5.ebuild,v 1.1 
2015/01/18 03:15:58 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=""

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