Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
|
|
Subject:
|
gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild pokerth-0.6.3.ebuild ChangeLog
|
|
Date:
|
Fri, 17 Jul 2009 08:13:02 +0000
|
|
mr_bones_ 09/07/17 08:13:02
Modified: pokerth-0.6.3.ebuild ChangeLog
Added: pokerth-0.7.1.ebuild
Log:
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.7 games-board/pokerth/pokerth-0.6.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild?r1=1.6&r2=1.7
Index: pokerth-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pokerth-0.6.3.ebuild 11 Jun 2009 17:16:45 -0000 1.6
+++ pokerth-0.6.3.ebuild 17 Jul 2009 08:13:02 -0000 1.7
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild,v 1.6 2009/06/11 17:16:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.6.3.ebuild,v 1.7 2009/07/17 08:13:02 mr_bones_ Exp $
EAPI=2
-inherit eutils qt4 games
+inherit multilib flag-o-matic eutils qt4 games
MY_P="PokerTH-${PV}-2-src"
DESCRIPTION="Texas Hold'em poker game"
@@ -31,19 +31,6 @@
S=${WORKDIR}/${MY_P}
-pkg_setup() {
- games_pkg_setup
- if has_version '>=dev-libs/boost-1.35.0-r5:0' ; then
- local boost_ver=$(f=$(eselect boost show | tail -n1); echo $f)
-
- if [[ "$boost_ver" != "boost-1_35" ]] ; then
- ewarn "${P} requires boost to be set to version 1_35"
- ewarn "use eselect to set boost to the required version"
- die "Incorrect boost version currently selected (currently $boost_ver)"
- fi
- fi
-}
-
src_prepare() {
if use dedicated ; then
sed -i \
@@ -55,6 +42,14 @@
-e '/no_dead_strip_inits_and_terms/d' \
*pro \
|| die 'sed failed'
+ append-cxxflags \
+ -I/usr/include/boost-1_35 \
+ -I/usr/include/boost-1_34 \
+ -I/usr/include/boost-1_33
+ append-ldflags \
+ -L/usr/$(get_libdir)/boost-1_35 \
+ -L/usr/$(get_libdir)/boost-1_34 \
+ -L/usr/$(get_libdir)/boost-1_33
}
src_configure() {
1.7 games-board/pokerth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 11 Jun 2009 17:16:45 -0000 1.6
+++ ChangeLog 17 Jul 2009 08:13:02 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for games-board/pokerth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.6 2009/06/11 17:16:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.7 2009/07/17 08:13:02 mr_bones_ Exp $
+
+*pokerth-0.7.1 (17 Jul 2009)
+
+ 17 Jul 2009; Michael Sterrett <mr_bones_@g.o> pokerth-0.6.3.ebuild,
+ +pokerth-0.7.1.ebuild:
+ version bump
11 Jun 2009; Michael Sterrett <mr_bones_@g.o> pokerth-0.6.3.ebuild:
Add later slot 0 ebuild as well (bug #273726)
1.1 games-board/pokerth/pokerth-0.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.1&content-type=text/plain
Index: pokerth-0.7.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.1 2009/07/17 08:13:02 mr_bones_ Exp $
EAPI=2
inherit multilib flag-o-matic eutils qt4 games
MY_P="PokerTH-${PV}-src"
DESCRIPTION="Texas Hold'em poker game"
HOMEPAGE="http://www.pokerth.net/"
SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2"
LICENSE="GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated"
DEPEND="dev-libs/boost:1.39
>=net-libs/gnutls-2.2.2
>=net-misc/curl-7.16
!dedicated? (
media-libs/libsdl
media-libs/sdl-mixer[mikmod,vorbis]
>=sys-libs/zlib-1.2.3
x11-libs/qt-gui:4
)"
S=${WORKDIR}/${MY_P}
src_prepare() {
if use dedicated ; then
sed -i \
-e 's/pokerth_game.pro//' \
pokerth.pro \
|| die "sed failed"
fi
sed -i \
-e '/no_dead_strip_inits_and_terms/d' \
*pro \
|| die 'sed failed'
append-cxxflags \
-I/usr/include/boost-1_39
append-ldflags \
-L/usr/$(get_libdir)/boost-1_39
}
src_configure() {
eqmake4
}
src_install() {
dogamesbin bin/pokerth_server || die
if ! use dedicated ; then
dogamesbin ${PN} || die
insinto "${GAMES_DATADIR}/${PN}"
doins -r data || die
domenu ${PN}.desktop
doicon ${PN}.png
fi
dodoc ChangeLog TODO docs/{net_protocol,server_setup_howto}.txt
prepgamesdirs
}
|
|