diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CDDB-File/CDDB-File-1.03.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI/CGI-2.78-r2.ebuild | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/CDDB-File/CDDB-File-1.03.ebuild b/dev-perl/CDDB-File/CDDB-File-1.03.ebuild index 16adc3044f3a..53d05515bd71 100644 --- a/dev-perl/CDDB-File/CDDB-File-1.03.ebuild +++ b/dev-perl/CDDB-File/CDDB-File-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03.ebuild,v 1.1 2002/08/28 00:21:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03.ebuild,v 1.2 2002/09/21 01:02:00 vapier Exp $ inherit perl-module @@ -8,7 +8,7 @@ S="${WORKDIR}/${P}" DESCRIPTION="Parse a CDDB/freedb data file" SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz" SLOT="0" -HOMEPAGE="" +HOMEPAGE="http://search.cpan.org/author/TMTM/CDDB-File-1.03/" DEPEND="${DEPEND} dev-perl/Test-Simple" diff --git a/dev-perl/CGI/CGI-2.78-r2.ebuild b/dev-perl/CGI/CGI-2.78-r2.ebuild index 7e243a279645..09dcf1bcbb3d 100644 --- a/dev-perl/CGI/CGI-2.78-r2.ebuild +++ b/dev-perl/CGI/CGI-2.78-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78-r2.ebuild,v 1.6 2002/08/14 04:32:30 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78-r2.ebuild,v 1.7 2002/09/21 01:04:55 vapier Exp $ inherit perl-module @@ -8,6 +8,7 @@ MY_P=${PN}.pm-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl CGI Module" SRC_URI="http://www.cpan.org/authors/id/LDS/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/LDS/CGI.pm-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" |