summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-04 09:58:26 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-04 09:58:26 +0000
commitbf54df350aacf21d90eb51797ea9556fd258cd2c (patch)
treeacbc2b5b7dbdd796e044a5cbdf148e37b9a36b4b /net-analyzer/etherape
parentgive preference to -mcpu then -mtune then -march for setting cpu, this should... (diff)
downloadgentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.tar.gz
gentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.tar.bz2
gentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.zip
Old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r--net-analyzer/etherape/ChangeLog6
-rw-r--r--net-analyzer/etherape/etherape-0.9.12.ebuild27
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch13
3 files changed, 5 insertions, 41 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog
index c45e070ca762..418d4a83eabe 100644
--- a/net-analyzer/etherape/ChangeLog
+++ b/net-analyzer/etherape/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/etherape
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.75 2014/11/04 09:22:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.76 2014/11/04 09:58:26 jer Exp $
+
+ 04 Nov 2014; Jeroen Roovers <jer@gentoo.org> -etherape-0.9.12.ebuild,
+ -files/etherape-0.9.3-res_mkquery.patch:
+ Old.
04 Nov 2014; Agostino Sarubbo <ago@gentoo.org> etherape-0.9.13.ebuild:
Stable for sparc, wrt bug #525120
diff --git a/net-analyzer/etherape/etherape-0.9.12.ebuild b/net-analyzer/etherape/etherape-0.9.12.ebuild
deleted file mode 100644
index a8e0989e9ac7..000000000000
--- a/net-analyzer/etherape/etherape-0.9.12.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.12.ebuild,v 1.7 2012/10/02 19:29:38 zerochaos Exp $
-
-EAPI="2"
-inherit eutils gnome2
-
-DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
-HOMEPAGE="http://etherape.sourceforge.net/"
-SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libglade-2.0
- gnome-base/libgnomecanvas[glade]
- >=gnome-base/libgnomeui-2.0
- net-libs/libpcap"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=sys-devel/gettext-0.11.5
- app-text/gnome-doc-utils
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog FAQ NEWS README* TODO"
diff --git a/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch b/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
deleted file mode 100644
index 02e034385a27..000000000000
--- a/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --exclude='*~' -Naur etherape-0.9.3.orig/configure.in etherape-0.9.3/configure.in
---- etherape-0.9.3.orig/configure.in 2005-08-19 20:06:22.000000000 -0300
-+++ etherape-0.9.3/configure.in 2005-08-19 20:07:57.000000000 -0300
-@@ -79,7 +79,8 @@
-
- AC_CHECK_FUNC(res_mkquery, ,
- AC_CHECK_LIB(bind, res_mkquery, ,
-- AC_CHECK_LIB(resolv, res_mkquery, , [AC_MSG_ERROR([No resolver library found])] )))
-+ AC_CHECK_LIB(resolv, res_mkquery, ,
-+ AC_CHECK_LIB(resolv, __res_mkquery, , [AC_MSG_ERROR([No resolver library found])] ))))
- else
- AC_CHECK_FUNC(gethostbyaddr_r, ,
- AC_CHECK_LIB(bind, gethostbyaddr_r, ,