public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/qstat: ChangeLog qstat-2.11.ebuild
@ 2010-11-01 18:08 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-01 18:08 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/11/01 18:08:53

  Modified:             ChangeLog qstat-2.11.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.27                 games-util/qstat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	4 Oct 2008 14:51:42 -0000	1.26
+++ ChangeLog	1 Nov 2010 18:08:53 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/qstat
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.26 2008/10/04 14:51:42 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.27 2010/11/01 18:08:53 mr_bones_ Exp $
+
+  01 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.11.ebuild:
+  EAPI=2
 
   04 Oct 2008; Brent Baude <ranger@gentoo.org> qstat-2.11.ebuild:
   stable ppc64, bug 236389



1.9                  games-util/qstat/qstat-2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?r1=1.8&r2=1.9

Index: qstat-2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qstat-2.11.ebuild	4 Oct 2008 14:51:42 -0000	1.8
+++ qstat-2.11.ebuild	1 Nov 2010 18:08:53 -0000	1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.8 2008/10/04 14:51:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.9 2010/11/01 18:08:53 mr_bones_ Exp $
 
+EAPI=2
 DESCRIPTION="Server statics collector supporting many FPS games"
 HOMEPAGE="http://www.qstat.org/"
 SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
@@ -13,13 +14,12 @@
 
 DEPEND="!sys-cluster/torque"
 
-src_compile() {
-	econf $(use_enable debug) || die
-	emake || die "emake failed"
+src_configure() {
+	econf $(use_enable debug)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 	dosym qstat /usr/bin/quakestat
 
 	dodoc CHANGES.txt COMPILE.txt template/README.txt






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

* [gentoo-commits] gentoo-x86 commit in games-util/qstat: ChangeLog qstat-2.11.ebuild
@ 2012-09-06  1:40 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-06  1:40 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/06 01:40:05

  Modified:             ChangeLog qstat-2.11.ebuild
  Log:
  Keyword ~arm
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 games-util/qstat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	1 Nov 2010 18:08:53 -0000	1.27
+++ ChangeLog	6 Sep 2012 01:40:05 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/qstat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.27 2010/11/01 18:08:53 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.28 2012/09/06 01:40:05 blueness Exp $
+
+  06 Sep 2012; Anthony G. Basile <blueness@gentoo.org> qstat-2.11.ebuild:
+  Keyword ~arm
 
   01 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> qstat-2.11.ebuild:
   EAPI=2



1.10                 games-util/qstat/qstat-2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qstat/qstat-2.11.ebuild?r1=1.9&r2=1.10

Index: qstat-2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qstat-2.11.ebuild	1 Nov 2010 18:08:53 -0000	1.9
+++ qstat-2.11.ebuild	6 Sep 2012 01:40:05 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.9 2010/11/01 18:08:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.10 2012/09/06 01:40:05 blueness Exp $
 
 EAPI=2
 DESCRIPTION="Server statics collector supporting many FPS games"
@@ -9,7 +9,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86"
 IUSE="debug"
 
 DEPEND="!sys-cluster/torque"





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

end of thread, other threads:[~2012-09-06  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 18:08 [gentoo-commits] gentoo-x86 commit in games-util/qstat: ChangeLog qstat-2.11.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-06  1:40 Anthony G. Basile (blueness)

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