summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/inputpipe/inputpipe-0.5.ebuild')
-rw-r--r--net-misc/inputpipe/inputpipe-0.5.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/inputpipe/inputpipe-0.5.ebuild b/net-misc/inputpipe/inputpipe-0.5.ebuild
deleted file mode 100644
index 110b43b..0000000
--- a/net-misc/inputpipe/inputpipe-0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2005 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-DESCRIPTION="A client-server application that allows forwarding of input events over the net"
-## FIXME: real home
-HOMEPAGE="http://navi.cx/"
-SRC_URI="http://navi.cx/releases/${P}.tar.gz"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-##FIXME: probably needs kernel-2.6
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- cd ${S}
- dodoc README
- dodoc conf/xinetd.conf.sample
- dobin inputpipe-client
- dobin inputpipe-server
-}