diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-22 08:48:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-22 08:48:20 +0000 |
commit | 2023eb3f1e52f5110847999c04d6033f3c256dbb (patch) | |
tree | 64bcfe487d9af7165cac2b47fac498b1998f3666 /games-util | |
parent | Stable for amd64, wrt bug #535380 (diff) | |
download | gentoo-2-2023eb3f1e52f5110847999c04d6033f3c256dbb.tar.gz gentoo-2-2023eb3f1e52f5110847999c04d6033f3c256dbb.tar.bz2 gentoo-2-2023eb3f1e52f5110847999c04d6033f3c256dbb.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/antimicro/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/antimicro/antimicro-2.2.ebuild | 38 | ||||
-rw-r--r-- | games-util/antimicro/files/antimicro-2.2-build.patch | 19 |
3 files changed, 6 insertions, 59 deletions
diff --git a/games-util/antimicro/ChangeLog b/games-util/antimicro/ChangeLog index 3baa3c617efa..98bd1e818904 100644 --- a/games-util/antimicro/ChangeLog +++ b/games-util/antimicro/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2014/11/25 23:23:02 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.13 2015/01/22 08:48:20 mr_bones_ Exp $ + + 22 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -antimicro-2.2.ebuild, + -files/antimicro-2.2-build.patch: + old 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/games-util/antimicro/antimicro-2.2.ebuild b/games-util/antimicro/antimicro-2.2.ebuild deleted file mode 100644 index 3625272a8506..000000000000 --- a/games-util/antimicro/antimicro-2.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.2.ebuild,v 1.1 2014/04/22 12:15:46 hasufell Exp $ - -EAPI=5 -inherit eutils qmake-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" - -S=${WORKDIR}/${P}/src - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch -} - -src_configure() { - eqmake4 INSTALL_PREFIX="${D%/}"/usr antimicro.pro -} - -src_compile() { - emake - emake updateqm -} diff --git a/games-util/antimicro/files/antimicro-2.2-build.patch b/games-util/antimicro/files/antimicro-2.2-build.patch deleted file mode 100644 index 434887c2be67..000000000000 --- a/games-util/antimicro/files/antimicro-2.2-build.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Tue Apr 22 12:10:46 UTC 2014 -Subject: fix build failure - ---- a/src/antimicro.pro -+++ b/src/antimicro.pro -@@ -11,8 +11,12 @@ - packagesExist(sdl2) { - USE_SDL_2 = 1 - FOUND_SDL = 1 -+ CONFIG+=link_pkgconfig -+ PKGCONFIG+=sdl2 - } else:packageExist(sdl) { - FOUND_SDL = 1 -+ CONFIG+=link_pkgconfig -+ PKGCONFIG+=sdl - } else { - error("SDL library was not found") - } |