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