diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:04:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:04:43 +0000 |
commit | 9d4fae0543ed3798152ade12b13b516bd01b93a6 (patch) | |
tree | b45146de2abc5aa8e21cec5a8ac83d50f9a93142 /dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild | |
parent | touchups (diff) | |
download | historical-9d4fae0543ed3798152ade12b13b516bd01b93a6.tar.gz historical-9d4fae0543ed3798152ade12b13b516bd01b93a6.tar.bz2 historical-9d4fae0543ed3798152ade12b13b516bd01b93a6.zip |
touchups
Diffstat (limited to 'dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild')
-rw-r--r-- | dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild index 22b7e4ce5cc5..da9938de9938 100644 --- a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild +++ b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild,v 1.5 2003/02/28 11:15:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild,v 1.6 2003/03/01 05:04:12 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} -DESCRIPTION="This module is a simple interface to the Gnome project's libghttp" +DESCRIPTION="simple interface to the Gnome project's libghttp" SRC_URI="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.readme" @@ -13,5 +12,4 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="x86 ppc sparc alpha" -DEPEND="${DEPEND} - >=gnome-base/libghttp-1.0.9-r1" +newdepend ">=gnome-base/libghttp-1.0.9-r1" |