Sha256: f04428c41bceb1d3e8e4ed872c8baf598d4faf22e9b2d3576c3f04fef6c398d7

Contents?: true

Size: 370 Bytes

Versions: 29

Compression:

Stored size: 370 Bytes

Contents

#!/bin/bash
source /etc/profile

cat <<DATAEOF >> "$chroot/etc/portage/make.conf"
# use ruby 1.9
RUBY_TARGETS="ruby19"
DATAEOF

cat <<DATAEOF >> "$chroot/etc/portage/package.accept_keywords/ruby"
dev-util/ragel ~x86 ~amd64
DATAEOF

chroot "$chroot" /bin/bash <<DATAEOF
env-update && source /etc/profile
emerge --autounmask-write ruby:1.9
eselect ruby set ruby19
DATAEOF

Version data entries

29 entries across 15 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/ruby.sh
veewee-0.5.0.alpha4 templates/gentoo-latest-amd64/ruby.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/ruby.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-amd64/ruby.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-amd64/ruby.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/ruby.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/ruby.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.5.1 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.5 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.5 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.5.pre1 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.4 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.4 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.3 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.3 templates/gentoo-latest-amd64/ruby.sh
veewee-0.4.2 templates/gentoo-latest-i686/ruby.sh
veewee-0.4.2 templates/gentoo-latest-amd64/ruby.sh