From 96291cf1f9331e9cd6409ada355a787373456fcf Mon Sep 17 00:00:00 2001 From: "Thomas Pani (thpani)" Date: Thu, 22 May 2008 10:30:20 +0000 Subject: games-board/pokerth: Version bump, drop old svn path=/sunrise/; revision=6213 --- games-board/pokerth/ChangeLog | 4 +++ games-board/pokerth/Manifest | 6 ++-- games-board/pokerth/pokerth-0.6.1.ebuild | 50 ------------------------------- games-board/pokerth/pokerth-0.6.2.ebuild | 51 ++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 53 deletions(-) delete mode 100644 games-board/pokerth/pokerth-0.6.1.ebuild create mode 100644 games-board/pokerth/pokerth-0.6.2.ebuild (limited to 'games-board') 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) + -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.1.ebuild deleted file mode 100644 index a976bf945..000000000 --- a/games-board/pokerth/pokerth-0.6.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 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}-src" - -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.3.2:4 - >=dev-libs/boost-1.34.1 - >=dev-libs/openssl-0.9.7 - media-libs/libsdl - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! built_with_use "media-libs/sdl-mixer" mikmod ; then - eerror "media-libs/sdl-mixer has to be compiled with USE=mikmod" - die "Needed USE-flag for sdl-mixer not found." - fi - - games_pkg_setup -} - -src_compile() { - eqmake4 - emake || die "emake failed." -} - -src_install() { - dogamesbin pokerth || die "dogamesbin failed" - insinto "${GAMES_DATADIR}/${PN}" - doins -r data || die "doins failed" - - newicon pokerth.png "${PN}.png" - make_desktop_entry "${PN}" "PokerTH" "${PN}.png" - - prepgamesdirs -} diff --git a/games-board/pokerth/pokerth-0.6.2.ebuild b/games-board/pokerth/pokerth-0.6.2.ebuild new file mode 100644 index 000000000..ad97726e6 --- /dev/null +++ b/games-board/pokerth/pokerth-0.6.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2008 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}-src" + +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.3.2:4 + >=net-misc/curl-7.16 + >=net-libs/gnutls-2.2.2 + >=dev-libs/boost-1.34.1 + media-libs/libsdl + media-libs/sdl-mixer" +RDEPEND="${DEPEND}" + +pkg_setup() { + if ! built_with_use "media-libs/sdl-mixer" mikmod ; then + eerror "media-libs/sdl-mixer has to be compiled with USE=mikmod" + die "Needed USE-flag for sdl-mixer not found." + fi + + games_pkg_setup +} + +src_compile() { + eqmake4 + emake || die "emake failed." +} + +src_install() { + dogamesbin pokerth || die "dogamesbin failed" + insinto "${GAMES_DATADIR}/${PN}" + doins -r data || die "doins failed" + + newicon pokerth.png "${PN}.png" + make_desktop_entry "${PN}" "PokerTH" "${PN}.png" + + prepgamesdirs +} -- cgit v1.2.3-65-gdbad