diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-01 11:11:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-01 11:11:00 +0000 |
commit | 8e3007e3fb57b11277f880513e37fa91e54e7bbe (patch) | |
tree | 3b24bdf911be902280ba207ca183b31b4f240c9c /net-analyzer/tleds | |
parent | tleds masked for now (diff) | |
download | gentoo-2-8e3007e3fb57b11277f880513e37fa91e54e7bbe.tar.gz gentoo-2-8e3007e3fb57b11277f880513e37fa91e54e7bbe.tar.bz2 gentoo-2-8e3007e3fb57b11277f880513e37fa91e54e7bbe.zip |
moved patch to ibiblio mirror
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r-- | net-analyzer/tleds/tleds-1.04.ebuild | 18 |
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() { |