Sha256: 6d4fac809291c82155ea01db142c07d76341fe4596bcf0b67468e500d364d1e2

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 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.keywords"
dev-util/ragel ~x86
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

3 entries across 3 versions & 2 rubygems

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