summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tleds/tleds-1.04-r1.ebuild')
-rw-r--r--net-analyzer/tleds/tleds-1.04-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-analyzer/tleds/tleds-1.04-r1.ebuild b/net-analyzer/tleds/tleds-1.04-r1.ebuild
deleted file mode 100644
index e55757ac2c3b..000000000000
--- a/net-analyzer/tleds/tleds-1.04-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.04-r1.ebuild,v 1.13 2005/07/19 16:38:14 dholm Exp $
-
-IUSE="X"
-
-DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) indicating outgoing
-and incoming network packets on selected network interface."
-HOMEPAGE="http://www.hut.fi/~jlohikos/tleds_orig.html"
-SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${P}.tgz
- http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-FuRy.patch.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ppc sparc x86"
-
-DEPEND="X? ( virtual/x11 )"
-
-
-src_unpack() {
- unpack ${P}.tgz
- cd ${S}
- bzcat ${DISTDIR}/${P}-FuRy.patch.bz2 | patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install () {
-
- dobin tleds
-
- use X && dobin xtleds
-
- doman tleds.1
- dodoc README COPYING Changes
-}