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 | 2e872a9889e281baf3e468925982ca5e63eb2afe (patch) | |
tree | 62097846237b71c8995b0890bd86b29712510686 /net-analyzer/tcpick | |
parent | Removing virtual/libpcap wrt bug #117898 (diff) | |
download | gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.gz gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.bz2 gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/tcpick')
-rw-r--r-- | net-analyzer/tcpick/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/tcpick/tcpick-0.1.19.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpick/tcpick-0.2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/tcpick/ChangeLog b/net-analyzer/tcpick/ChangeLog index fd1d0a26eb11..2c20efcdef63 100644 --- a/net-analyzer/tcpick/ChangeLog +++ b/net-analyzer/tcpick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/tcpick -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/ChangeLog,v 1.9 2005/09/27 20:26:49 vanquirius Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/ChangeLog,v 1.10 2006/02/16 00:02:25 jokey Exp $ + + 16 Feb 2006; Markus Ullmann <jokey@gentoo.org> tcpick-0.1.19.ebuild, + tcpick-0.2.1.ebuild: + Removing virtual/libpcap wrt bug #117898 27 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> tcpick-0.2.1.ebuild: 0.2.1 x86 stable for bug 107426. Thanks to Daniel Webert <rockoo at gmail diff --git a/net-analyzer/tcpick/tcpick-0.1.19.ebuild b/net-analyzer/tcpick/tcpick-0.1.19.ebuild index a7a9b6a55b14..eb2856c61046 100644 --- a/net-analyzer/tcpick/tcpick-0.1.19.ebuild +++ b/net-analyzer/tcpick/tcpick-0.1.19.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/tcpick/tcpick-0.1.19.ebuild,v 1.6 2005/01/29 05:12:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.1.19.ebuild,v 1.7 2006/02/16 00:02:25 jokey Exp $ DESCRIPTION="TCP Stream Sniffer and Connection Tracker" HOMEPAGE="http://tcpick.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~amd64" IUSE="" DEPEND="virtual/libc - virtual/libpcap" + net-libs/libpcap" src_install() { make install DESTDIR=${D} || die "install failed" diff --git a/net-analyzer/tcpick/tcpick-0.2.1.ebuild b/net-analyzer/tcpick/tcpick-0.2.1.ebuild index 712b8693fa36..b9746d90168e 100644 --- a/net-analyzer/tcpick/tcpick-0.2.1.ebuild +++ b/net-analyzer/tcpick/tcpick-0.2.1.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/tcpick/tcpick-0.2.1.ebuild,v 1.3 2005/09/27 20:26:49 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.2.1.ebuild,v 1.4 2006/02/16 00:02:25 jokey Exp $ DESCRIPTION="TCP Stream Sniffer and Connection Tracker" HOMEPAGE="http://tcpick.sourceforge.net/" @@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="virtual/libc - virtual/libpcap" + net-libs/libpcap" src_install() { make install DESTDIR="${D}" || die "install failed" |