mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-util/joystick: Removed old.
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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 ~ppc x86"
|
||||
IUSE="sdl udev"
|
||||
|
||||
DEPEND="sdl? ( media-libs/libsdl:0[video] )
|
||||
!<x11-libs/tslib-1.0-r2"
|
||||
RDEPEND="${DEPEND}
|
||||
udev? ( virtual/udev )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-build.patch \
|
||||
"${FILESDIR}"/${P}-udev.patch
|
||||
export PREFIX=/usr
|
||||
tc-export CC PKG_CONFIG
|
||||
export USE_SDL=$(usex sdl)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
if use !udev ; then
|
||||
rm -f "${D}"/usr/bin/jscal-{re,}store || die
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user