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/ucarp | |
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/ucarp')
-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 |
3 files changed, 10 insertions, 6 deletions
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" |