diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:56:55 +0100 |
commit | b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d (patch) | |
tree | b5bf3053c94a81cc61e873e40432feec571047f3 /games-util | |
parent | games-util/gtkevemon: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | games-util/joystick/Manifest | 2 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.4.8.ebuild | 28 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.5.1.ebuild | 42 |
3 files changed, 0 insertions, 72 deletions
diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest index 732df555ea1d..3f78eb0abea2 100644 --- a/games-util/joystick/Manifest +++ b/games-util/joystick/Manifest @@ -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 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) -} diff --git a/games-util/joystick/joystick-1.5.1.ebuild b/games-util/joystick/joystick-1.5.1.ebuild deleted file mode 100644 index 4fce88c7f1e2..000000000000 --- a/games-util/joystick/joystick-1.5.1.ebuild +++ /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 -} |