diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:11:35 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:11:35 +0000 |
commit | d0feee3d16c88ea4ee49ee0cb3e29b53d8c7c1db (patch) | |
tree | bd2d817ae71c8bffdea8948d8b57fc363add882a /net-analyzer/etherape | |
parent | tidy; x86 stable (diff) | |
download | historical-d0feee3d16c88ea4ee49ee0cb3e29b53d8c7c1db.tar.gz historical-d0feee3d16c88ea4ee49ee0cb3e29b53d8c7c1db.tar.bz2 historical-d0feee3d16c88ea4ee49ee0cb3e29b53d8c7c1db.zip |
epatch
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/etherape/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.8.2-r1.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog index 13be74158e7c..3633fad2719f 100644 --- a/net-analyzer/etherape/ChangeLog +++ b/net-analyzer/etherape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/etherape # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.12 2004/06/24 22:00:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.13 2004/07/11 10:11:35 eldad Exp $ + + 11 Jul 2004; Eldad Zack <eldad@gentoo.org> etherape-0.8.2-r1.ebuild: + Updated to use epatch. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> etherape-0.9.0.ebuild: Add inherit eutils diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest index ca2a94301826..419c4a18a9b1 100644 --- a/net-analyzer/etherape/Manifest +++ b/net-analyzer/etherape/Manifest @@ -1,6 +1,6 @@ -MD5 bebb737316bd844f8a0fb29e46c8a043 etherape-0.8.2-r1.ebuild 1164 +MD5 e93b0510b7b8c9d72078e4aa8cd89134 etherape-0.8.2-r1.ebuild 1171 MD5 b26a75ae4bde73cc9017925db3f9781f etherape-0.9.0.ebuild 1223 -MD5 ce22170e77cd4a26ea9d0a3afabd9734 ChangeLog 1726 +MD5 ac77c6644d2584f451a5e35e162a9714 ChangeLog 1820 MD5 d8307d213e01909e87c072d2b3e9450c metadata.xml 254 MD5 0015559610bab6a40691241598863f72 files/etherape-0.9.0-libpcap-include.patch 399 MD5 efc64f22a1d8e39060fd684f5b105078 files/etherape-0.8.2-gcc3-gentoo.patch 518 diff --git a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild index ecd3876657a6..b643c4e4f45c 100644 --- a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild +++ b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.12 2004/06/24 22:00:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.13 2004/07/11 10:11:35 eldad Exp $ + +inherit eutils IUSE="nls" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" @@ -15,12 +17,12 @@ DEPEND=" =x11-libs/gtk+-1.2* LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}-gcc3-gentoo.patch + epatch ${FILESDIR}/${P}-gcc3-gentoo.patch } src_compile() { |