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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- ggencoder-0.91a.ebuild
0
++ ggencoder-0.91a.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.2 2009/09/19 12:37:14 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.2 2009/09/19 12:37:14 maekke Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils qt4
6
inherit eutils qt4-r2
7
7
8
DESCRIPTION="Utility to encode and decode Game Genie (tm) codes."
8
DESCRIPTION="Utility to encode and decode Game Genie (tm) codes."
9
HOMEPAGE="http://games.technoplaza.net/ggencoder/qt/"
9
HOMEPAGE="http://games.technoplaza.net/ggencoder/qt/"
Lines 20-26 Link Here
20
S=${WORKDIR}/${P}/source
20
S=${WORKDIR}/${P}/source
21
21
22
src_configure() {
22
src_configure() {
23
	eqmake4
23
	qt4-r2_src_configure
24
}
24
}
25
25
26
src_install() {
26
src_install() {

Return to bug 410379