summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:33 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:56:55 +0100
commitb779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d (patch)
treeb5bf3053c94a81cc61e873e40432feec571047f3 /games-util/joystick/joystick-1.4.8.ebuild
parentgames-util/gtkevemon: Remove old (diff)
downloadgentoo-b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d.tar.gz
gentoo-b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d.tar.bz2
gentoo-b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d.zip
games-util/joystick: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-util/joystick/joystick-1.4.8.ebuild')
-rw-r--r--games-util/joystick/joystick-1.4.8.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-util/joystick/joystick-1.4.8.ebuild b/games-util/joystick/joystick-1.4.8.ebuild
deleted file mode 100644
index 16f14148a0ea..000000000000
--- a/games-util/joystick/joystick-1.4.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
- !<x11-libs/tslib-1.0-r2"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- export PREFIX=/usr
- tc-export CC PKG_CONFIG
- export USE_SDL=$(usex sdl)
-}