Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/qjoypad: ChangeLog qjoypad-3.4.1.ebuild
Date: Sat, 10 Nov 2007 01:16:10
Message-Id: E1IqexA-0002Jz-St@stork.gentoo.org
1 tupone 07/11/10 01:16:04
2
3 Modified: ChangeLog
4 Added: qjoypad-3.4.1.ebuild
5 Log:
6 Version bump to 3.4.1
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.8 games-util/qjoypad/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/qjoypad/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/qjoypad/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/qjoypad/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 30 Sep 2007 21:43:29 -0000 1.7
23 +++ ChangeLog 10 Nov 2007 01:16:04 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-util/qjoypad
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.7 2007/09/30 21:43:29 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.8 2007/11/10 01:16:04 tupone Exp $
29 +
30 +*qjoypad-3.4.1 (10 Nov 2007)
31 +
32 + 10 Nov 2007; Tupone Alfredo <tupone@g.o> +qjoypad-3.4.1.ebuild:
33 + Version bump
34
35 30 Sep 2007; Michael Sterrett <mr_bones_@g.o> qjoypad-3.4.ebuild:
36 use eqmake3 from qt3 eclass for bug #194215
37
38
39
40 1.1 games-util/qjoypad/qjoypad-3.4.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qjoypad-3.4.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.1.ebuild,v 1.1 2007/11/10 01:16:04 tupone Exp $
50
51 inherit qt3 eutils
52
53 DESCRIPTION="translate gamepad/joystick input into key strokes/mouse actions in X"
54 HOMEPAGE="http://qjoypad.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/qjoypad/${P}.tgz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND="x11-libs/libXtst
63 $(qt_min_version 3.3)"
64 DEPEND="${RDEPEND}
65 x11-proto/xextproto
66 x11-proto/xproto"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"/src
71 # makefile has silly dependencies
72 sed -i \
73 -e "/^CFLAGS/s:-pipe -Wall -W -O2:${CFLAGS}:" \
74 -e "/^CXXFLAGS/s:-pipe -Wall -W -O2:${CXXFLAGS}:" \
75 -e '/^Makefile:/s|:.*||' \
76 Makefile || die "sed make depends failed"
77 }
78
79 src_compile() {
80 cd src
81 eqmake3 qjoypad.pro PREFIX=/usr
82 emake || die "emake failed"
83 }
84
85 src_install() {
86 dobin src/qjoypad || die "bin"
87 insinto /usr/share/pixmaps/${PN}
88 doins icons/* || die "icons"
89 dosym gamepad4-24x24.png /usr/share/pixmaps/${PN}/icon24.png
90 dosym gamepad4-64x64.png /usr/share/pixmaps/${PN}/icon64.png
91 dodoc README.txt
92 make_desktop_entry qjoypad QJoypad /usr/share/pixmaps/${PN}/icon64.png
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list