diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:43:07 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:43:07 +0000 |
commit | 99066729515bcc163b872857ea4b020ff8d490d9 (patch) | |
tree | 46b9654c3c1e7bc6323648e4387a93bba0e78e2d /net-analyzer/trafshow | |
parent | x86 stable (diff) | |
download | historical-99066729515bcc163b872857ea4b020ff8d490d9.tar.gz historical-99066729515bcc163b872857ea4b020ff8d490d9.tar.bz2 historical-99066729515bcc163b872857ea4b020ff8d490d9.zip |
tidy
Diffstat (limited to 'net-analyzer/trafshow')
-rw-r--r-- | net-analyzer/trafshow/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/trafshow/metadata.xml | 6 | ||||
-rw-r--r-- | net-analyzer/trafshow/trafshow-3.1-r1.ebuild | 10 |
3 files changed, 17 insertions, 5 deletions
diff --git a/net-analyzer/trafshow/ChangeLog b/net-analyzer/trafshow/ChangeLog index e81e1537ade3..99d93ddab637 100644 --- a/net-analyzer/trafshow/ChangeLog +++ b/net-analyzer/trafshow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/trafshow # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.6 2004/06/24 22:22:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.7 2004/07/11 10:43:07 eldad Exp $ + + 11 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + trafshow-3.1-r1.ebuild: + Updated to use epatch, Tidy 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-analyzer/trafshow/metadata.xml b/net-analyzer/trafshow/metadata.xml new file mode 100644 index 000000000000..d2e74e0b272d --- /dev/null +++ b/net-analyzer/trafshow/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>Full screen visualization of the network traffic</longdescription> +</pkgmetadata> diff --git a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild index 431cd68c9fcc..31c8e5a22afa 100644 --- a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild +++ b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.10 2004/06/24 22:22:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.11 2004/07/11 10:43:07 eldad Exp $ + +inherit eutils IUSE="slang" -S=${WORKDIR}/${P} + DESCRIPTION="Full screen visualization of the network traffic" SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz" HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" SLOT="3" LICENSE="as-is" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="net-libs/libpcap sys-libs/ncurses @@ -20,7 +22,7 @@ DEPEND="net-libs/libpcap src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |