diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-01-08 01:39:08 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-01-08 01:39:08 +0000 |
commit | 2a640f74611bf1029d94feb975cbdf93e85303ba (patch) | |
tree | 67d56f44a776b06df716ce2d34f172ca13618cf6 /net-misc/dhcpcd/dhcpcd-4.0.7.ebuild | |
parent | Let latest stable only depend on latest stable mplayer with USE=ass,png (diff) | |
download | gentoo-2-2a640f74611bf1029d94feb975cbdf93e85303ba.tar.gz gentoo-2-2a640f74611bf1029d94feb975cbdf93e85303ba.tar.bz2 gentoo-2-2a640f74611bf1029d94feb975cbdf93e85303ba.zip |
Modify DESCRIPTION to be more informative to the end user - based on homepage's description
(Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-4.0.7.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-4.0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild index 4c7959c8ac16..0bc668d67a5d 100644 --- a/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild,v 1.1 2008/12/02 20:42:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild,v 1.2 2009/01/08 01:39:08 darkside Exp $ EAPI=1 @@ -11,7 +11,7 @@ MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="A DHCP client" +DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" HOMEPAGE="http://roy.marples.name/projects/dhcpcd" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" LICENSE="BSD-2" |