diff options
-rw-r--r-- | net-analyzer/packit/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/packit/packit-0.7.ebuild | 12 | ||||
-rw-r--r-- | net-analyzer/packit/packit-1.0.ebuild | 12 |
3 files changed, 10 insertions, 22 deletions
diff --git a/net-analyzer/packit/ChangeLog b/net-analyzer/packit/ChangeLog index 4517b4e4a494..490f5d704e48 100644 --- a/net-analyzer/packit/ChangeLog +++ b/net-analyzer/packit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/packit -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.13 2004/08/16 10:48:07 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.14 2005/01/29 01:09:20 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> packit-0.7.ebuild, + packit-1.0.ebuild: + moved to virtual/libpcap dependancy 16 Aug 2004; Eldad Zack <eldad@gentoo.org> -packit-0.6.0c-r1.ebuild, packit-1.0.ebuild: diff --git a/net-analyzer/packit/packit-0.7.ebuild b/net-analyzer/packit/packit-0.7.ebuild index ad344386bdf2..c8a3b925fbf4 100644 --- a/net-analyzer/packit/packit-0.7.ebuild +++ b/net-analyzer/packit/packit-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.6 2004/07/12 09:01:30 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.7 2005/01/29 01:09:20 dragonheart Exp $ inherit eutils @@ -15,14 +15,6 @@ IUSE="" DEPEND="=net-libs/libnet-1.1.1*" -src_unpack() { - unpack ${A} - cd ${S} - has_version '>=net-libs/libpcap-0.8.1' \ - && sed -i 's!^#include <net/bpf.h>$!#include <pcap-bpf.h>!' \ - src/{globals,main}.h -} - src_install() { make install DESTDIR=${D} || die dodoc INSTALL LICENSE VERSION docs/* diff --git a/net-analyzer/packit/packit-1.0.ebuild b/net-analyzer/packit/packit-1.0.ebuild index 0120a5853ea3..ff36f3ec5e10 100644 --- a/net-analyzer/packit/packit-1.0.ebuild +++ b/net-analyzer/packit/packit-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-1.0.ebuild,v 1.6 2004/10/23 06:41:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-1.0.ebuild,v 1.7 2005/01/29 01:09:20 dragonheart Exp $ inherit eutils @@ -15,14 +15,6 @@ IUSE="" DEPEND=">=net-libs/libnet-1.1.2*" -src_unpack() { - unpack ${A} - cd ${S} - has_version '>=net-libs/libpcap-0.8.1' \ - && sed -i 's!^#include <net/bpf.h>$!#include <pcap-bpf.h>!' \ - src/{globals,main}.h -} - src_install() { make install DESTDIR=${D} || die dodoc INSTALL LICENSE VERSION docs/* |