summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-01 11:11:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-01 11:11:00 +0000
commit90f7d7958847f780d099f9aa972212b567041ba4 (patch)
tree5d1a4034fd27765603d7a92a85544ae8809ea382 /net-analyzer
parenttleds masked for now (diff)
downloadhistorical-90f7d7958847f780d099f9aa972212b567041ba4.tar.gz
historical-90f7d7958847f780d099f9aa972212b567041ba4.tar.bz2
historical-90f7d7958847f780d099f9aa972212b567041ba4.zip
moved patch to ibiblio mirror
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tleds/tleds-1.04.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/net-analyzer/tleds/tleds-1.04.ebuild b/net-analyzer/tleds/tleds-1.04.ebuild
index 6016048ef089..5d1e78911ba7 100644
--- a/net-analyzer/tleds/tleds-1.04.ebuild
+++ b/net-analyzer/tleds/tleds-1.04.ebuild
@@ -1,28 +1,26 @@
# 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.1 2002/07/01 10:57:15 seemant Exp $
+# $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, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://"
+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_URI="http://www.hut.fi/~jlohikos/tleds/public/${P}.tgz"
-
-S=${WORKDIR}/${P}
-
-SLOT="0"
src_unpack() {
- unpack ${A}
+ unpack ${P}.tgz
cd ${S}
- patch < ${FILESDIR}/${P}-FuRy.patch
+ bzcat ${FILESDIR}/${P}-FuRy.patch | patch
}
src_compile() {