graaff 14/03/25 06:35:18 Modified: storable-0.8.9-r1.ebuild ChangeLog Log: Fix EAPI=5 usage. Avoid rake for documentation generation since it uses obsolete code. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-ruby/storable/storable-0.8.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild?r1=1.1&r2=1.2 Index: storable-0.8.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- storable-0.8.9-r1.ebuild 10 Mar 2014 16:15:31 -0000 1.1 +++ storable-0.8.9-r1.ebuild 25 Mar 2014 06:35:18 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v 1.1 2014/03/10 16:15:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v 1.2 2014/03/25 06:35:18 graaff Exp $ EAPI=5 @@ -9,8 +9,7 @@ RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" inherit ruby-fakegem @@ -24,7 +23,7 @@ IUSE="" SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz" -S="${WORKDIR}/delano-${PN}-*" +RUBY_S="delano-${PN}-*" # technically, it could work without either; on the other hand, it # would break a bit of stuff. 1.22 dev-ruby/storable/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/storable/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 10 Mar 2014 16:15:31 -0000 1.21 +++ ChangeLog 25 Mar 2014 06:35:18 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/storable # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.21 2014/03/10 16:15:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.22 2014/03/25 06:35:18 graaff Exp $ + + 25 Mar 2014; Hans de Graaff <[email protected]> storable-0.8.9-r1.ebuild: + Fix EAPI=5 usage. Avoid rake for documentation generation since it uses + obsolete code. *storable-0.8.9-r1 (10 Mar 2014)
