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/qjoypad: qjoypad-3.4.1.ebuild ChangeLog
Date: Wed, 14 Nov 2007 05:32:03 +0000	[thread overview]
Message-ID: <E1IsAr5-0001Zc-PE@stork.gentoo.org> (raw)

mr_bones_    07/11/14 05:32:03

  Modified:             qjoypad-3.4.1.ebuild ChangeLog
  Log:
  add device to build (bug #199116) with patch from Brandon Captain and patch to address the cpu burn loop (bug #197135) from Martin Berkemeier.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  games-util/qjoypad/qjoypad-3.4.1.ebuild

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

Index: qjoypad-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qjoypad-3.4.1.ebuild	10 Nov 2007 01:16:04 -0000	1.1
+++ qjoypad-3.4.1.ebuild	14 Nov 2007 05:32:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild,v 1.1 2007/11/10 01:16:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild,v 1.2 2007/11/14 05:32:03 mr_bones_ Exp $
 
 inherit qt3 eutils
 
@@ -28,11 +28,12 @@
 		-e "/^CXXFLAGS/s:-pipe -Wall -W -O2:${CXXFLAGS}:" \
 		-e '/^Makefile:/s|:.*||' \
 		Makefile || die "sed make depends failed"
+	epatch "${FILESDIR}/${P}-busy.patch"
 }
 
 src_compile() {
 	cd src
-	eqmake3 qjoypad.pro PREFIX=/usr
+	eqmake3 qjoypad.pro PREFIX=/usr DEVDIR=/dev/input
 	emake || die "emake failed"
 }
 



1.9                  games-util/qjoypad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Nov 2007 01:16:04 -0000	1.8
+++ ChangeLog	14 Nov 2007 05:32:03 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for games-util/qjoypad
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.8 2007/11/10 01:16:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.9 2007/11/14 05:32:03 mr_bones_ Exp $
+
+  14 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/qjoypad-3.4.1-busy.patch, qjoypad-3.4.1.ebuild:
+  add device to build (bug #199116) with patch from Brandon Captain and patch to
+  address the cpu burn loop (bug #197135) from Martin Berkemeier.
 
 *qjoypad-3.4.1 (10 Nov 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-14  5:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-14  5:32 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-20 13:56 [gentoo-commits] gentoo-x86 commit in games-util/qjoypad: qjoypad-3.4.1.ebuild ChangeLog Christian Faulhammer (opfer)
2007-12-22 16:18 Tobias Scherbaum (dertobi123)
2008-02-11 18:16 Santiago M. Mola (coldwind)
2008-04-08  1:37 Michael Sterrett (mr_bones_)
2008-07-27 21:27 Carsten Lohrke (carlo)

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=E1IsAr5-0001Zc-PE@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