diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
commit | d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5 (patch) | |
tree | 5a050409acb977c71130d64798a02acbd0453be8 /net-misc/selfdhcp | |
parent | updated (R)DEPEND to reflect rhino SLOT changes. (diff) | |
download | historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.gz historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.bz2 historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/selfdhcp')
-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 |
3 files changed, 10 insertions, 6 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 |