summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-01-06 14:20:24 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-01-06 14:20:24 +0000
commita403cddda738fe0068293aefeb899f0464d41a44 (patch)
treeb7f1c70216acf1fcd65a00c3a37412f8c3de0e9e /games-board
parentsci-libs/openfoam: Drop keywords as we don't have the dependencies (diff)
downloadsunrise-a403cddda738fe0068293aefeb899f0464d41a44.tar.gz
sunrise-a403cddda738fe0068293aefeb899f0464d41a44.tar.bz2
sunrise-a403cddda738fe0068293aefeb899f0464d41a44.zip
games-board/pokerth: Drop old
svn path=/sunrise/; revision=5360
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pokerth/ChangeLog5
-rw-r--r--games-board/pokerth/Manifest4
-rw-r--r--games-board/pokerth/pokerth-0.5.ebuild59
3 files changed, 5 insertions, 63 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog
index f152c823f..bb0ce841b 100644
--- a/games-board/pokerth/ChangeLog
+++ b/games-board/pokerth/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for games-board/pokerth
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2008; Markus Ullmann <jokey@gentoo.org> pokerth-0.5:
+ Drop old
+
16 Dec 2007; Thomas Pani (thpani) <thomas.pani@gmail.com>
+pokerth-0.6.ebuild:
bump to 0.6
diff --git a/games-board/pokerth/Manifest b/games-board/pokerth/Manifest
index d6394ad3d..2ca9b4756 100644
--- a/games-board/pokerth/Manifest
+++ b/games-board/pokerth/Manifest
@@ -1,6 +1,4 @@
-DIST PokerTH-0.5-src.tar.bz2 4123606 RMD160 d322aecd9c44d301bb3c3ba3fc7c33bf6a6114db SHA1 344a1afcef123d4947e39e667fb310160a985958 SHA256 a521aa9f4e47741c132ce5023b07e594ee267d1b3d99fa9b5e0d78b39502239d
DIST PokerTH-0.6-src.tar.bz2 4276312 RMD160 bcad8b7a8da012734f52e3461ac03d55512e8b02 SHA1 04657e85eb6fb01324f1680ef0ca8d0769b0c6b3 SHA256 2b149e359be287b1e37e1dff8a696f4619e258cd20041c906942e37fa2b83751
-EBUILD pokerth-0.5.ebuild 1438 RMD160 2050c0e3dce835468b9b2959e58cae9a0febd8e1 SHA1 ba1709905eedc18ba8a3464d62cff2202c0a0a3d SHA256 2044f0e1b35a81fae5c74065844a45af3cfb3bcd8727ed4bbf99d4e18fdc47ec
EBUILD pokerth-0.6.ebuild 1051 RMD160 a7b4ae1f5d3a545137a66fffc0e4c4cb9ceae310 SHA1 f94cf419f3d87e2e88b94af3f9c09648178ec083 SHA256 99f5543cc535d4a159fbd150fb3a9dc024afe28fe242d1b522c27f623469eaf1
-MISC ChangeLog 738 RMD160 4f290023f005735850bb3cc1bd7a62623a65e79e SHA1 1ab4a9bf0aeab7ef874fad1e6621f602ae773e8c SHA256 de30602e703ace187a89ffd88d23c6b34d74adf23a822f8b7820732f58079054
+MISC ChangeLog 812 RMD160 3494fcfacb5a5b048c9f4a6be3a37eba43e6e1db SHA1 fc7399eb9cbe03ae103a92b47a84cdfec0bee772 SHA256 6492e076a8a8607f7248a7ff5e5e9584789cf80b419161df7b2685a5bc9b769b
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-board/pokerth/pokerth-0.5.ebuild b/games-board/pokerth/pokerth-0.5.ebuild
deleted file mode 100644
index 8e880a4cd..000000000
--- a/games-board/pokerth/pokerth-0.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-inherit eutils games qt4
-
-MY_PN="PokerTH"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DESCRIPTION="Texas Hold'em poker game."
-HOMEPAGE="http://www.pokerth.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-4.2.3:4
- >=dev-libs/boost-1.33
- >=dev-libs/openssl-0.9.7
- media-libs/libmikmod
- media-libs/libsdl
- media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- if ! built_with_use "=x11-libs/qt-4*" qt3support ; then
- eerror "x11-libs/qt has to be compiled with USE=qt3support"
- die "Needed USE-flag for QT4 not found."
- fi
-
- if has_version "<dev-libs/boost-1.34" && ! built_with_use "dev-libs/boost" threads ; then
- eerror "dev-libs/boost has to be compiled with USE=threads"
- die "Needed USE-flag for dev-libs/boost not found."
- fi
-
- # Qt bug #171858, fixed in 4.3.2 and 4.4.0
- if has_version "~x11-libs/qt-4.3.0" || has_version "~x11-libs/qt-4.3.1" ; then
- ewarn "x11-libs/qt versions 4.3.0 and 4.3.1 are known to break"
- ewarn "stylesheet support for buttons (game is still playable)."
- fi
-
- games_pkg_setup
-}
-
-src_compile() {
- eqmake4
- emake || die "emake failed."
-}
-
-src_install() {
- dogamesbin bin/pokerth
- newicon pokerth.png "${PN}.png"
- make_desktop_entry "${PN}" "PokerTH" "${PN}.png"
-
- prepgamesdirs
-}