games-util/joystick: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:33 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:56:55 +0000 (02:56 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-util/joystick/Manifest
games-util/joystick/joystick-1.4.8.ebuild [deleted file]
games-util/joystick/joystick-1.5.1.ebuild [deleted file]

index 732df555ea1d497e59ee283fc2c956c78a5a132d..3f78eb0abea274e7b9660ab391a4e8c60084d343 100644 (file)
@@ -1,3 +1 @@
-DIST linuxconsoletools-1.4.8.tar.bz2 43964 BLAKE2B 78aa5587a23f08794b66392463b0fd25540b2508675e0bd1062a34d619341b97e0cbe631f4f75fe1acfd4b46a838838165520ed1f1e7c6fde03b8d40d6ece4c1 SHA512 ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
-DIST linuxconsoletools-1.5.1.tar.bz2 50015 BLAKE2B 9ade2a213da21a876205e97e51fdb0e65c8eddc682a37468896efac969301319ef277e64b3652d8cdd275f89426e94c6d1748e17429e39fa59be6eff730c1e5a SHA512 41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
 DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb SHA512 35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
diff --git a/games-util/joystick/joystick-1.4.8.ebuild b/games-util/joystick/joystick-1.4.8.ebuild
deleted file mode 100644 (file)
index 16f1414..0000000
+++ /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)
-}
diff --git a/games-util/joystick/joystick-1.5.1.ebuild b/games-util/joystick/joystick-1.5.1.ebuild
deleted file mode 100644 (file)
index 4fce88c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-       !<x11-libs/tslib-1.0-r2"
-RDEPEND="${DEPEND}
-       udev? ( virtual/udev )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.5.1-build.patch
-       "${FILESDIR}"/${PN}-1.4.8-udev.patch
-)
-
-src_prepare() {
-       default
-
-       export PREFIX=/usr
-       tc-export CC PKG_CONFIG
-       export USE_SDL=$(usex sdl)
-}
-
-src_install() {
-       default
-       if use !udev ; then
-               rm "${D}"/usr/bin/jscal-{re,}store || die
-       fi
-}