Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395557
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +7 lines)
Line  Link Here
0
-- gottet-1.0.3.ebuild
0
++ gottet-1.0.4.ebuild
Lines 1-9 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.3.ebuild,v 1.2 2010/02/08 15:04:52 fauli Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.3.ebuild,v 1.2 2010/02/08 15:04:52 fauli Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils qt4 games
6
inherit eutils qt4-r2 games
7
7
8
DESCRIPTION="A tetris clone based on Qt4"
8
DESCRIPTION="A tetris clone based on Qt4"
9
HOMEPAGE="http://gottcode.org/gottet/"
9
HOMEPAGE="http://gottcode.org/gottet/"
Lines 11-20 Link Here
11
11
12
LICENSE="GPL-3"
12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="x11-libs/qt-gui:4"
17
DEPEND="x11-libs/qt-core:4
18
	x11-libs/qt-gui:4"
18
19
19
src_configure() {
20
src_configure() {
20
	eqmake4
21
	eqmake4
Lines 22-28 Link Here
22
23
23
src_install() {
24
src_install() {
24
	dogamesbin ${PN} || die
25
	dogamesbin ${PN} || die
25
	dodoc ChangeLog README
26
	dodoc ChangeLog
26
	doicon icons/${PN}.png
27
	doicon icons/${PN}.png
27
	domenu icons/${PN}.desktop
28
	domenu icons/${PN}.desktop
28
	prepgamesdirs
29
	prepgamesdirs

Return to bug 395557