summaryrefslogtreecommitdiff
blob: c0c3f5625e6b991e39fdd220f772f4450cbb8cd2 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit mercurial

MY_PN=${PN/mod-/}
DESCRIPTION="Quotes from the italian blog 'Giovine01 - una mente binaria'"
HOMEPAGE="http://fortune-giovine01.googlecode.com"
SRC_URI=""

LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="games-misc/fortune-mod"

EHG_REPO_URI="https://fortune-giovine01.googlecode.com/hg/"

src_install() {
	insinto /usr/share/fortune
	doins ${MY_PN} ${MY_PN}.dat || die
}