summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/accessx/accessx-0951.ebuild')
-rw-r--r--x11-misc/accessx/accessx-0951.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/accessx/accessx-0951.ebuild b/x11-misc/accessx/accessx-0951.ebuild
deleted file mode 100644
index 19ec1dcab46b..000000000000
--- a/x11-misc/accessx/accessx-0951.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0951.ebuild,v 1.10 2007/07/23 17:27:57 mr_bones_ Exp $
-
-DESCRIPTION="Interface to the XKEYBOARD extension in X11"
-HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/"
-SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- dev-lang/tk"
-
-S=${WORKDIR}/${PN}
-
-src_install () {
- dobin accessx ax || die
- dodoc README CHANGES
-}