ruby-doc: update to 1.9.1-p129

This commit is contained in:
Juergen Daubert 2009-06-17 10:42:04 +02:00
parent 88278bfab9
commit 300b69a3e5
3 changed files with 10506 additions and 12477 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
88c45aaf627b4404e5e4273cb03ba2ee ruby-1.8.7-p174.tar.bz2
6fa62b20f72da471195830dec4eb2013 ruby-1.9.1-p129.tar.bz2

View File

@ -4,11 +4,11 @@
# Depends on: ruby
name=ruby-doc
version=1.8.7-p174
version=1.9.1-p129
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2)
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$version.tar.bz2)
build () {
cd ruby-$version
rdoc --all --ri --op $PKG/usr/share/ri/1.8/system .
rdoc --all --ri --op $PKG/usr/share/ri/1.9/system .
}