diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 01:10:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 01:10:29 +0000 |
commit | a3a5c72519bfb550291519319094f6271e0ffcc6 (patch) | |
tree | aa7ab60c4989c437eb75cede5209aebcf7370efa /dev-perl | |
parent | Updated HOMEPAGE variable (diff) | |
download | historical-a3a5c72519bfb550291519319094f6271e0ffcc6.tar.gz historical-a3a5c72519bfb550291519319094f6271e0ffcc6.tar.bz2 historical-a3a5c72519bfb550291519319094f6271e0ffcc6.zip |
Added HOMEPAGE variable
Diffstat (limited to 'dev-perl')
6 files changed, 12 insertions, 7 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" diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild index 504a21ad9d4c..f2493d2bc9f5 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild @@ -1,12 +1,13 @@ # 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/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.7 2002/08/14 04:32:31 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.8 2002/09/21 01:07:01 vapier Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Crypt::Blowfish module for perl" SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-Blowfish-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild index 6c2ab55173e1..2bcb52f0bf4a 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild @@ -1,12 +1,13 @@ # 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/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.2 2002/08/16 22:22:24 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.3 2002/09/21 01:08:25 vapier Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Crypt::DES module for perl" SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-DES-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild index 11890b142e36..ca112bcbe40b 100644 --- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild +++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild,v 1.5 2002/08/21 20:14:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.13.ebuild,v 1.6 2002/09/21 01:09:32 vapier Exp $ inherit perl-module @@ -8,6 +8,7 @@ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Crypt::OpenSSL::RSA module for perl" SRC_URI="http://www.cpan.org/authors/id/I/IR/IROBERTS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/IROBERTS/Crypt-OpenSSL-RSA-${PV}/" LICENSE="Artistic | GPL-2" DEPEND="virtual/glibc >=sys-devel/perl-5 diff --git a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild index 3577abe84a1b..95eaec68a830 100644 --- a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild +++ b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild @@ -1,12 +1,13 @@ # 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/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild,v 1.7 2002/08/14 04:32:31 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.03-r1.ebuild,v 1.8 2002/09/21 01:10:29 vapier Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Crypt::OpenSSL::Random module for perl" SRC_URI="http://cpan.valueclick.com/authors/id/I/IR/IROBERTS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/IROBERTS/Crypt-OpenSSL-Random-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" |