ruby-doc: update to 2.1.1

This commit is contained in:
Juergen Daubert 2014-02-25 12:15:33 +01:00
parent 5d459c360b
commit 09ba2a0166
3 changed files with 15557 additions and 15061 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
4743c1dc48491070bae8fc8b423bc1a7 ruby-1.9.3-p545.tar.bz2
53edc33b2f590ecdd9f6a344b9d92d0d ruby-2.1.1.tar.bz2

View File

@ -4,11 +4,11 @@
# Depends on: ruby
name=ruby-doc
version=1.9.3-p545
version=2.1.1
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$version.tar.bz2)
source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.bz2)
build () {
cd ruby-$version
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/1.9/system .
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/2.1/system .
}