summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pani (thpani) <thomas.pani@gmail.com>2008-05-22 10:30:20 +0000
committerThomas Pani (thpani) <thomas.pani@gmail.com>2008-05-22 10:30:20 +0000
commit96291cf1f9331e9cd6409ada355a787373456fcf (patch)
treef2a7a490df4f13156a8e74799d601ba1aa99cdb7
parentgames-fps/uhexen2: Fix Manifest for ChangeLog (diff)
downloadsunrise-96291cf1f9331e9cd6409ada355a787373456fcf.tar.gz
sunrise-96291cf1f9331e9cd6409ada355a787373456fcf.tar.bz2
sunrise-96291cf1f9331e9cd6409ada355a787373456fcf.zip
games-board/pokerth: Version bump, drop old
svn path=/sunrise/; revision=6213
-rw-r--r--games-board/pokerth/ChangeLog4
-rw-r--r--games-board/pokerth/Manifest6
-rw-r--r--games-board/pokerth/pokerth-0.6.2.ebuild (renamed from games-board/pokerth/pokerth-0.6.1.ebuild)5
3 files changed, 10 insertions, 5 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog
index 2ae304efe..491cd37b0 100644
--- a/games-board/pokerth/ChangeLog
+++ b/games-board/pokerth/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 May 2008; Thomas Pani (thpani) <thomas.pani@gmail.com>
+ -pokerth-0.6.1.ebuild, +pokerth-0.6.2.ebuild:
+ Version bump, drop old
+
12 Mar 2008; (Tommy[D]) tommy100@gmx.de -pokerth-0.6.ebuild:
Drop old version
diff --git a/games-board/pokerth/Manifest b/games-board/pokerth/Manifest
index 9be3d128c..ae2b48ea9 100644
--- a/games-board/pokerth/Manifest
+++ b/games-board/pokerth/Manifest
@@ -1,4 +1,4 @@
-DIST PokerTH-0.6.1.src.tar.bz2 4333481 RMD160 93d6fa7febca2ae01b58e9adbc59b4647e8ae854 SHA1 a46bb928850267b3d8b34db6476a32e975d2e615 SHA256 bde609e17ed6cc0bb9b7a8c08086c18919fccbd7b06dc76963dbeb210afcc7d9
-EBUILD pokerth-0.6.1.ebuild 1055 RMD160 26fc3c5785120f1ef0217d1b651e0b82eb4737b0 SHA1 08339be4309c1da8d2ac2e139e4f56f9ebdb9e1f SHA256 854f6d4b700c655af12973d3fdc144f283255ac0c08a393fdff4a494a61a8cc8
-MISC ChangeLog 996 RMD160 46f45a0862aef0837ce6066842b3b59f449af313 SHA1 7fb033b48bc1cde0bd02093892937d292b842cc6 SHA256 0a023dfd6f93d4620d907957bf91fd5fa191843f4f86115f3c09e3819181d5c2
+DIST PokerTH-0.6.2-src.tar.bz2 4317104 RMD160 487c6a435606cdf4779634bb611276264736d984 SHA1 7f897dc5ac8b7181001fa714d6681008e871feb0 SHA256 7dd3530a6ec15e785ab4142fdb28f4625be3a56f9952fcecf792abd84cf39a57
+EBUILD pokerth-0.6.2.ebuild 1076 RMD160 92c4aa39eeca36832cdf2c4b7a54a3c8aa1e0372 SHA1 6d1cc5cc2f6733fbbc2190a5e989c626ac1111b3 SHA256 79d1b97c6353038b31da4236910454a7737ab935534dc79cbcccb27bb66b71e6
+MISC ChangeLog 1130 RMD160 afa093b8a22c1574a1e6b7b253b8f9d7e3eeeacc SHA1 fd705be13141dfd543b47bdc5a3c322c73c2b692 SHA256 136cc580f9b9d60b345bfc8c91d0183d179b8106d54bc2181f3e6f667a6abb0e
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-board/pokerth/pokerth-0.6.1.ebuild b/games-board/pokerth/pokerth-0.6.2.ebuild
index a976bf945..ad97726e6 100644
--- a/games-board/pokerth/pokerth-0.6.1.ebuild
+++ b/games-board/pokerth/pokerth-0.6.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${MY_PN}-${PV}-src"
DESCRIPTION="Texas Hold'em poker game."
HOMEPAGE="http://www.pokerth.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.src.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=x11-libs/qt-4.3.2:4
+ >=net-misc/curl-7.16
+ >=net-libs/gnutls-2.2.2
>=dev-libs/boost-1.34.1
- >=dev-libs/openssl-0.9.7
media-libs/libsdl
media-libs/sdl-mixer"
RDEPEND="${DEPEND}"