# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Fortune database for Woody Allen quotes (in Italian)" HOMEPAGE="http://somemixedstuff.blogspot.com/2007/04/set-of-fortunes-of-woody-allen-quotes.html" SRC_URI="http://utenti.lycos.it/gutter/fortune-mod-woody-allen-it/fortune-mod-woody-allen-it-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="offensive" RDEPEND="games-misc/fortune-mod" S=${WORKDIR}/${PN} src_install() { cd ${S} insinto /usr/share/fortune doins fortune-mod-woody-allen-it fortune-mod-woody-allen-it.dat || die }