blob: 5e41cc5b4b4aa2d4d5c4ed9f78445c97d0927295 [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Fortune database of #gentoo-dev quotes"
HOMEPAGE="https://dev.gentoo.org/~avenj"
SRC_URI="http://ircd.oppresses.us/~avenj/files/gentoo-dev-${PV}.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="games-misc/fortune-mod"
S=${WORKDIR}
src_compile() {
mv gentoo-dev-${PV} gentoo-dev || die
strfile gentoo-dev || die
}
src_install() {
insinto /usr/share/fortune
doins gentoo-dev gentoo-dev.dat || die
}