diff options
author | Thomas Sachau <tommy@gentoo.org> | 2008-03-12 17:11:01 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2008-03-12 17:11:01 +0000 |
commit | 903010a1b99ffb9d24168fc91b7fc6b76f32a1cb (patch) | |
tree | 6e8b519e29f2485e84857597a11cb41a6d2b7dea /games-board | |
parent | games-board/pokerth: Version bump (diff) | |
download | sunrise-903010a1b99ffb9d24168fc91b7fc6b76f32a1cb.tar.gz sunrise-903010a1b99ffb9d24168fc91b7fc6b76f32a1cb.tar.bz2 sunrise-903010a1b99ffb9d24168fc91b7fc6b76f32a1cb.zip |
games-board/pokerth: Drop old version
svn path=/sunrise/; revision=5820
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/ChangeLog | 3 | ||||
-rw-r--r-- | games-board/pokerth/Manifest | 4 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.6.ebuild | 50 |
3 files changed, 4 insertions, 53 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 3c9cbd7c3..2ae304efe 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Mar 2008; (Tommy[D]) tommy100@gmx.de -pokerth-0.6.ebuild: + Drop old version + 12 Mar 2008; Thomas Pani (thpani) <thomas.pani@gmail.com> +pokerth-0.6.1.ebuild: Version bump diff --git a/games-board/pokerth/Manifest b/games-board/pokerth/Manifest index 1d5b4a9af..9be3d128c 100644 --- a/games-board/pokerth/Manifest +++ b/games-board/pokerth/Manifest @@ -1,6 +1,4 @@ -DIST PokerTH-0.6-src.tar.bz2 4276312 RMD160 bcad8b7a8da012734f52e3461ac03d55512e8b02 SHA1 04657e85eb6fb01324f1680ef0ca8d0769b0c6b3 SHA256 2b149e359be287b1e37e1dff8a696f4619e258cd20041c906942e37fa2b83751 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 -EBUILD pokerth-0.6.ebuild 1051 RMD160 8e8f6539adf2a03a7ea67eaef348dac0432ecdee SHA1 9b7237c0e410ab33e6fd7ce82bba5dfdeb4d1629 SHA256 e0d311aeae8200aae3b9dd23e910702bcba2db3be52b25994054e5b6770e6a00 -MISC ChangeLog 913 RMD160 414953c2f7fb0276337f4a0c5f220530ff3398cd SHA1 79737b11ce4ab81771de78d8cd3760bb38b89f13 SHA256 a41bcf3d3eca4fbb40830420da5ca4001daf2dc51c337b6bb39be4b13b5e096a +MISC ChangeLog 996 RMD160 46f45a0862aef0837ce6066842b3b59f449af313 SHA1 7fb033b48bc1cde0bd02093892937d292b842cc6 SHA256 0a023dfd6f93d4620d907957bf91fd5fa191843f4f86115f3c09e3819181d5c2 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/games-board/pokerth/pokerth-0.6.ebuild b/games-board/pokerth/pokerth-0.6.ebuild deleted file mode 100644 index d73a3a534..000000000 --- a/games-board/pokerth/pokerth-0.6.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}" - -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 -} |