diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-02 12:54:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-02 12:54:02 +0000 |
commit | a5862362eb86bbb7eb759ca86da78fc8f39b4122 (patch) | |
tree | 95ba5d0e7e2f1c1d7933bb7e2d07abea9a17a5aa /net-analyzer/hping | |
parent | Use net-libs/libpcap instead of virtual/libpcap wrt #358835. (diff) | |
download | gentoo-2-a5862362eb86bbb7eb759ca86da78fc8f39b4122.tar.gz gentoo-2-a5862362eb86bbb7eb759ca86da78fc8f39b4122.tar.bz2 gentoo-2-a5862362eb86bbb7eb759ca86da78fc8f39b4122.zip |
Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 947b8ddd8c59..6b6eac41490e 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hping -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.50 2010/11/30 21:30:45 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.51 2011/04/02 12:54:02 ssuominen Exp $ + + 02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> + hping-2.0.0_rc3-r1.ebuild, hping-2.0.0_rc3-r2.ebuild: + Use net-libs/libpcap instead of virtual/libpcap wrt #358835. *hping-3_pre20051105-r3 (30 Nov 2010) diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild index e765af965275..86957f02a86e 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.11 2007/01/20 17:00:45 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.12 2011/04/02 12:54:02 ssuominen Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="debug" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${MY_P//\.[0-9]}" diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild index c436a51bcdd0..dcd32be383ba 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.2 2009/12/22 21:19:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.3 2011/04/02 12:54:02 ssuominen Exp $ inherit eutils toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${MY_P//\.[0-9]}" |