Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/antimicro: antimicro-1.1.ebuild ChangeLog antimicro-0.8.ebuild
Date: Thu, 03 Oct 2013 12:12:32
Message-Id: 20131003121229.93EEF2004C@flycatcher.gentoo.org
1 hasufell 13/10/03 12:12:29
2
3 Modified: ChangeLog
4 Added: antimicro-1.1.ebuild
5 Removed: antimicro-0.8.ebuild
6 Log:
7 version bump
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
10
11 Revision Changes Path
12 1.5 games-util/antimicro/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 28 Aug 2013 11:14:57 -0000 1.4
25 +++ ChangeLog 3 Oct 2013 12:12:29 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for games-util/antimicro
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.4 2013/08/28 11:14:57 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.5 2013/10/03 12:12:29 hasufell Exp $
31 +
32 +*antimicro-1.1 (03 Oct 2013)
33 +
34 + 03 Oct 2013; Julian Ospald <hasufell@g.o> +antimicro-1.1.ebuild,
35 + -antimicro-0.8.ebuild:
36 + version bump
37
38 28 Aug 2013; Agostino Sarubbo <ago@g.o> antimicro-1.0.ebuild:
39 Stable for x86, wrt bug #480802
40
41
42
43 1.1 games-util/antimicro/antimicro-1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: antimicro-1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-1.1.ebuild,v 1.1 2013/10/03 12:12:29 hasufell Exp $
53
54 EAPI=5
55 inherit qt4-r2
56
57 DESCRIPTION="Map keyboard and mouse buttons to gamepad buttons"
58 HOMEPAGE="https://github.com/Ryochan7/antimicro"
59 SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 RDEPEND="
66 dev-qt/qtcore:4
67 dev-qt/qtgui:4
68 media-libs/libsdl:0[joystick]
69 x11-libs/libX11
70 x11-libs/libXtst"
71 DEPEND="${RDEPEND}"
72
73 S=${WORKDIR}/${P}/src
74
75 src_configure() {
76 eqmake4 INSTALL_PREFIX=/usr antimicro.pro
77 }
78
79 src_compile() {
80 emake
81 emake updateqm
82 }