diff options
author | Peter Volkov <pva@gentoo.org> | 2006-09-04 16:41:30 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-09-04 16:41:30 +0000 |
commit | b9609de2d543ebeb487ced5a0f477b2611bf2850 (patch) | |
tree | 31ceb35302487c143962833d2e77e9a7eef97383 /net-analyzer/etherape | |
parent | Marked ppc-macos stable (bug #145470) (diff) | |
download | gentoo-2-b9609de2d543ebeb487ced5a0f477b2611bf2850.tar.gz gentoo-2-b9609de2d543ebeb487ced5a0f477b2611bf2850.tar.bz2 gentoo-2-b9609de2d543ebeb487ced5a0f477b2611bf2850.zip |
Appended -i m4 to aclocal to fix bug #145903. Thank Didier Link for report. Version bump. Thank Marcelo Goes for report bug #139826. To update properly scrollkeeper database ebuild now inherit gnome2.eclass. Added a bit longer description in metadata.xml.
(Portage version: 2.1-r2)
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/ChangeLog | 12 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.4.ebuild | 9 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.6.ebuild | 32 | ||||
-rw-r--r-- | net-analyzer/etherape/files/digest-etherape-0.9.6 | 3 | ||||
-rw-r--r-- | net-analyzer/etherape/metadata.xml | 9 |
5 files changed, 59 insertions, 6 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog index a339a71ace25..cfcb32163005 100644 --- a/net-analyzer/etherape/ChangeLog +++ b/net-analyzer/etherape/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-analyzer/etherape # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.35 2006/08/17 00:21:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.36 2006/09/04 16:41:30 pva Exp $ + +*etherape-0.9.6 (04 Sep 2006) + + 04 Sep 2006; Peter Volkov <pva@gentoo.org> + -files/etherape-0.9.1-fix-mkinstalldirs.diff, metadata.xml, + etherape-0.9.4.ebuild, +etherape-0.9.6.ebuild: + Appended -i m4 to aclocal to fix bug #145903. Thank Didier Link for report. + Version bump. Thank Marcelo Goes for report bug #139826. To update properly + scrollkeeper database ebuild now inherit gnome2.eclass. Added a bit longer + description in metadata.xml. 17 Aug 2006; Thomas Cort <tcort@gentoo.org> etherape-0.9.4.ebuild: Stable on amd64 wrt Bug #142792. diff --git a/net-analyzer/etherape/etherape-0.9.4.ebuild b/net-analyzer/etherape/etherape-0.9.4.ebuild index da82786b4eda..531e47fcdd4a 100644 --- a/net-analyzer/etherape/etherape-0.9.4.ebuild +++ b/net-analyzer/etherape/etherape-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.4.ebuild,v 1.6 2006/08/17 00:21:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.4.ebuild,v 1.7 2006/09/04 16:41:30 pva Exp $ inherit eutils @@ -19,11 +19,12 @@ DEPEND=">=gnome-base/libglade-2.0 sys-devel/gettext" src_unpack() { - unpack ${A}; cd "${S}" + unpack ${A}; + + cd "${S}" epatch "${FILESDIR}"/${PN}-0.9.3-res_mkquery.patch - epatch "${FILESDIR}"/${PN}-0.9.1-fix-mkinstalldirs.diff - aclocal || die "aclocal failed" + aclocal -I m4 || die "aclocal failed" autoconf || die "autoconf failed" libtoolize --copy --force } diff --git a/net-analyzer/etherape/etherape-0.9.6.ebuild b/net-analyzer/etherape/etherape-0.9.6.ebuild new file mode 100644 index 000000000000..65202774b857 --- /dev/null +++ b/net-analyzer/etherape/etherape-0.9.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.6.ebuild,v 1.1 2006/09/04 16:41:30 pva Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A graphical network monitor for Unix modeled after etherman" +SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" +HOMEPAGE="http://etherape.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + net-libs/libpcap + 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 + + aclocal -I m4 || die "aclocal failed" + autoconf || die "autoconf failed" + libtoolize --copy --force +} diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.6 b/net-analyzer/etherape/files/digest-etherape-0.9.6 new file mode 100644 index 000000000000..515b7f4a34d2 --- /dev/null +++ b/net-analyzer/etherape/files/digest-etherape-0.9.6 @@ -0,0 +1,3 @@ +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/metadata.xml b/net-analyzer/etherape/metadata.xml index cd2529151e5b..e59f6b39a67e 100644 --- a/net-analyzer/etherape/metadata.xml +++ b/net-analyzer/etherape/metadata.xml @@ -2,5 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> -<longdescription>A graphical network monitor for Unix modeled after etherman</longdescription> + <longdescription lang="en"> + EtherApe is a graphical network monitor for Unix modeled after etherman. + Featuring link layer, ip and TCP modes, it displays network activity + graphically. Hosts and links change in size with traffic. Color coded + protocols display. It supports Ethernet, FDDI, Token Ring, ISDN, PPP + and SLIP devices. It can filter traffic to be shown, and can read + traffic from a file as well as live from the network. + </longdescription> </pkgmetadata> |