public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.1.ebuild ChangeLog
Date: Thu, 23 May 2013 22:05:06 +0000 (UTC)	[thread overview]
Message-ID: <20130523220506.A9DCA2171D@flycatcher.gentoo.org> (raw)

mr_bones_    13/05/23 22:05:06

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

Revision  Changes    Path
1.53                 games-board/pokerth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	8 May 2013 08:07:54 -0000	1.52
+++ ChangeLog	23 May 2013 22:05:06 -0000	1.53
@@ -1,6 +1,12 @@
 # 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.52 2013/05/08 08:07:54 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.53 2013/05/23 22:05:06 mr_bones_ Exp $
+
+*pokerth-1.0.1 (23 May 2013)
+
+  23 May 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/pokerth-1.0.1-underlinking.patch, +pokerth-1.0.1.ebuild:
+  version bump (bug #471108)
 
   08 May 2013; Vicente Olivert Riera <vincent@gentoo.org> pokerth-1.0.ebuild:
   ~ppc keyword, bug #460772



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

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

Index: pokerth-1.0.1.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.1.ebuild,v 1.1 2013/05/23 22:05:06 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 ~ppc ~x86"
IUSE="dedicated"

RDEPEND="dev-db/sqlite:3
	dev-libs/boost[threads(+)]
	dev-libs/protobuf
	dev-libs/libgcrypt
	dev-libs/tinyxml[stl]
	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
	!dedicated? (
		media-libs/libsdl
		media-libs/sdl-mixer[mod,vorbis]
		dev-qt/qtgui:4
	)"
DEPEND="${RDEPEND}
	!dedicated? ( dev-qt/qtsql:4 )
	virtual/pkgconfig"

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
}





             reply	other threads:[~2013-05-23 22:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 22:05 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-30 12:39 [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-1.0.1.ebuild ChangeLog Agostino Sarubbo (ago)
2013-06-30 12:44 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130523220506.A9DCA2171D@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox