graaff 14/04/20 08:34:05 Modified: ChangeLog Added: listen-0.7.3-r1.ebuild Log: Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.28 dev-ruby/listen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 5 Apr 2014 23:34:28 -0000 1.27 +++ ChangeLog 20 Apr 2014 08:34:05 -0000 1.28 @@ -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.27 2014/04/05 23:34:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.28 2014/04/20 08:34:05 graaff Exp $ + +*listen-0.7.3-r1 (20 Apr 2014) + + 20 Apr 2014; Hans de Graaff <[email protected]> +listen-0.7.3-r1.ebuild: + Add ruby21. 05 Apr 2014; Manuel RĂ¼ger <[email protected]> listen-0.7.3.ebuild, listen-1.3.1-r1.ebuild: 1.1 dev-ruby/listen/listen-0.7.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-0.7.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/listen/listen-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain Index: listen-0.7.3-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/listen/listen-0.7.3-r1.ebuild,v 1.1 2014/04/20 08:34:05 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="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0" all_ruby_prepare() { # Avoid a spec with incorrect stubbing. sed -i -e '/loads all the registerd dependencies/,/ end/ s:^:#:' \ -e '/return true when dependencies are loaded/,/ end/ s:^:#:' \ spec/listen/dependency_manager_spec.rb || die }
