diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:29:38 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:29:38 +0000 |
commit | 59e7e315acd577d2cd41cf007d5d1f15aced3ae0 (patch) | |
tree | 8c2bdb5730518d1169509d3c59d421b1b98da69e /net-misc | |
parent | updated java-config -p call in 1.6.2-ant to reflect the new rhino slots. (diff) | |
download | gentoo-2-59e7e315acd577d2cd41cf007d5d1f15aced3ae0.tar.gz gentoo-2-59e7e315acd577d2cd41cf007d5d1f15aced3ae0.tar.bz2 gentoo-2-59e7e315acd577d2cd41cf007d5d1f15aced3ae0.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/selfdhcp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/selfdhcp/selfdhcp-0.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/selfdhcp/selfdhcp-0.2a.ebuild | 4 | ||||
-rw-r--r-- | net-misc/sonar/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/sonar/sonar-0.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ucarp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-0.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-1.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/xsupplicant/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-0.8b.ebuild | 4 |
10 files changed, 33 insertions, 19 deletions
diff --git a/net-misc/selfdhcp/ChangeLog b/net-misc/selfdhcp/ChangeLog index a915f9ce235f..862dade11f6e 100644 --- a/net-misc/selfdhcp/ChangeLog +++ b/net-misc/selfdhcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/selfdhcp -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.2 2004/08/25 16:58:00 tantive Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.3 2005/01/29 21:25:08 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> selfdhcp-0.2.ebuild, + selfdhcp-0.2a.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *selfdhcp-0.2a (25 Aug 2004) diff --git a/net-misc/selfdhcp/selfdhcp-0.2.ebuild b/net-misc/selfdhcp/selfdhcp-0.2.ebuild index b03a1f39b343..aa6779050101 100644 --- a/net-misc/selfdhcp/selfdhcp-0.2.ebuild +++ b/net-misc/selfdhcp/selfdhcp-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2.ebuild,v 1.4 2004/08/25 16:58:00 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2.ebuild,v 1.5 2005/01/29 21:25:08 dragonheart Exp $ DESCRIPTION="a small stealth network autoconfigure software." SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2" @@ -13,7 +13,7 @@ SLOT="0" DEPEND="dev-libs/popt dev-libs/libxml2 >=net-libs/libnet-1.0.2 - >=net-libs/libpcap-0.7" + virtual/libpcap" src_compile() { diff --git a/net-misc/selfdhcp/selfdhcp-0.2a.ebuild b/net-misc/selfdhcp/selfdhcp-0.2a.ebuild index 62b43f0a3a39..7d6820a9f20d 100644 --- a/net-misc/selfdhcp/selfdhcp-0.2a.ebuild +++ b/net-misc/selfdhcp/selfdhcp-0.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a.ebuild,v 1.1 2004/08/25 16:58:00 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a.ebuild,v 1.2 2005/01/29 21:25:08 dragonheart Exp $ inherit gnuconfig flag-o-matic eutils @@ -15,7 +15,7 @@ SLOT="0" DEPEND="dev-libs/popt dev-libs/libxml2 >=net-libs/libnet-1.0.2 - >=net-libs/libpcap-0.7" + virtual/libpcap" src_compile() { gnuconfig_update diff --git a/net-misc/sonar/ChangeLog b/net-misc/sonar/ChangeLog index 2c8a1acfcfa0..39c7f5c2c6f6 100644 --- a/net-misc/sonar/ChangeLog +++ b/net-misc/sonar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/sonar -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sonar/ChangeLog,v 1.1 2004/10/06 11:43:48 blubb Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sonar/ChangeLog,v 1.2 2005/01/29 21:25:45 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> sonar-0.2.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *sonar-0.2 (06 Oct 2004) diff --git a/net-misc/sonar/sonar-0.2.ebuild b/net-misc/sonar/sonar-0.2.ebuild index d92a0e0cc835..a1de9fe9f61e 100644 --- a/net-misc/sonar/sonar-0.2.ebuild +++ b/net-misc/sonar/sonar-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sonar/sonar-0.2.ebuild,v 1.1 2004/10/06 11:43:48 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sonar/sonar-0.2.ebuild,v 1.2 2005/01/29 21:25:45 dragonheart Exp $ inherit eutils @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~amd64" DEPEND="virtual/libc >=sys-libs/ncurses-5.4 - >=net-libs/libpcap-0.8.3" + virtual/libpcap" src_unpack() { unpack ${A} diff --git a/net-misc/ucarp/ChangeLog b/net-misc/ucarp/ChangeLog index 7aab52188ee2..2313ee3c1d70 100644 --- a/net-misc/ucarp/ChangeLog +++ b/net-misc/ucarp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/ucarp -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.4 2004/09/19 20:40:23 tantive Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.5 2005/01/29 21:26:23 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> ucarp-0.7.ebuild, + ucarp-1.1.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *ucarp-1.1 (19 Sep 2004) diff --git a/net-misc/ucarp/ucarp-0.7.ebuild b/net-misc/ucarp/ucarp-0.7.ebuild index 115d0787d475..2b917087f311 100644 --- a/net-misc/ucarp/ucarp-0.7.ebuild +++ b/net-misc/ucarp/ucarp-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-0.7.ebuild,v 1.4 2004/08/08 00:27:03 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-0.7.ebuild,v 1.5 2005/01/29 21:26:23 dragonheart Exp $ DESCRIPTION="Userspace CARP implementation allows hosts to share ip address." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" -DEPEND=">=net-libs/libpcap-0.8.3-r1" +DEPEND="virtual/libpcap" src_compile() { diff --git a/net-misc/ucarp/ucarp-1.1.ebuild b/net-misc/ucarp/ucarp-1.1.ebuild index efd7cc8659a1..85e404d98ada 100644 --- a/net-misc/ucarp/ucarp-1.1.ebuild +++ b/net-misc/ucarp/ucarp-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.1.ebuild,v 1.1 2004/09/19 20:40:23 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.1.ebuild,v 1.2 2005/01/29 21:26:23 dragonheart Exp $ inherit eutils @@ -9,7 +9,7 @@ Strong points of the CARP protocol are : very low overhead, cryptographically si " HOMEPAGE="http://www.ucarp.org" LICENSE="GPL-2" -DEPEND=">=net-libs/libpcap-0.8.3-r1" +DEPEND="virtual/libpcap" SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz" SLOT="0" diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog index 4bdb496c92f5..13c5d7feb8cc 100644 --- a/net-misc/xsupplicant/ChangeLog +++ b/net-misc/xsupplicant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/xsupplicant # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.5 2005/01/09 14:46:01 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.6 2005/01/29 21:27:03 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> xsupplicant-0.8b.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *xsupplicant-1.0 (09 Jan 2005) diff --git a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild b/net-misc/xsupplicant/xsupplicant-0.8b.ebuild index 6d0a7f4abb1a..bdd269025026 100644 --- a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild +++ b/net-misc/xsupplicant/xsupplicant-0.8b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-0.8b.ebuild,v 1.4 2005/01/09 14:46:01 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-0.8b.ebuild,v 1.5 2005/01/29 21:27:03 dragonheart Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="Open Source Implementation of IEEE 802.1x" @@ -15,7 +15,7 @@ KEYWORDS="~x86" DEPEND=">=dev-libs/openssl-0.9.7 - >=net-libs/libpcap-0.7.1 + virtual/libpcap >=dev-libs/libdnet-1.6" src_compile() { |