graaff 15/01/02 10:12:11 Modified: ChangeLog ruby-progressbar-1.4.2.ebuild Added: ruby-progressbar-1.4.2-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.67 dev-ruby/ruby-progressbar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 11 Nov 2014 11:05:38 -0000 1.66 +++ ChangeLog 2 Jan 2015 10:12:11 -0000 1.67 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-progressbar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.66 2014/11/11 11:05:38 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.67 2015/01/02 10:12:11 graaff Exp $ + +*ruby-progressbar-1.4.2-r1 (02 Jan 2015) + + 02 Jan 2015; Hans de Graaff <[email protected]> + ruby-progressbar-1.4.2.ebuild, +ruby-progressbar-1.4.2-r1.ebuild: + Create stable candidate. 11 Nov 2014; Manuel RĂ¼ger <[email protected]> ruby-progressbar-1.4.1.ebuild, ruby-progressbar-1.4.2.ebuild: 1.4 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild?r1=1.3&r2=1.4 Index: ruby-progressbar-1.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ruby-progressbar-1.4.2.ebuild 18 May 2014 19:41:00 -0000 1.3 +++ ruby-progressbar-1.4.2.ebuild 2 Jan 2015 10:12:11 -0000 1.4 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v 1.3 2014/05/18 19:41:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v 1.4 2015/01/02 10:12:11 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" 1.1 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain Index: ruby-progressbar-1.4.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild,v 1.1 2015/01/02 10:12:11 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="A Text Progress Bar Library for Ruby" HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/timecop )" all_ruby_prepare() { sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die }
