summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Harmon <russ@eatnumber1.com>2010-04-17 11:31:16 -0400
committerRussell Harmon <russ@eatnumber1.com>2010-04-17 11:31:16 -0400
commitd871ab191f3d8396fe4b795ad2f1aa85950e1d2b (patch)
tree32cb1a5abae91d497385bedaab544613d34797a5 /x11-misc
parentRemove old layman-local.cfg (diff)
downloadeatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.tar.gz
eatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.tar.bz2
eatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.zip
Remove old, mostly broken ebuilds.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/keynav/keynav-20091231.04.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/keynav/keynav-20091231.04.ebuild b/x11-misc/keynav/keynav-20091231.04.ebuild
deleted file mode 100644
index bd00a6b..0000000
--- a/x11-misc/keynav/keynav-20091231.04.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="Make pointer-driven interfaces easier and faster for users to operate"
-HOMEPAGE="http://www.semicomplete.com/projects/keynav/"
-SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXinerama
- x11-libs/libXext
- x11-libs/libXtst
- >=x11-misc/xdotool-20091231.02"
-DEPEND="x11-proto/xproto
- ${RDEPEND}"
-
-src_compile() {
- tc-export CC LD
- default
-}
-
-src_install() {
- dodoc README CHANGELIST || die "Unable to install documentation"
- dobin keynav || die "Unable to install keynav binary"
- insinto /etc
- doins keynavrc || die "Unable to install keynavrc"
-}