diff options
author | 2014-01-20 18:18:11 +0000 | |
---|---|---|
committer | 2014-01-20 18:18:11 +0000 | |
commit | 153507474940f302edc067048269d686d83ec797 (patch) | |
tree | 375fa39da4d8ee5e0b920139bc1c492bb5a3821f /games-util | |
parent | Enforce python_targets on pyxattr dep, bug 498478. (diff) | |
download | gentoo-2-153507474940f302edc067048269d686d83ec797.tar.gz gentoo-2-153507474940f302edc067048269d686d83ec797.tar.bz2 gentoo-2-153507474940f302edc067048269d686d83ec797.zip |
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/antimicro/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/antimicro/antimicro-1.1.ebuild | 33 | ||||
-rw-r--r-- | games-util/antimicro/antimicro-1.2.ebuild | 38 |
3 files changed, 5 insertions, 72 deletions
diff --git a/games-util/antimicro/ChangeLog b/games-util/antimicro/ChangeLog index cbfaf09c0791..7a258d2ac6bd 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.7 2014/01/05 13:42:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/ChangeLog,v 1.8 2014/01/20 18:18:11 mr_bones_ Exp $ + + 20 Jan 2014; Michael Sterrett <mr_bones_@gentoo.org> -antimicro-1.1.ebuild, + -antimicro-1.2.ebuild: + old *antimicro-2.0 (05 Jan 2014) diff --git a/games-util/antimicro/antimicro-1.1.ebuild b/games-util/antimicro/antimicro-1.1.ebuild deleted file mode 100644 index 972bcdcbfaf2..000000000000 --- a/games-util/antimicro/antimicro-1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-1.1.ebuild,v 1.1 2013/10/03 12:12:29 hasufell Exp $ - -EAPI=5 -inherit qt4-r2 - -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/libsdl:0[joystick] - x11-libs/libX11 - x11-libs/libXtst" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${P}/src - -src_configure() { - eqmake4 INSTALL_PREFIX=/usr antimicro.pro -} - -src_compile() { - emake - emake updateqm -} diff --git a/games-util/antimicro/antimicro-1.2.ebuild b/games-util/antimicro/antimicro-1.2.ebuild deleted file mode 100644 index 037ff6f1a9b5..000000000000 --- a/games-util/antimicro/antimicro-1.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-1.2.ebuild,v 1.1 2013/12/14 22:00:20 hasufell Exp $ - -EAPI=5 -inherit eutils qt4-r2 - -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/libsdl:0[joystick] - x11-libs/libX11 - x11-libs/libXtst" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${P}/src - -src_prepare() { - cd "${WORKDIR}/${P}" || die - epatch "${FILESDIR}"/${P}-desktopfile.patch -} - -src_configure() { - eqmake4 INSTALL_PREFIX=/usr antimicro.pro -} - -src_compile() { - emake - emake updateqm -} |