ruby-doc: update to 2.2.2

This commit is contained in:
Juergen Daubert 2015-07-05 11:58:51 +02:00
parent b758af31b5
commit d7d4d1d122
3 changed files with 15310 additions and 15561 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
ec6f10ca331ce947802ede86259513a8 ruby-2.1.6.tar.xz
dbce9b9d79d90f213ba8d448b0b6ed86 ruby-2.2.2.tar.xz

View File

@ -4,11 +4,11 @@
# Depends on: ruby
name=ruby-doc
version=2.1.6
version=2.2.2
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.xz)
source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz)
build () {
cd ruby-$version
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/2.1/system .
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/${version%.*}/system .
}