summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-21 10:54:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-21 10:58:28 +0100
commit9da90fe7061b7eef0656967d15bc151e54bd078b (patch)
tree0f9bb17bef1071417b19c19dbf1fef286d3f930e /games-util/qjoypad
parentgames-util/qjoypad: 4.3.0 version bump (diff)
downloadgentoo-9da90fe7061b7eef0656967d15bc151e54bd078b.tar.gz
gentoo-9da90fe7061b7eef0656967d15bc151e54bd078b.tar.bz2
gentoo-9da90fe7061b7eef0656967d15bc151e54bd078b.zip
games-util/qjoypad: Drop old
Closes: https://bugs.gentoo.org/623602 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'games-util/qjoypad')
-rw-r--r--games-util/qjoypad/Manifest1
-rw-r--r--games-util/qjoypad/files/qjoypad-4.1.0-underlink.patch11
-rw-r--r--games-util/qjoypad/qjoypad-4.1.0.ebuild50
3 files changed, 0 insertions, 62 deletions
diff --git a/games-util/qjoypad/Manifest b/games-util/qjoypad/Manifest
index 4a852f20a766..dd8ec0f24682 100644
--- a/games-util/qjoypad/Manifest
+++ b/games-util/qjoypad/Manifest
@@ -1,2 +1 @@
-DIST qjoypad-4.1.0.tar.gz 82306 BLAKE2B dbacfae302d07afc0e34d9c7d1511d7f0bc89accc7c58d673682434cca664232c7e5004302bf827bef6bc05d32e9a631d900ed6cdef0108a65b36328858b67dc SHA512 c14705aa24ead7c358dc2c82284ae5145df4eb041f47d4a017391346719b6330a8a1146e37ebd1f5d25d755385b611965b94b5835f9df0f6b2ef5e6a4ea3bc7b
DIST v4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
diff --git a/games-util/qjoypad/files/qjoypad-4.1.0-underlink.patch b/games-util/qjoypad/files/qjoypad-4.1.0-underlink.patch
deleted file mode 100644
index 8fde419546a7..000000000000
--- a/games-util/qjoypad/files/qjoypad-4.1.0-underlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qjoypad.pro.old 2011-06-22 06:54:06.001667461 +0200
-+++ qjoypad.pro 2011-06-22 06:56:17.580044446 +0200
-@@ -32,7 +32,7 @@
-
- TEMPLATE = app
- INCLUDEPATH += .
--QMAKE_LIBS += -lXtst
-+QMAKE_LIBS += -lXtst -lm -lX11
-
- # Input
- HEADERS += axis.h \
diff --git a/games-util/qjoypad/qjoypad-4.1.0.ebuild b/games-util/qjoypad/qjoypad-4.1.0.ebuild
deleted file mode 100644
index 5b05d7cec0d4..000000000000
--- a/games-util/qjoypad/qjoypad-4.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2
-
-DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
-HOMEPAGE="http://qjoypad.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qjoypad/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/libXtst
- dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
- x11-proto/inputproto
- x11-proto/xextproto
- x11-proto/xproto"
-
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlink.patch
- # fixup the icon tray support (bug #436426)
- sed -i \
- -e '/^icons.extra/d' \
- -e '/^icons/s:/qjoypad::' \
- -e 's/icon24.png/qjoypad4-24x24.png/' \
- -e 's/icon64.png/qjoypad4-64x64.png/' \
- qjoypad.pro || die
-}
-
-src_configure() {
- eqmake4 qjoypad.pro PREFIX=/usr DEVDIR=/dev/input
-}
-
-src_install() {
- local i
- dobin qjoypad
- dodoc ../README.txt
- cd ../icons
- for i in *; do
- newicon ${i} ${i/gamepad/qjoypad}
- done
- make_desktop_entry qjoypad QJoypad ${PN}4-64x64
-}