summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild')
-rw-r--r--x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild b/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild
deleted file mode 100644
index 0145ac8..0000000
--- a/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Concurrent multi-terminal input grabber"
-HOMEPAGE="http://blogs.gnome.org/desrt/2005/12/04/keyboardcast/"
-SRC_URI="http://desrt.mcmaster.ca/code/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- sed -i 's|/usr/local|/usr|' Makefile
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-}