hasufell 14/05/27 18:11:24
Modified: ChangeLog
Added: antimicro-2.3.3.ebuild
Removed: antimicro-2.0.ebuild antimicro-1.0.ebuild
antimicro-2.1.ebuild
Log:
version bump, rm old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.11 games-util/antimicro/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 22 Apr 2014 12:15:46 -0000 1.10
+++ ChangeLog 27 May 2014 18:11:24 -0000 1.11
@@ -1,6 +1,14 @@
# ChangeLog for games-util/antimicro
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.10
2014/04/22 12:15:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.11
2014/05/27 18:11:24 hasufell Exp $
+
+*antimicro-2.3.3 (27 May 2014)
+
+ 27 May 2014; Julian Ospald <[email protected]> -antimicro-1.0.ebuild,
+ -antimicro-2.0.ebuild, -antimicro-2.1.ebuild, +antimicro-2.3.3.ebuild,
+ -files/antimicro-1.2-desktopfile.patch,
+ -files/antimicro-2.0-desktopfile.patch:
+ version bump, rm old
*antimicro-2.2 (22 Apr 2014)
1.1 games-util/antimicro/antimicro-2.3.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild?rev=1.1&content-type=text/plain
Index: antimicro-2.3.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-2.3.3.ebuild,v 1.1
2014/05/27 18:11:24 hasufell Exp $
EAPI=5
inherit eutils cmake-utils
DESCRIPTION="Map keyboard and mouse buttons to gamepad buttons"
HOMEPAGE="https://github.com/Ryochan7/antimicro"
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
media-libs/libsdl2[joystick]
x11-libs/libX11
x11-libs/libXtst"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSE_SDL_2=ON
)
cmake-utils_src_configure
}