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-util/xqf: ChangeLog xqf-1.0.5.ebuild
Date: Sun, 26 Jul 2009 22:04:36 +0000	[thread overview]
Message-ID: <E1MVBpc-0001Yq-DR@stork.gentoo.org> (raw)

mr_bones_    09/07/26 22:04:36

  Modified:             ChangeLog xqf-1.0.5.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.27                 games-util/xqf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Jan 2008 21:16:05 -0000	1.26
+++ ChangeLog	26 Jul 2009 22:04:36 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/xqf
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.26 2008/01/18 21:16:05 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.27 2009/07/26 22:04:36 mr_bones_ Exp $
+
+  26 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> xqf-1.0.5.ebuild:
+  EAPI=2
 
   18 Jan 2008; Tupone Alfredo <tupone@gentoo.org> xqf-1.0.4-r1.ebuild,
   xqf-1.0.5.ebuild:
@@ -136,7 +139,7 @@
   fix sourceforge mirroring.
 	  
   13 April 2002; Bart Verwilst <verwilst@gentoo.org>: just added a 
-  description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.26 2008/01/18 21:16:05 tupone Exp $
+  description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.27 2009/07/26 22:04:36 mr_bones_ Exp $
 
 *xqf-0.9.8 (6 Apr 2002)
 



1.4                  games-util/xqf/xqf-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?r1=1.3&r2=1.4

Index: xqf-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xqf-1.0.5.ebuild	18 Jan 2008 21:16:05 -0000	1.3
+++ xqf-1.0.5.ebuild	26 Jul 2009 22:04:36 -0000	1.4
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.3 2008/01/18 21:16:05 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.4 2009/07/26 22:04:36 mr_bones_ Exp $
 
+EAPI=2
 DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
 HOMEPAGE="http://www.linuxgames.com/xqf/"
 SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz"
@@ -11,7 +12,7 @@
 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 IUSE="bzip2 geoip nls"
 
-RDEPEND="=x11-libs/gtk+-2*
+RDEPEND="x11-libs/gtk+:2
 	>=games-util/qstat-2.11
 	nls? ( virtual/libintl )
 	geoip? ( dev-libs/geoip )
@@ -20,14 +21,12 @@
 	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 
-src_compile() {
+src_configure() {
 	econf \
 		$(use_enable nls) \
 		$(use_enable geoip) \
 		$(use_enable bzip2) \
-		--enable-gtk2 \
-		|| die
-	emake || die "emake failed"
+		--enable-gtk2
 }
 
 src_install() {






             reply	other threads:[~2009-07-26 22:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26 22:04 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-21 20:19 [gentoo-commits] gentoo-x86 commit in games-util/xqf: ChangeLog xqf-1.0.5.ebuild Michael Sterrett (mr_bones_)
2009-11-26 19:56 Markus Meier (maekke)
2010-01-06 18:17 Jeroen Roovers (jer)
2010-01-07 23:13 Joseph Jezak (josejx)
2011-06-14 19:36 Alfredo Tupone (tupone)
2011-10-31  0:55 Lars Wendler (polynomial-c)

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=E1MVBpc-0001Yq-DR@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