summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-03-06 00:32:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-03-06 00:32:42 +0000
commitd93c3907ef18949038ba7bee7c0a1fb5064a0910 (patch)
tree32207df3ca2d6c3f0637d7e8799fdb4c2098485a /games-util
parentold (diff)
downloadgentoo-2-d93c3907ef18949038ba7bee7c0a1fb5064a0910.tar.gz
gentoo-2-d93c3907ef18949038ba7bee7c0a1fb5064a0910.tar.bz2
gentoo-2-d93c3907ef18949038ba7bee7c0a1fb5064a0910.zip
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/joystick/files/digest-joystick-200507203
-rw-r--r--games-util/joystick/joystick-20050720.ebuild35
2 files changed, 0 insertions, 38 deletions
diff --git a/games-util/joystick/files/digest-joystick-20050720 b/games-util/joystick/files/digest-joystick-20050720
deleted file mode 100644
index 68958dd4e057..000000000000
--- a/games-util/joystick/files/digest-joystick-20050720
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 51ff9dbe781be634e7470a9505754f4b joystick-20050720.tar.bz2 27187
-RMD160 930f2605801298bbe19d99a3030726796a4707c9 joystick-20050720.tar.bz2 27187
-SHA256 fac9d32d03e91615e47f23d279d1b0cc9f9fdfa12a897d0771a533d9be8ff36a joystick-20050720.tar.bz2 27187
diff --git a/games-util/joystick/joystick-20050720.ebuild b/games-util/joystick/joystick-20050720.ebuild
deleted file mode 100644
index 7c4dfeb02754..000000000000
--- a/games-util/joystick/joystick-20050720.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20050720.ebuild,v 1.3 2005/08/23 03:18:02 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="sdl"
-
-DEPEND="sdl? ( media-libs/libsdl )"
-
-S=${WORKDIR}/utils
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/joystick-MCS-defines.patch
-}
-
-src_compile() {
- local SDL
- use sdl && SDL=1 || SDL=0
- emake SDL=${SDL} || die
-}
-
-src_install() {
- dobin $(find . -type f -a -perm +1) || die "dobin"
- dodoc README
-}