You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/color-tools/color-tools-1.3.0.ebuild

25 lines
680 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild,v 1.12 2011/07/24 17:40:12 armin76 Exp $
inherit ruby gems
DESCRIPTION="Ruby library to provide RGB and CMYK colour support."
HOMEPAGE="http://ruby-pdf.rubyforge.org/color-tools/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc64 x86"
IUSE=""
USE_RUBY="ruby18"
pkg_postinst() {
elog "This package was installed using a 'gem'."
elog "If you are intending to write code which"
elog "requires ${PN}, you will need to"
elog
elog "require 'rubygems'"
elog
elog "before requiring '${PN}'."
}