diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-08-04 19:38:48 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-08-04 19:38:48 +0000 |
commit | 5533e76a1a75b65e983c13fff7b38f3197fb6b0d (patch) | |
tree | f4018871671b1816988cde4c61bb3aca9a236aa8 /dev-perl/string-crc32 | |
parent | Version bumped. Closes 53747 (Manifest recommit) (diff) | |
download | gentoo-2-5533e76a1a75b65e983c13fff7b38f3197fb6b0d.tar.gz gentoo-2-5533e76a1a75b65e983c13fff7b38f3197fb6b0d.tar.bz2 gentoo-2-5533e76a1a75b65e983c13fff7b38f3197fb6b0d.zip |
fixing 59398
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild index 15cb7e31a2f4..1004ef4faca8 100644 --- a/dev-perl/string-crc32/string-crc32-1.2.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.7 2004/07/14 20:32:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.8 2004/08/04 19:38:48 mholzer Exp $ inherit perl-module MY_P=String-CRC32-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="Perl interface for cyclic redundency check generation" +DESCRIPTION="Perl interface for cyclic redundancy check generation" SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme" |