diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
commit | 05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d (patch) | |
tree | b3adb5ee8d23e2d4f24fa771795b0c102b6adff7 /net-analyzer/ipcad | |
parent | Add ~ppc keyword to 2.6.1 (diff) | |
download | gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.gz gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.bz2 gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.zip |
Move to virtual/libpcap as per bug #63113
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/ipcad')
-rw-r--r-- | net-analyzer/ipcad/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.6.2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.6.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/ipcad/ChangeLog b/net-analyzer/ipcad/ChangeLog index 096730d13ad9..a22cf3bb095a 100644 --- a/net-analyzer/ipcad/ChangeLog +++ b/net-analyzer/ipcad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ipcad -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.4 2004/10/17 09:46:59 dholm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.5 2005/01/29 05:12:51 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> ipcad-3.6.2.ebuild, + ipcad-3.6.4.ebuild: + changed net-libs/libpcap depend to virtual/libcap 17 Oct 2004; David Holm <dholm@gentoo.org> ipcad-3.6.4.ebuild: Added to ~ppc. diff --git a/net-analyzer/ipcad/ipcad-3.6.2.ebuild b/net-analyzer/ipcad/ipcad-3.6.2.ebuild index a157828a1660..93b022425913 100644 --- a/net-analyzer/ipcad/ipcad-3.6.2.ebuild +++ b/net-analyzer/ipcad/ipcad-3.6.2.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/ipcad/ipcad-3.6.2.ebuild,v 1.3 2004/09/11 14:56:13 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.2.ebuild,v 1.4 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="IP Cisco Accounting Daemon" HOMEPAGE="http://ipcad.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=sys-apps/sed-4" RDEPEND="virtual/libc - net-libs/libpcap + virtual/libpcap net-firewall/iptables" src_compile() { diff --git a/net-analyzer/ipcad/ipcad-3.6.4.ebuild b/net-analyzer/ipcad/ipcad-3.6.4.ebuild index 250a3d1c8388..63da048d251c 100644 --- a/net-analyzer/ipcad/ipcad-3.6.4.ebuild +++ b/net-analyzer/ipcad/ipcad-3.6.4.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/ipcad/ipcad-3.6.4.ebuild,v 1.2 2004/10/17 09:46:59 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.4.ebuild,v 1.3 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="IP Cisco Accounting Daemon" HOMEPAGE="http://ipcad.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=sys-apps/sed-4" RDEPEND="virtual/libc - net-libs/libpcap + virtual/libpcap net-firewall/iptables" src_compile() { |