summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-15 00:53:10 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-15 00:53:10 +0000
commitf43abd624b51f9e43019ccbe0ee60f6dfda1d784 (patch)
tree0223bc0386160acffab61737e552ba939bfa1d39 /net-analyzer/tleds
parentBetter way to add IPV6 (diff)
downloadgentoo-2-f43abd624b51f9e43019ccbe0ee60f6dfda1d784.tar.gz
gentoo-2-f43abd624b51f9e43019ccbe0ee60f6dfda1d784.tar.bz2
gentoo-2-f43abd624b51f9e43019ccbe0ee60f6dfda1d784.zip
Fix for #9104
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r--net-analyzer/tleds/ChangeLog8
-rw-r--r--net-analyzer/tleds/tleds-1.05_beta11.ebuild24
2 files changed, 16 insertions, 16 deletions
diff --git a/net-analyzer/tleds/ChangeLog b/net-analyzer/tleds/ChangeLog
index 10f58516c9f2..ebd9c177bbb5 100644
--- a/net-analyzer/tleds/ChangeLog
+++ b/net-analyzer/tleds/ChangeLog
@@ -1,25 +1,25 @@
# ChangeLog for net-analyzer/tleds
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.2 2002/07/02 09:51:20 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.3 2002/10/15 00:53:10 vapier Exp $
*tleds-1.05_beta11 (2 Jul 2002)
+ 14 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Fix for #9104 ... ebuild was not properly respecting '-X' ...
+
02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> tleds-1.05_beta11.ebuild
files/digest-tleds-1.05_beta11.ebuild files/tleds-1.05_beta11-gentoo.patch :
-
Version bump. Ebuild and patch submitted by Rachel Holmes
*tleds-1.04-r2 (2 Jul 2002)
02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> tleds-1.04-r1.ebuild
files/digest-tleds-1.04-r1 :
-
Corrections submitted by Rachel Holmes.
*tleds-1.04 (1 Jul 2002)
01 Jul 2002; Seemant Kulleen <seemant@gentoo.org> tleds-1.04.ebuild
files/tleds-1.04-FuRy.patch files/digest-tleds-1.04 ChangeLog :
-
New package, with a patch for recent kernels generously donated by Rachel
Holmes.
diff --git a/net-analyzer/tleds/tleds-1.05_beta11.ebuild b/net-analyzer/tleds/tleds-1.05_beta11.ebuild
index 9db3e003f994..33a445d0f307 100644
--- a/net-analyzer/tleds/tleds-1.05_beta11.ebuild
+++ b/net-analyzer/tleds/tleds-1.05_beta11.ebuild
@@ -1,23 +1,22 @@
# 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.05_beta11.ebuild,v 1.4 2002/10/05 05:39:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11.ebuild,v 1.5 2002/10/15 00:53:10 vapier Exp $
IUSE="X"
MY_P=${P/_/}
S=${WORKDIR}/${MY_P/eta11/}
-DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) indicating outgoing
-and incoming network packets on selected network interface."
+DESCRIPTION="Blinks keyboard LEDs indicating outgoing and incoming network packets on selected network interface"
HOMEPAGE="http://www.hut.fi/~jlohikos/tleds/"
SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${MY_P/11/10}.tgz
http://www.hut.fi/~jlohikos/tleds/public/${MY_P}.patch.bz2"
-
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
DEPEND="X? ( virtual/x11 )"
-
+RDEPEND="${DEPEND}"
src_unpack() {
unpack tleds-1.05beta10.tgz
@@ -27,15 +26,16 @@ src_unpack() {
}
src_compile() {
-
- emake all || die
+ if [ `use X` ] ; then
+ emake all || die "make failed :("
+ else
+ emake tleds || die "make tleds failed :("
+ fi
}
-src_install () {
-
- dobin tleds
-
- use X && dobin xtleds
+src_install() {
+ dosbin tleds
+ use X && dosbin xtleds
doman tleds.1
dodoc README COPYING Changes