diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 09:51:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 09:51:21 +0000 |
commit | 756cb0d8043414d09a4d6bc277b0dd4dfe229fe6 (patch) | |
tree | 92b12e06f26a637e4bb841e9ecf755f4842cb25e /net-analyzer/tleds | |
parent | changelog (diff) | |
download | historical-756cb0d8043414d09a4d6bc277b0dd4dfe229fe6.tar.gz historical-756cb0d8043414d09a4d6bc277b0dd4dfe229fe6.tar.bz2 historical-756cb0d8043414d09a4d6bc277b0dd4dfe229fe6.zip |
version bump
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r-- | net-analyzer/tleds/ChangeLog | 16 | ||||
-rw-r--r-- | net-analyzer/tleds/files/digest-tleds-1.04-r1 | 2 | ||||
-rw-r--r-- | net-analyzer/tleds/files/digest-tleds-1.05_beta11 | 2 | ||||
-rw-r--r-- | net-analyzer/tleds/files/tleds-1.05_beta11-gentoo.patch | 31 | ||||
-rw-r--r-- | net-analyzer/tleds/tleds-1.04-r1.ebuild | 38 | ||||
-rw-r--r-- | net-analyzer/tleds/tleds-1.05_beta11.ebuild | 41 |
6 files changed, 129 insertions, 1 deletions
diff --git a/net-analyzer/tleds/ChangeLog b/net-analyzer/tleds/ChangeLog index 0dc8ffc7acb0..10f58516c9f2 100644 --- a/net-analyzer/tleds/ChangeLog +++ b/net-analyzer/tleds/ChangeLog @@ -1,6 +1,20 @@ # 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.1 2002/07/01 10:57:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.2 2002/07/02 09:51:20 seemant Exp $ + +*tleds-1.05_beta11 (2 Jul 2002) + + 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) diff --git a/net-analyzer/tleds/files/digest-tleds-1.04-r1 b/net-analyzer/tleds/files/digest-tleds-1.04-r1 new file mode 100644 index 000000000000..0da95070c86f --- /dev/null +++ b/net-analyzer/tleds/files/digest-tleds-1.04-r1 @@ -0,0 +1,2 @@ +MD5 c731dba022666a9ec26e77002bb12967 tleds-1.04.tgz 26400 +MD5 193fbe4bf65ff820cd4948ffc039f2b6 tleds-1.04-FuRy.patch.bz2 14537 diff --git a/net-analyzer/tleds/files/digest-tleds-1.05_beta11 b/net-analyzer/tleds/files/digest-tleds-1.05_beta11 new file mode 100644 index 000000000000..80b51b63962b --- /dev/null +++ b/net-analyzer/tleds/files/digest-tleds-1.05_beta11 @@ -0,0 +1,2 @@ +MD5 9372325d0383b7ea38e463dae1f1de78 tleds-1.05beta10.tgz 28640 +MD5 f52ca9feea9af63cca943cdfff8c842d tleds-1.05beta11.patch.bz2 5540 diff --git a/net-analyzer/tleds/files/tleds-1.05_beta11-gentoo.patch b/net-analyzer/tleds/files/tleds-1.05_beta11-gentoo.patch new file mode 100644 index 000000000000..6f1c42174d15 --- /dev/null +++ b/net-analyzer/tleds/files/tleds-1.05_beta11-gentoo.patch @@ -0,0 +1,31 @@ +diff -uNr a/Changes b/Changes +--- a/Changes 2002-07-02 02:10:57.000000000 +0100 ++++ b/Changes 2002-07-02 02:05:37.000000000 +0100 +@@ -1,4 +1,7 @@ + VERSION DATE WHAT WAS FIXED OR WHAT WAS/IS NEW ++ ++ 2 Jul 2002 2.4/2.5 patch ++ + 1.05b11 7 Mar 2002 Support for multiple interfaces + + 1.05b7 2 Apr 1998 Keeps LEDs deattached also after VT is reset if run +diff -uNr a/tleds.c b/tleds.c +--- a/tleds.c 2002-07-02 02:10:57.000000000 +0100 ++++ b/tleds.c 2002-07-02 02:11:24.000000000 +0100 +@@ -43,16 +43,6 @@ + #define VERSION "1.05beta11" + #define MYNAME "tleds" + +-/* Supported kernel version */ +-/* If you want to compile for Linux 2.1.x add -DKERNEL2_1 to gcc options. */ +-/* Currently kernel v2.1.97 is "tested", older v2.1.x kernels may not work */ +-#ifdef KERNEL2_1 +-#undef KERNEL2_1 +-#define KERNEL2_0 0 +-#else +-#define KERNEL2_0 1 +-#endif +- + /* If you don't want X stuff. */ + #ifdef NO_X_SUPPORT + #define REMOVE_X_CODE 1 diff --git a/net-analyzer/tleds/tleds-1.04-r1.ebuild b/net-analyzer/tleds/tleds-1.04-r1.ebuild new file mode 100644 index 000000000000..e36aef7763ee --- /dev/null +++ b/net-analyzer/tleds/tleds-1.04-r1.ebuild @@ -0,0 +1,38 @@ +# 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-r1.ebuild,v 1.1 2002/07/02 09:51:21 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) 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/${P}.tgz + http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-FuRy.patch.bz2" + +SLOT="0" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + 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 +} diff --git a/net-analyzer/tleds/tleds-1.05_beta11.ebuild b/net-analyzer/tleds/tleds-1.05_beta11.ebuild new file mode 100644 index 000000000000..987c359e393e --- /dev/null +++ b/net-analyzer/tleds/tleds-1.05_beta11.ebuild @@ -0,0 +1,41 @@ +# 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.1 2002/07/02 09:51:21 seemant Exp $ + +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." + +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" + +DEPEND="virtual/glibc + X? ( virtual/x11 )" + + +src_unpack() { + unpack tleds-1.05beta10.tgz + cd ${S} + bzcat ${DISTDIR}/${MY_P}.patch.bz2 | patch || die + patch < ${FILESDIR}/${P}-gentoo.patch || die +} + +src_compile() { + + emake all || die +} + +src_install () { + + dobin tleds + + use X && dobin xtleds + + doman tleds.1 + dodoc README COPYING Changes +} |