graaff 14/10/05 09:17:56 Modified: async_sinatra-1.1.0.ebuild ChangeLog Log: Drop obsolete rubyforge dependency. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?r1=1.2&r2=1.3 Index: async_sinatra-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- async_sinatra-1.1.0.ebuild 15 May 2014 01:22:48 -0000 1.2 +++ async_sinatra-1.1.0.ebuild 5 Oct 2014 09:17:56 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.2 2014/05/15 01:22:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.3 2014/10/05 09:17:56 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" @@ -23,7 +23,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.9.1 >=dev-ruby/minitest-2.5.1 - >=dev-ruby/rubyforge-2.0.4 >=dev-ruby/eventmachine-0.12.11 )" ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" @@ -34,6 +33,9 @@ all_ruby_prepare() { # Remove development dependencies that we don't have from the gemspec sed -i -e '/\(hoe\|rdoc\|rubyforge\)/d' async_sinatra.gemspec || die + + # Avoid obsolete rubyforge dependency. + sed -e '/rubyforge_name/ s:^:#:' -i Rakefile || die } all_ruby_install() { 1.11 dev-ruby/async_sinatra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 15 May 2014 01:22:48 -0000 1.10 +++ ChangeLog 5 Oct 2014 09:17:56 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/async_sinatra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.10 2014/05/15 01:22:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.11 2014/10/05 09:17:56 graaff Exp $ + + 05 Oct 2014; Hans de Graaff <gra...@gentoo.org> async_sinatra-1.1.0.ebuild: + Drop obsolete rubyforge dependency. 15 May 2014; Manuel RĂ¼ger <mr...@gentoo.org> async_sinatra-1.1.0.ebuild: Remove ruby18.