summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-01-29 21:24:27 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-01-29 21:24:27 +0000
commitc3cd1bc6ded166f604f70b459769a6b1a5c0dafd (patch)
treeebdb240c21811de713a9a894c420a6c09fc07b54 /net-misc/dhcp-agent
parentrecommit, accidently removed the a stable keyword. (diff)
downloadgentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.tar.gz
gentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.tar.bz2
gentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.zip
Transition dependancy from net-libs/libpcap to virtual/libpcap
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/dhcp-agent')
-rw-r--r--net-misc/dhcp-agent/ChangeLog6
-rw-r--r--net-misc/dhcp-agent/dhcp-agent-0.37.ebuild4
-rw-r--r--net-misc/dhcp-agent/dhcp-agent-0.41.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/dhcp-agent/ChangeLog b/net-misc/dhcp-agent/ChangeLog
index 64955b87a419..95511948a25e 100644
--- a/net-misc/dhcp-agent/ChangeLog
+++ b/net-misc/dhcp-agent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/dhcp-agent
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp-agent/ChangeLog,v 1.6 2005/01/09 00:27:30 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp-agent/ChangeLog,v 1.7 2005/01/29 21:21:55 dragonheart Exp $
+
+ 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> dhcp-agent-0.37.ebuild,
+ dhcp-agent-0.41.ebuild:
+ Transition dependancy from net-libs/libpcap to virtual/libpcap
*dhcp-agent-0.41 (09 Jan 2005)
diff --git a/net-misc/dhcp-agent/dhcp-agent-0.37.ebuild b/net-misc/dhcp-agent/dhcp-agent-0.37.ebuild
index e3cca5ca1ad6..74b6a52123e4 100644
--- a/net-misc/dhcp-agent/dhcp-agent-0.37.ebuild
+++ b/net-misc/dhcp-agent/dhcp-agent-0.37.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/dhcp-agent/dhcp-agent-0.37.ebuild,v 1.9 2005/01/09 00:27:30 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp-agent/dhcp-agent-0.37.ebuild,v 1.10 2005/01/29 21:21:55 dragonheart Exp $
DESCRIPTION="dhcp-agent is a portable UNIX Dynamic Host Configuration suite"
HOMEPAGE="http://dhcp-agent.sourceforge.net/"
@@ -11,7 +11,7 @@ KEYWORDS="x86 ~sparc"
IUSE=""
DEPEND=">=dev-libs/libdnet-1.4
- >=net-libs/libpcap-0.7.1"
+ virtual/libpcap"
src_install() {
emake DESTDIR=${D} install || die
diff --git a/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild b/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild
index b197b379a432..74148b0875de 100644
--- a/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild
+++ b/net-misc/dhcp-agent/dhcp-agent-0.41.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/dhcp-agent/dhcp-agent-0.41.ebuild,v 1.1 2005/01/09 00:27:30 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild,v 1.2 2005/01/29 21:21:55 dragonheart Exp $
DESCRIPTION="dhcp-agent is a portable UNIX Dynamic Host Configuration suite"
HOMEPAGE="http://dhcp-agent.sourceforge.net/"
@@ -11,7 +11,7 @@ KEYWORDS="~x86 ~sparc"
IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
- >=net-libs/libpcap-0.7.2
+ virtual/libpcap
>=dev-util/guile-1.6.4
doc? ( app-text/texi2html )"