diff options
Diffstat (limited to 'dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild')
-rw-r--r-- | dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild b/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild index 9c8c628a4a48..a941a032e5ee 100644 --- a/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild +++ b/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild,v 1.12 2005/09/10 12:29:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild,v 1.13 2006/01/09 16:14:40 mcummings Exp $ inherit perl-module MY_P=Crypt-RSA-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="Diffie-Hellman key exchange system" +DESCRIPTION="RSA public-key cryptosystem" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" |