# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN=oneliners DESCRIPTION="Lots of randomly chosen oneliners that can be quite funny" HOMEPAGE="http://eol.init1.nl/content/view/45/54/" SRC_URI="http://eelco.is.a.rootboy.net/fortunecookies/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="games-misc/fortune-mod" S=${WORKDIR}/${MY_PN}-${PV} src_install() { insinto /usr/share/fortune doins oneliners oneliners.dat }