graaff 14/09/13 06:11:51 Modified: ChangeLog Added: timers-4.0.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.11 dev-ruby/timers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timers/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timers/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timers/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timers/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 12 Aug 2014 22:44:55 -0000 1.10 +++ ChangeLog 13 Sep 2014 06:11:51 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/timers # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/ChangeLog,v 1.10 2014/08/12 22:44:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/ChangeLog,v 1.11 2014/09/13 06:11:51 graaff Exp $ + +*timers-4.0.1 (13 Sep 2014) + + 13 Sep 2014; Hans de Graaff <[email protected]> +timers-4.0.1.ebuild: + Version bump. 12 Aug 2014; Anthony G. Basile <[email protected]> timers-1.1.0-r1.ebuild, timers-2.0.0.ebuild: 1.1 dev-ruby/timers/timers-4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild?rev=1.1&content-type=text/plain Index: timers-4.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild,v 1.1 2014/09/13 06:11:51 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" inherit ruby-fakegem DESCRIPTION="Pure Ruby one-shot and periodic timers" HOMEPAGE="https://github.com/tarcieri/timers" LICENSE="MIT" SLOT="4" KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="" ruby_add_rdepend "dev-ruby/hitimes" all_ruby_prepare() { rm Gemfile || die sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die sed -i -e '/coveralls/ s:^:#:' spec/spec_helper.rb || die sed -i -e '/Coveralls/ s:^:#:' spec/spec_helper.rb || die # Remove performance spec due to dependencies and being to dependent # on machine specifics. rm spec/performance_spec.rb # Remove rspec3 configuration so we can still run with rspec2. sed -e '/expose/ s:^:#:' -i spec/spec_helper.rb || die }
