diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-15 14:29:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-15 14:29:35 +0000 |
commit | 5d2e455a7b59a0624b08f1e9fb1cfba8db00020d (patch) | |
tree | 52f8309d8b2e6cfc4a4880f58345003addc06ad4 /sys-apps/ifplugd | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-5d2e455a7b59a0624b08f1e9fb1cfba8db00020d.tar.gz gentoo-2-5d2e455a7b59a0624b08f1e9fb1cfba8db00020d.tar.bz2 gentoo-2-5d2e455a7b59a0624b08f1e9fb1cfba8db00020d.zip |
Dependency update: net-www/lynx -> www-client/lynx.
Diffstat (limited to 'sys-apps/ifplugd')
-rw-r--r-- | sys-apps/ifplugd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.25.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.26.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/ifplugd/ChangeLog b/sys-apps/ifplugd/ChangeLog index bcf77db07edd..9e6886b0f4cf 100644 --- a/sys-apps/ifplugd/ChangeLog +++ b/sys-apps/ifplugd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/ifplugd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.15 2005/01/31 10:59:20 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.16 2005/03/15 14:27:26 seemant Exp $ + + 15 Mar 2005; Seemant Kulleen <seemant@gentoo.org> ifplugd-0.25.ebuild, + ifplugd-0.26.ebuild: + Dependency update: net-www/lynx -> www-client/lynx. 31 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> ifplugd-0.26.ebuild: Marked stable on x86. diff --git a/sys-apps/ifplugd/ifplugd-0.25.ebuild b/sys-apps/ifplugd/ifplugd-0.25.ebuild index 4ed704223ce1..e09c5a71dd7b 100644 --- a/sys-apps/ifplugd/ifplugd-0.25.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.25.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/sys-apps/ifplugd/ifplugd-0.25.ebuild,v 1.6 2005/01/31 10:59:20 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.25.ebuild,v 1.7 2005/03/15 14:27:26 seemant Exp $ DESCRIPTION="Brings up/down ethernet ports automatically with cable detection" @@ -14,7 +14,7 @@ IUSE="doc" DEPEND=">=sys-apps/sed-4 dev-util/pkgconfig - doc? ( net-www/lynx )" + doc? ( www-client/lynx )" RDEPEND=">=dev-libs/libdaemon-0.5" # Gentoo-provided scripts. Version is for the scripts, not ifplugd. diff --git a/sys-apps/ifplugd/ifplugd-0.26.ebuild b/sys-apps/ifplugd/ifplugd-0.26.ebuild index 9bca84e3febf..e126c52bb772 100644 --- a/sys-apps/ifplugd/ifplugd-0.26.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.26.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/sys-apps/ifplugd/ifplugd-0.26.ebuild,v 1.2 2005/01/31 10:59:20 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.26.ebuild,v 1.3 2005/03/15 14:27:26 seemant Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="x86 ~amd64 ~ppc" IUSE="doc" DEPEND="dev-util/pkgconfig - doc? ( net-www/lynx )" + doc? ( www-client/lynx )" RDEPEND=">=dev-libs/libdaemon-0.5" # Gentoo-provided scripts. Version is for the scripts, not ifplugd. |