summaryrefslogtreecommitdiff
blob: 364d374c927e555c2a266f984e9aefe4b38b1de9 (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-2012 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
}