# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Bill Hicks quotes for fortune" HOMEPAGE="http://www.chaostrophy.org" SRC_URI="http://www.chaostrophy.org/pub/fortune/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="offensive" RDEPEND="games-misc/fortune-mod" pkg_setup() { if ! use offensive ; then elog "These fortunes have offensive content. Enable offensive USE Flag" elog "ex: USE=\"offensive\" emerge ${PN}" elog " or add to package.use file: games-misc/fortune-mod-bill-hicks offensive" exit 1 fi } src_install() { insinto /usr/share/fortune doins bill-hicks bill-hicks.dat || die "doins failed" }