diff options
author | Peter Volkov <pva@gentoo.org> | 2007-04-05 16:27:23 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-04-05 16:27:23 +0000 |
commit | d45d499a6e01309e1c8410e166f0bf3e4bac935c (patch) | |
tree | 494649daa8c6ab2c902ccec9ebede1159244dd91 /net-analyzer/etherape | |
parent | Stable on ppc wrt bug #172469 (diff) | |
download | gentoo-2-d45d499a6e01309e1c8410e166f0bf3e4bac935c.tar.gz gentoo-2-d45d499a6e01309e1c8410e166f0bf3e4bac935c.tar.bz2 gentoo-2-d45d499a6e01309e1c8410e166f0bf3e4bac935c.zip |
res_mkquery.patch seems still to be required. Readded to 0.9.7 it.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.7-r1.ebuild (renamed from net-analyzer/etherape/etherape-0.9.7.ebuild) | 16 | ||||
-rw-r--r-- | net-analyzer/etherape/files/digest-etherape-0.9.6-r1 | 6 | ||||
-rw-r--r-- | net-analyzer/etherape/files/digest-etherape-0.9.7-r1 (renamed from net-analyzer/etherape/files/digest-etherape-0.9.7) | 0 |
4 files changed, 24 insertions, 6 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog index a4bdd5c6b884..58ffdeee7ef1 100644 --- a/net-analyzer/etherape/ChangeLog +++ b/net-analyzer/etherape/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/etherape # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.45 2007/04/05 15:35:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.46 2007/04/05 16:27:22 pva Exp $ + +*etherape-0.9.7-r1 (05 Apr 2007) + + 05 Apr 2007; <pva@gentoo.org> -etherape-0.9.7.ebuild, + +etherape-0.9.7-r1.ebuild: + res_mkquery.patch seems still to be required. Readded to 0.9.7 it. *etherape-0.9.7 (05 Apr 2007) diff --git a/net-analyzer/etherape/etherape-0.9.7.ebuild b/net-analyzer/etherape/etherape-0.9.7-r1.ebuild index af80c7e4646a..31c2d9f6f3ec 100644 --- a/net-analyzer/etherape/etherape-0.9.7.ebuild +++ b/net-analyzer/etherape/etherape-0.9.7-r1.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.7.ebuild,v 1.1 2007/04/05 15:35:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.7-r1.ebuild,v 1.1 2007/04/05 16:27:22 pva Exp $ -inherit eutils gnome2 +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" +inherit eutils gnome2 autotools DESCRIPTION="A graphical network monitor for Unix modeled after etherman" SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" @@ -20,3 +22,13 @@ DEPEND=">=gnome-base/libglade-2.0 sys-devel/gettext" DOCS="ABOUT-NLS AUTHORS ChangeLog FAQ NEWS OVERVIEW README* TODO" + +src_unpack() { + unpack ${A}; + + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.9.3-res_mkquery.patch + + AT_M4DIR="m4" + eautoreconf +} diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.6-r1 b/net-analyzer/etherape/files/digest-etherape-0.9.6-r1 index 5a6b5ed98487..515b7f4a34d2 100644 --- a/net-analyzer/etherape/files/digest-etherape-0.9.6-r1 +++ b/net-analyzer/etherape/files/digest-etherape-0.9.6-r1 @@ -1,3 +1,3 @@ -MD5 5e52e493f0a9df141846bd4ceb8ba942 etherape-0.9.6.tar.gz 83288 -RMD160 2a637fb8a44c40eeea3edb7773797940b85f03cd etherape-0.9.6.tar.gz 83288 -SHA256 7c9b27af87423c7ca0f884b1524078ec2d0b6a66bd67016f897c6369bcdd3df8 etherape-0.9.6.tar.gz 83288 +MD5 a6f2b27da7d25346b824c42762ada61f etherape-0.9.6.tar.gz 860413 +RMD160 a672d3ee19aa1040014a653d440fb7b4e700c753 etherape-0.9.6.tar.gz 860413 +SHA256 ab4e2f4dc90e2bccbf72f3bc750df4ea3c234fdbc31a85b640107f5b5c5e47fc etherape-0.9.6.tar.gz 860413 diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.7 b/net-analyzer/etherape/files/digest-etherape-0.9.7-r1 index 7629703479da..7629703479da 100644 --- a/net-analyzer/etherape/files/digest-etherape-0.9.7 +++ b/net-analyzer/etherape/files/digest-etherape-0.9.7-r1 |