public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog
@ 2013-01-22  6:26 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22  6:26 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 06:26:09

  Modified:             ChangeLog
  Added:                pokerth-1.0.ebuild
  Log:
  version bump (bug #453470)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.47                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	22 Nov 2012 03:51:13 -0000	1.46
+++ ChangeLog	22 Jan 2013 06:26:09 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/pokerth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.46 2012/11/22 03:51:13 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.47 2013/01/22 06:26:09 mr_bones_ Exp $
+
+*pokerth-1.0 (22 Jan 2013)
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/pokerth-1.0-underlinking.patch, +pokerth-1.0.ebuild:
+  version bump (bug #453470)
 
   22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> pokerth-0.9.5.ebuild:
   Get rid of boost-utils eclass usage. Depend on threaded boost when possible.



1.1                  games-board/pokerth/pokerth-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.1&content-type=text/plain

Index: pokerth-1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $

EAPI=5
inherit flag-o-matic eutils qt4-r2 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="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated"

RDEPEND="dev-db/sqlite:3
	dev-libs/boost[threads(+)]
	dev-libs/libgcrypt
	dev-libs/tinyxml[stl]
	net-libs/libircclient
	>=net-misc/curl-7.16
	x11-libs/qt-core:4
	virtual/gsasl
	!dedicated? (
		media-libs/libsdl
		media-libs/sdl-mixer[mod,vorbis]
		x11-libs/qt-gui:4
	)"
DEPEND="${RDEPEND}
	!dedicated? ( x11-libs/qt-sql:4 )"

S=${WORKDIR}/${MY_P}

src_prepare() {
	if use dedicated ; then
		sed -i \
			-e 's/pokerth_game.pro//' \
			pokerth.pro || die
	fi

	sed -i \
		-e '/no_dead_strip_inits_and_terms/d' \
		*pro || die

	epatch "${FILESDIR}"/${P}-underlinking.patch
}

src_configure() {
	eqmake4
}

src_install() {
	dogamesbin bin/pokerth_server
	if ! use dedicated ; then
		dogamesbin ${PN}
		insinto "${GAMES_DATADIR}/${PN}"
		doins -r data
		domenu ${PN}.desktop
		doicon ${PN}.png
	fi
	doman docs/pokerth.1
	dodoc ChangeLog TODO docs/{gui_styling,server_setup}_howto.txt
	prepgamesdirs
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog
@ 2013-01-22 19:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 19:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 19:55:17

  Modified:             pokerth-1.0.ebuild ChangeLog
  Log:
  add dev-libs/protobuf dep (bug #453578)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-board/pokerth/pokerth-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?r1=1.1&r2=1.2

Index: pokerth-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pokerth-1.0.ebuild	22 Jan 2013 06:26:09 -0000	1.1
+++ pokerth-1.0.ebuild	22 Jan 2013 19:55:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.2 2013/01/22 19:55:16 mr_bones_ Exp $
 
 EAPI=5
 inherit flag-o-matic eutils qt4-r2 games
@@ -17,6 +17,7 @@
 
 RDEPEND="dev-db/sqlite:3
 	dev-libs/boost[threads(+)]
+	dev-libs/protobuf
 	dev-libs/libgcrypt
 	dev-libs/tinyxml[stl]
 	net-libs/libircclient



1.48                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	22 Jan 2013 06:26:09 -0000	1.47
+++ ChangeLog	22 Jan 2013 19:55:16 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.47 2013/01/22 06:26:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.48 2013/01/22 19:55:16 mr_bones_ Exp $
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.0.ebuild:
+  add dev-libs/protobuf dep (bug #453578)
 
 *pokerth-1.0 (22 Jan 2013)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog
@ 2013-02-24 11:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-24 11:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/24 11:25:11

  Modified:             pokerth-1.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #458640
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-board/pokerth/pokerth-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?r1=1.2&r2=1.3

Index: pokerth-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pokerth-1.0.ebuild	22 Jan 2013 19:55:16 -0000	1.2
+++ pokerth-1.0.ebuild	24 Feb 2013 11:25:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.2 2013/01/22 19:55:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.3 2013/02/24 11:25:11 ago Exp $
 
 EAPI=5
 inherit flag-o-matic eutils qt4-r2 games
@@ -12,7 +12,7 @@
 
 LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dedicated"
 
 RDEPEND="dev-db/sqlite:3



1.49                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	22 Jan 2013 19:55:16 -0000	1.48
+++ ChangeLog	24 Feb 2013 11:25:11 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.48 2013/01/22 19:55:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.49 2013/02/24 11:25:11 ago Exp $
+
+  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pokerth-1.0.ebuild:
+  Stable for amd64, wrt bug #458640
 
   22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.0.ebuild:
   add dev-libs/protobuf dep (bug #453578)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog
@ 2013-02-24 11:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-24 11:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/24 11:30:42

  Modified:             pokerth-1.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458640
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-board/pokerth/pokerth-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?r1=1.3&r2=1.4

Index: pokerth-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pokerth-1.0.ebuild	24 Feb 2013 11:25:11 -0000	1.3
+++ pokerth-1.0.ebuild	24 Feb 2013 11:30:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.3 2013/02/24 11:25:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.4 2013/02/24 11:30:42 ago Exp $
 
 EAPI=5
 inherit flag-o-matic eutils qt4-r2 games
@@ -12,7 +12,7 @@
 
 LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="dedicated"
 
 RDEPEND="dev-db/sqlite:3



1.50                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	24 Feb 2013 11:25:11 -0000	1.49
+++ ChangeLog	24 Feb 2013 11:30:42 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.49 2013/02/24 11:25:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.50 2013/02/24 11:30:42 ago Exp $
+
+  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pokerth-1.0.ebuild:
+  Stable for x86, wrt bug #458640
 
   24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pokerth-1.0.ebuild:
   Stable for amd64, wrt bug #458640





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog
@ 2013-05-08  8:07 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-05-08  8:07 UTC (permalink / raw
  To: gentoo-commits

vincent     13/05/08 08:07:55

  Modified:             pokerth-1.0.ebuild ChangeLog
  Log:
  ~ppc keyword, bug #460772
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.6                  games-board/pokerth/pokerth-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild?r1=1.5&r2=1.6

Index: pokerth-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pokerth-1.0.ebuild	2 Mar 2013 21:13:08 -0000	1.5
+++ pokerth-1.0.ebuild	8 May 2013 08:07:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.5 2013/03/02 21:13:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.6 2013/05/08 08:07:54 vincent Exp $
 
 EAPI=5
 inherit flag-o-matic eutils qt4-r2 games
@@ -12,7 +12,7 @@
 
 LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated"
 
 RDEPEND="dev-db/sqlite:3
@@ -20,7 +20,9 @@
 	dev-libs/protobuf
 	dev-libs/libgcrypt
 	dev-libs/tinyxml[stl]
-	net-libs/libircclient
+	amd64? ( net-libs/libircclient )
+	ppc? ( >=net-libs/libircclient-1.6-r2 )
+	x86? ( net-libs/libircclient )
 	>=net-misc/curl-7.16
 	dev-qt/qtcore:4
 	virtual/gsasl



1.52                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	2 Mar 2013 21:13:08 -0000	1.51
+++ ChangeLog	8 May 2013 08:07:54 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.51 2013/03/02 21:13:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.52 2013/05/08 08:07:54 vincent Exp $
+
+  08 May 2013; Vicente Olivert Riera <vincent@gentoo.org> pokerth-1.0.ebuild:
+  ~ppc keyword, bug #460772
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> pokerth-0.9.5.ebuild,
   pokerth-1.0.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-08  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 19:55 [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-08  8:07 Vicente Olivert Riera (vincent)
2013-02-24 11:30 Agostino Sarubbo (ago)
2013-02-24 11:25 Agostino Sarubbo (ago)
2013-01-22  6:26 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox