diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:05:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:05:49 +0000 |
commit | 9524fa7beaea7c9f8e86e509ca85def67742c686 (patch) | |
tree | 0152fd6c704a722c37551e062cff0cba218cd113 /dev-perl/HTTP-GHTTP | |
parent | touchups (diff) | |
download | gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.gz gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.bz2 gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.zip |
touchups
Diffstat (limited to 'dev-perl/HTTP-GHTTP')
-rw-r--r-- | dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.ebuild | 8 |
2 files changed, 6 insertions, 10 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" diff --git a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.ebuild b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.ebuild index 2e65afc02d7d..8a80ee93d6b3 100644 --- a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.ebuild +++ b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.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.ebuild,v 1.11 2003/02/13 11:10:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07.ebuild,v 1.12 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,8 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="x86 ppc sparc alpha" -DEPEND="${DEPEND} - >=gnome-base/gnome-libs-1.4.1.2-r1 +newdepend ">=gnome-base/gnome-libs-1.4.1.2-r1 >=gnome-base/libghttp-1.0.9-r1" mydoc="TODO" |