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/holdingnuts: holdingnuts-0.0.4.ebuild ChangeLog
Date: Fri, 29 May 2009 23:50:55 +0000	[thread overview]
Message-ID: <E1MABqh-0006qH-J1@stork.gentoo.org> (raw)

mr_bones_    09/05/29 23:50:55

  Modified:             ChangeLog
  Added:                holdingnuts-0.0.4.ebuild
  Log:
  version bump - patch from Dominik Geyer
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-board/holdingnuts/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/holdingnuts/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/holdingnuts/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/holdingnuts/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/holdingnuts/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	25 Apr 2009 16:47:46 -0000	1.1
+++ ChangeLog	29 May 2009 23:50:55 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/holdingnuts
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/holdingnuts/ChangeLog,v 1.1 2009/04/25 16:47:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/holdingnuts/ChangeLog,v 1.2 2009/05/29 23:50:55 mr_bones_ Exp $
+
+*holdingnuts-0.0.4 (29 May 2009)
+
+  29 May 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +holdingnuts-0.0.4.ebuild:
+  version bump - patch from Dominik Geyer
 
 *holdingnuts-0.0.3 (25 Apr 2009)
 



1.1                  games-board/holdingnuts/holdingnuts-0.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/holdingnuts/holdingnuts-0.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/holdingnuts/holdingnuts-0.0.4.ebuild?rev=1.1&content-type=text/plain

Index: holdingnuts-0.0.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/holdingnuts/holdingnuts-0.0.4.ebuild,v 1.1 2009/05/29 23:50:55 mr_bones_ Exp $

EAPI=2
inherit eutils cmake-utils games

DESCRIPTION="An open source poker client and server"
HOMEPAGE="http://www.holdingnuts.net/"
SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug dedicated"

RDEPEND="
	!dedicated? (
		x11-libs/qt-core:4
		x11-libs/qt-gui:4
		alsa? ( >=media-libs/libsdl-1.2.10[alsa] )
	)"

DEPEND="${RDEPEND}
	>=dev-util/cmake-2.6.3"

src_configure() {
	local mycmakeargs="$(cmake-utils_use_enable alsa AUDIO)
		$(cmake-utils_use_enable !dedicated CLIENT)
		$(cmake-utils_use_enable debug DEBUG)"

	mycmakeargs="${mycmakeargs}
		-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
		-DCMAKE_DATA_PATH=${GAMES_DATADIR}"

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	if ! use dedicated ; then
		domenu ${PN}.desktop
		doicon ${PN}.png
		doman docs/${PN}.6
	fi

	dodoc ChangeLog docs/protocol_spec.txt
	doman docs/${PN}-server.6

	prepgamesdirs
}






                 reply	other threads:[~2009-05-29 23:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1MABqh-0006qH-J1@stork.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