# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Carl Sagan 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="" RDEPEND="games-misc/fortune-mod" src_install() { insinto /usr/share/fortune doins carl-sagan carl-sagan.dat || die "doins failed" }