graaff 15/07/31 07:06:57 Modified: ChangeLog listen-1.3.1-r2.ebuild Added: listen-1.3.1-r3.ebuild Log: Create stable candidate. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.49 dev-ruby/listen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 29 Jul 2015 18:45:47 -0000 1.48 +++ ChangeLog 31 Jul 2015 07:06:57 -0000 1.49 @@ -1,6 +1,12 @@ # 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.48 2015/07/29 18:45:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.49 2015/07/31 07:06:57 graaff Exp $ + +*listen-1.3.1-r3 (31 Jul 2015) + + 31 Jul 2015; Hans de Graaff <[email protected]> listen-1.3.1-r2.ebuild, + +listen-1.3.1-r3.ebuild: + Create stable candidate. 29 Jul 2015; Fabian Groffen <[email protected]> listen-2.8.6.ebuild: Keyworded for *-solaris, *-macos, bug #519596 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild?r1=1.4&r2=1.5 Index: listen-1.3.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- listen-1.3.1-r2.ebuild 2 Jun 2015 05:12:52 -0000 1.4 +++ listen-1.3.1-r2.ebuild 31 Jul 2015 07:06:57 -0000 1.5 @@ -1,10 +1,10 @@ # 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-1.3.1-r2.ebuild,v 1.4 2015/06/02 05:12:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-1.3.1-r2.ebuild,v 1.5 2015/07/31 07:06:57 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" 1.1 dev-ruby/listen/listen-1.3.1-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-1.3.1-r3.ebuild?rev=1.1&content-type=text/plain Index: listen-1.3.1-r3.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-1.3.1-r3.ebuild,v 1.1 2015/07/31 07:06:57 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" 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 }
