diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 10:02:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 10:02:06 +0000 |
commit | 43d9154be0014990683a0fa13cdf172499f274c3 (patch) | |
tree | 3e308d6f603666b8711f6fb5956039fffc48dca6 /net-analyzer/tleds | |
parent | version bump (diff) | |
download | gentoo-2-43d9154be0014990683a0fa13cdf172499f274c3.tar.gz gentoo-2-43d9154be0014990683a0fa13cdf172499f274c3.tar.bz2 gentoo-2-43d9154be0014990683a0fa13cdf172499f274c3.zip |
removed older ebuild
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r-- | net-analyzer/tleds/files/digest-tleds-1.04 | 1 | ||||
-rw-r--r-- | net-analyzer/tleds/tleds-1.04.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/tleds/files/digest-tleds-1.04 b/net-analyzer/tleds/files/digest-tleds-1.04 deleted file mode 100644 index 6c259b8b4e1e..000000000000 --- a/net-analyzer/tleds/files/digest-tleds-1.04 +++ /dev/null @@ -1 +0,0 @@ -MD5 c731dba022666a9ec26e77002bb12967 tleds-1.04.tgz 26400 diff --git a/net-analyzer/tleds/tleds-1.04.ebuild b/net-analyzer/tleds/tleds-1.04.ebuild deleted file mode 100644 index 5d1e78911ba7..000000000000 --- a/net-analyzer/tleds/tleds-1.04.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.04.ebuild,v 1.2 2002/07/01 11:11:00 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) indicating outgoing -and incoming network packets on selected network interface." - -HOMEPAGE="ttp://www.hut.fi/~jlohikos/tleds/" -SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${P}.tgz -http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-FuRy.patch" - -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - X? ( virtual/x11 )" - - -src_unpack() { - unpack ${P}.tgz - cd ${S} - bzcat ${FILESDIR}/${P}-FuRy.patch | patch -} - -src_compile() { - - emake all || die -} - -src_install () { - - dobin tleds - - use X && dobin xtleds - - doman tleds.1 - dodoc README COPYING Changes -} |