mrueg 14/06/08 15:23:44 Modified: matchy-0.5.2-r1.ebuild ChangeLog Log: Fix doc generation. bug #512760 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/matchy/matchy-0.5.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?r1=1.2&r2=1.3 Index: matchy-0.5.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- matchy-0.5.2-r1.ebuild 5 Apr 2014 16:25:15 -0000 1.2 +++ matchy-0.5.2-r1.ebuild 8 Jun 2014 15:23:44 -0000 1.3 @@ -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/matchy/matchy-0.5.2-r1.ebuild,v 1.2 2014/04/05 16:25:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.3 2014/06/08 15:23:44 mrueg Exp $ EAPI=5 @@ -8,8 +8,8 @@ USE_RUBY="ruby19 ruby20 jruby" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}" 1.13 dev-ruby/matchy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 5 Apr 2014 16:25:15 -0000 1.12 +++ ChangeLog 8 Jun 2014 15:23:44 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/matchy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.12 2014/04/05 16:25:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.13 2014/06/08 15:23:44 mrueg Exp $ + + 08 Jun 2014; Manuel Rüger <[email protected]> matchy-0.5.2-r1.ebuild: + Fix doc generation. bug #512760 05 Apr 2014; Manuel Rüger <[email protected]> matchy-0.5.2-r1.ebuild, matchy-0.5.2.ebuild:
