diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
commit | a94a90db0368fc241e0e68621fe6563ad1c37827 (patch) | |
tree | 043a2a14af78b5d40ec27946bf3c2d54dcc5aeec /net-analyzer/lft | |
parent | Fix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally c... (diff) | |
download | historical-a94a90db0368fc241e0e68621fe6563ad1c37827.tar.gz historical-a94a90db0368fc241e0e68621fe6563ad1c37827.tar.bz2 historical-a94a90db0368fc241e0e68621fe6563ad1c37827.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-analyzer/lft')
-rw-r--r-- | net-analyzer/lft/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/lft/lft-2.31.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/lft/lft-2.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/lft/ChangeLog b/net-analyzer/lft/ChangeLog index 246172928229..4cef29f0b3be 100644 --- a/net-analyzer/lft/ChangeLog +++ b/net-analyzer/lft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/lft -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.14 2005/12/25 15:02:36 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.15 2006/02/15 23:24:09 jokey Exp $ + + 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> lft-2.5.ebuild, + lft-2.31.ebuild: + Removing virtual/libpcap wrt bug #117898 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> lft-2.31.ebuild: Use bindnow-flags function instead of -Wl,-z,now. diff --git a/net-analyzer/lft/lft-2.31.ebuild b/net-analyzer/lft/lft-2.31.ebuild index 4364d41c09f3..02241da87dbc 100644 --- a/net-analyzer/lft/lft-2.31.ebuild +++ b/net-analyzer/lft/lft-2.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.31.ebuild,v 1.6 2005/12/25 15:02:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.31.ebuild,v 1.7 2006/02/15 23:24:09 jokey Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~ppc-macos x86" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" src_compile() { # avoid suid related security issues. diff --git a/net-analyzer/lft/lft-2.5.ebuild b/net-analyzer/lft/lft-2.5.ebuild index b4e69c59e1af..9ac14656ad35 100644 --- a/net-analyzer/lft/lft-2.5.ebuild +++ b/net-analyzer/lft/lft-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.5.ebuild,v 1.1 2005/09/03 07:35:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.5.ebuild,v 1.2 2006/02/15 23:24:09 jokey Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" src_unpack() { unpack ${A} |