summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-10-20 17:02:47 +0000
committerAron Griffis <agriffis@gentoo.org>2004-10-20 17:02:47 +0000
commit7702816d587d66665495ac9bf42a00cc02504d24 (patch)
treeae125ff85574f33457eb693509f9b9d031b9153b /dev-lang
parentRevision bump to distribute a fixed version for the suid root issue. (Manifes... (diff)
downloadgentoo-2-7702816d587d66665495ac9bf42a00cc02504d24.tar.gz
gentoo-2-7702816d587d66665495ac9bf42a00cc02504d24.tar.bz2
gentoo-2-7702816d587d66665495ac9bf42a00cc02504d24.zip
Fix rdoc patch to build all documentation instead of just part of it. This is actually an upstream bug...
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ruby/ChangeLog6
-rw-r--r--dev-lang/ruby/files/ruby-rdoc-gentoo.diff2
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog
index a94a45398ec5..94102692efff 100644
--- a/dev-lang/ruby/ChangeLog
+++ b/dev-lang/ruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ruby
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.96 2004/10/19 20:22:53 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.97 2004/10/20 17:02:47 agriffis Exp $
+
+ 20 Oct 2004; <agriffis@gentoo.org> files/ruby-rdoc-gentoo.diff:
+ Fix rdoc patch to build all documentation instead of just part of it. This is
+ actually an upstream bug...
19 Oct 2004; Guy Martin <gmsoft@gentoo.org> ruby-1.6.8-r11.ebuild:
Stable on hppa.
diff --git a/dev-lang/ruby/files/ruby-rdoc-gentoo.diff b/dev-lang/ruby/files/ruby-rdoc-gentoo.diff
index 578eef9d11b7..3cfcca0d4f99 100644
--- a/dev-lang/ruby/files/ruby-rdoc-gentoo.diff
+++ b/dev-lang/ruby/files/ruby-rdoc-gentoo.diff
@@ -5,7 +5,7 @@
install-doc:
@echo Generating RDoc documentation
- $(bindir)/$(PROGRAM) $(srcdir)/bin/rdoc --all --ri-system $(srcdir)
-+ $(DESTDIR)$(bindir)/$(PROGRAM) $(srcdir)/bin/rdoc --all --ri-system $(srcdir)
++ cd $(srcdir)/lib && find . -name \*.rb -print0 | xargs -0 $(DESTDIR)$(bindir)/$(PROGRAM) ../bin/rdoc --all --ri-system
clean-ext:
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(SCRIPT_ARGS) clean 2> /dev/null || true