Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263580 | Differences between
and this patch

Collapse All | Expand All

(-)pokerth-0.6.3.ebuild (-4 / +4 lines)
Lines 1-21 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 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-board/pokerth/pokerth-0.6.3.ebuild,v 1.4 2009/03/25 12:23:07 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.ebuild,v1.3 2009/05/06 12:47:12 dma02 Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils qt4 games
6
inherit eutils qt4 games
7
7
8
MY_P="PokerTH-${PV}-2-src"
8
MY_P="PokerTH-${PV}-src"
9
DESCRIPTION="Texas Hold'em poker game"
9
DESCRIPTION="Texas Hold'em poker game"
10
HOMEPAGE="http://www.pokerth.net/"
10
HOMEPAGE="http://www.pokerth.net/"
11
SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2"
12
12
13
LICENSE="GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
13
LICENSE="GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 ~ppc x86"
15
KEYWORDS="amd64 x86"
16
IUSE="dedicated"
16
IUSE="dedicated"
17
17
18
DEPEND=">=dev-libs/boost-1.34.1
18
DEPEND=">=dev-libs/boost-1.37.0
19
	>=net-libs/gnutls-2.2.2
19
	>=net-libs/gnutls-2.2.2
20
	>=net-misc/curl-7.16
20
	>=net-misc/curl-7.16
21
	!dedicated? (
21
	!dedicated? (

Return to bug 263580