diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-06-04 18:50:43 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-06-04 18:50:43 +0000 |
commit | 741749cf9d435122f1da19610f039428c5f05206 (patch) | |
tree | a17cda30b4734cb2793906f801aea8e203b23c59 /dev-ruby | |
parent | Add rubyforge as a dependency for USE=doc as well, bug 512350. (diff) | |
download | gentoo-2-741749cf9d435122f1da19610f039428c5f05206.tar.gz gentoo-2-741749cf9d435122f1da19610f039428c5f05206.tar.bz2 gentoo-2-741749cf9d435122f1da19610f039428c5f05206.zip |
Use our own documentation recipe instead of the Rakefile with deprecated code and additional dependencies, bug 512348.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/shoulda/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog index dda76829ec66..3f5d4ba89abe 100644 --- a/dev-ruby/shoulda/ChangeLog +++ b/dev-ruby/shoulda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/shoulda # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.30 2014/04/24 20:22:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.31 2014/06/04 18:50:43 graaff Exp $ + + 04 Jun 2014; Hans de Graaff <graaff@gentoo.org> shoulda-2.11.3-r1.ebuild: + Use our own documentation recipe instead of the Rakefile with deprecated code + and additional dependencies, bug 512348. 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -shoulda-3.5.0.ebuild, shoulda-2.11.3-r1.ebuild, shoulda-2.11.3-r2.ebuild: diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild b/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild index 1c1857734192..b946a50f4467 100644 --- a/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild +++ b/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v 1.5 2014/04/24 20:22:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v 1.6 2014/06/04 18:50:43 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc" |