diff options
Diffstat (limited to 'x11-misc/accessx/accessx-0950.ebuild')
-rw-r--r-- | x11-misc/accessx/accessx-0950.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/accessx/accessx-0950.ebuild b/x11-misc/accessx/accessx-0950.ebuild deleted file mode 100644 index 81d87fda5553..000000000000 --- a/x11-misc/accessx/accessx-0950.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.13 2004/09/29 09:20:27 pyrania Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="Interface to the XKEYBOARD extension in X11" -SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz" -HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" - -DEPEND="virtual/x11" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc ppc" -IUSE="" - -src_compile() { - make || die -} - -src_install () { - into /usr - dobin accessx ax || die - dodoc README INSTALL CHANGES -} |