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.3.3.ebuild ChangeLog antimicro-2.0.ebuild antimicro-1.0.ebuild antimicro-2.1.ebuild
Date: Tue, 27 May 2014 18:11:28
Message-Id: 20140527181124.A0A932004E@flycatcher.gentoo.org
1 hasufell 14/05/27 18:11:24
2
3 Modified: ChangeLog
4 Added: antimicro-2.3.3.ebuild
5 Removed: antimicro-2.0.ebuild antimicro-1.0.ebuild
6 antimicro-2.1.ebuild
7 Log:
8 version bump, rm old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
11
12 Revision Changes Path
13 1.11 games-util/antimicro/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.11&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.11&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?r1=1.10&r2=1.11
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v
22 retrieving revision 1.10
23 retrieving revision 1.11
24 diff -u -r1.10 -r1.11
25 --- ChangeLog 22 Apr 2014 12:15:46 -0000 1.10
26 +++ ChangeLog 27 May 2014 18:11:24 -0000 1.11
27 @@ -1,6 +1,14 @@
28 # ChangeLog for games-util/antimicro
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.10 2014/04/22 12:15:46 hasufell Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.11 2014/05/27 18:11:24 hasufell Exp $
32 +
33 +*antimicro-2.3.3 (27 May 2014)
34 +
35 + 27 May 2014; Julian Ospald <hasufell@g.o> -antimicro-1.0.ebuild,
36 + -antimicro-2.0.ebuild, -antimicro-2.1.ebuild, +antimicro-2.3.3.ebuild,
37 + -files/antimicro-1.2-desktopfile.patch,
38 + -files/antimicro-2.0-desktopfile.patch:
39 + version bump, rm old
40
41 *antimicro-2.2 (22 Apr 2014)
42
43
44
45
46 1.1 games-util/antimicro/antimicro-2.3.3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild?rev=1.1&content-type=text/plain
50
51 Index: antimicro-2.3.3.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild,v 1.1 2014/05/27 18:11:24 hasufell Exp $
56
57 EAPI=5
58 inherit eutils cmake-utils
59
60 DESCRIPTION="Map keyboard and mouse buttons to gamepad buttons"
61 HOMEPAGE="https://github.com/Ryochan7/antimicro"
62 SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz -> ${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 RDEPEND="
69 dev-qt/qtcore:4
70 dev-qt/qtgui:4
71 media-libs/libsdl2[joystick]
72 x11-libs/libX11
73 x11-libs/libXtst"
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76
77 src_configure() {
78 local mycmakeargs=(
79 -DUSE_SDL_2=ON
80 )
81
82 cmake-utils_src_configure
83 }