summaryrefslogtreecommitdiff
blob: eafc8a9bf2b81ff38b2c19f710ff9b09f56a1e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild,v 1.7 2004/10/18 22:02:07 kloeri Exp $

IUSE="offensive"

DESCRIPTION="Fortune database of quotes from forums.gentoo.org"
HOMEPAGE="http://forums.gentoo.org/"
SRC_URI="http://dev.gentoo.org/~squinky86/files/gentoo-forums-${PV}.gz
	offensive? http://dev.gentoo.org/~squinky86/files/gentoo-forums-offensive-${PV}.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc amd64 hppa sparc mips alpha"

DEPEND="games-misc/fortune-mod"

S="${WORKDIR}"

src_compile () {
	mv gentoo-forums-${PV} gentoo-forums
	use offensive && cat gentoo-forums-offensive-${PV} >> gentoo-forums
	strfile gentoo-forums
}

src_install () {
	insinto /usr/share/fortune
	doins gentoo-forums gentoo-forums.dat
}