# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="prefix" inherit ruby gems USE_RUBY="ruby18" DESCRIPTION="Wirble is a set of enhancements for Irb." HOMEPAGE="http://pablotron.org/software/wirble/" SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86 ~x86-macos" DEPEND="" IUSE="" pkg_postinst() { einfo "The quick way to use wirble is to make your ~/.irbrc look like this:" einfo " # load libraries" einfo " require 'rubygems'" einfo " require 'wirble'" einfo " " einfo " # start wirble (with color)" einfo " Wirble.init" einfo " Wirble.colorize" }