From 9540ebd75456107255e75313fdf2ad701f31f7c4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 27 May 2012 11:44:07 +0200 Subject: [PATCH] perl-Digest-MD5: remove, provided by perl>=5.14. --- .../perl-Digest-MD5/perl-Digest-MD5.rshlibs | 1 - srcpkgs/perl-Digest-MD5/template | 31 ------------------- 2 files changed, 32 deletions(-) delete mode 100644 srcpkgs/perl-Digest-MD5/perl-Digest-MD5.rshlibs delete mode 100644 srcpkgs/perl-Digest-MD5/template diff --git a/srcpkgs/perl-Digest-MD5/perl-Digest-MD5.rshlibs b/srcpkgs/perl-Digest-MD5/perl-Digest-MD5.rshlibs deleted file mode 100644 index 631aa1dda40..00000000000 --- a/srcpkgs/perl-Digest-MD5/perl-Digest-MD5.rshlibs +++ /dev/null @@ -1 +0,0 @@ -libc.so.6 diff --git a/srcpkgs/perl-Digest-MD5/template b/srcpkgs/perl-Digest-MD5/template deleted file mode 100644 index c4b5a23036e..00000000000 --- a/srcpkgs/perl-Digest-MD5/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template build file for 'perl-Digest-MD5'. -pkgname=perl-Digest-MD5 -version=2.51 -revision=2 -wrksrc="Digest-MD5-$version" -distfiles="${CPAN_SITE}/Digest/Digest-MD5-$version.tar.gz" -build_style=perl-module -makedepends="glibc-devel" -fulldepends="perl" -short_desc="Digest::MD5 - Perl interface to the MD5 Algorithm" -maintainer="davehome " -homepage="http://search.cpan.org/dist/Digest-MD5/MD5.pm" -license="GPL-2" -checksum=c6ff2075df76adccd8cbf89240bd2cf84f07091b177474c2d3bf2d2a7f9f921c -long_desc=" - The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 - Message Digest algorithm from within Perl programs. The algorithm takes as - input a message of arbitrary length and produces as output a 128-bit - fingerprint or message digest of the input. - - Note that the MD5 algorithm is not as strong as it used to be. It has since - 2005 been easy to generate different messages that produce the same MD5 - digest. It still seems hard to generate messages that produce a given digest, - but it is probably wise to move to stronger algorithms for applications that - depend on the digest to uniquely identify a message. - - The Digest::MD5 module provide a procedural interface for simple use, as well - as an object oriented interface that can handle messages of arbitrary length - and which can read files directly." - -