graaff 14/07/18 08:55:28 Modified: ChangeLog plist-3.1.0-r1.ebuild Log: Fix rake 10 compatibility. Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.11 dev-ruby/plist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 7 May 2014 19:11:10 -0000 1.10 +++ ChangeLog 18 Jul 2014 08:55:27 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/plist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.10 2014/05/07 19:11:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.11 2014/07/18 08:55:27 graaff Exp $ + + 18 Jul 2014; Hans de Graaff <[email protected]> plist-3.1.0-r1.ebuild: + Fix rake 10 compatibility. Add ruby21. 07 May 2014; Manuel RĂ¼ger <[email protected]> plist-3.1.0-r1.ebuild: Remove ruby18 target. 1.3 dev-ruby/plist/plist-3.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild?r1=1.2&r2=1.3 Index: plist-3.1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plist-3.1.0-r1.ebuild 7 May 2014 19:11:10 -0000 1.2 +++ plist-3.1.0-r1.ebuild 18 Jul 2014 08:55:27 -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/plist/plist-3.1.0-r1.ebuild,v 1.2 2014/05/07 19:11:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild,v 1.3 2014/07/18 08:55:27 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_DOCDIR="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" @@ -19,3 +19,9 @@ IUSE="" RUBY_PATCHES=( "${FILESDIR}"/${P}-nordoc.patch ) + +all_ruby_prepare() { + sed -e '/gempackagetask/ s:^:#:' \ + -e '/GemPackageTask/,/end/ s:^:#:' \ + -i Rakefile || die +}
