Sha256: a967237bc0ad3ef30ca936aab3010af387ace65d9996a3ebca8cbd9d03642e0a

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

#!/bin/bash
source /etc/profile

chroot "$chroot" /bin/bash <<DATAEOF
 env-update && source /etc/profile
 emerge libyaml
 wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$ruby_version.tar.gz
 tar xzf ruby-$ruby_version.tar.gz
 cd ruby-$ruby_version
 ./configure
 make
 make install
 cd ..
 rm -rf ruby-$ruby_version*
DATAEOF

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
veewee-0.3.10 templates/gentoo-latest-i686/ruby_source.sh
veewee-0.3.9 templates/gentoo-latest-i686/ruby_source.sh
veewee-atlassian-0.3.11 templates/gentoo-latest-i686-experimental/ruby_source.sh