summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-25 14:03:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-25 14:03:20 +0000
commit4e41a9b7ceec38681d4e2361201ffe7d1a1822fa (patch)
tree00ced6ea54f1cd6609b3ef5cb03d579eb6bb2c5a /dev-perl
parentMoved common ebuild per dams' request (dams is maintainer for it) (diff)
downloadhistorical-4e41a9b7ceec38681d4e2361201ffe7d1a1822fa.tar.gz
historical-4e41a9b7ceec38681d4e2361201ffe7d1a1822fa.tar.bz2
historical-4e41a9b7ceec38681d4e2361201ffe7d1a1822fa.zip
removing
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Common/ChangeLog11
-rw-r--r--dev-perl/Common/Common-1.0.4.ebuild68
-rw-r--r--dev-perl/Common/Manifest4
-rw-r--r--dev-perl/Common/files/Common-1.0.4.patch537
-rw-r--r--dev-perl/Common/files/digest-Common-1.0.40
5 files changed, 0 insertions, 620 deletions
diff --git a/dev-perl/Common/ChangeLog b/dev-perl/Common/ChangeLog
deleted file mode 100644
index 020325d08ce6..000000000000
--- a/dev-perl/Common/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for dev-perl/Common
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Common/ChangeLog,v 1.4 2003/02/12 15:52:14 vapier Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*Common-1.0.4 (1 Dec 2002)
-
- 1 Dec 2002; <dams@gentoo.org> Common-1.0.4.ebuild:
-
- Initial version.
diff --git a/dev-perl/Common/Common-1.0.4.ebuild b/dev-perl/Common/Common-1.0.4.ebuild
deleted file mode 100644
index eae82b657a87..000000000000
--- a/dev-perl/Common/Common-1.0.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Common/Common-1.0.4.ebuild,v 1.8 2003/06/21 21:36:35 drobbins Exp $
-
-ECVS_ANON="no"
-ECVS_USER="anoncvs"
-ECVS_SERVER="cvs.mandrakesoft.com:/cooker"
-ECVS_MODULE="soft/perl-MDK-Common"
-ECVS_PASS="cvs"
-ECVS_CVS_OPTIONS="-dP"
-
-inherit perl-module
-inherit cvs
-
-S=${WORKDIR}/${ECVS_MODULE}
-DESCRIPTION="Common usefull perl functions"
-HOMEPAGE="http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/perl-MDK-Common/"
-SRC_URI=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha"
-
-DEPEND="dev-lang/ocaml
- dev-lang/perl"
-
-
-src_compile() {
- cd ../../perl-MDK-Common;
- patch -p0 <${FILESDIR}/Common-1.0.4.patch || die
- cp Makefile Makefile.bak
- sed -e "s: /usr: ${D}/usr:" Makefile.bak > Makefile
- make \
- PREFIX=${D}/usr \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN2DIR=${D}/usr/share/man/man2 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- INSTALLMAN4DIR=${D}/usr/share/man/man4 \
- INSTALLMAN5DIR=${D}/usr/share/man/man5 \
- INSTALLMAN6DIR=${D}/usr/share/man/man6 \
- INSTALLMAN7DIR=${D}/usr/share/man/man7 \
- INSTALLMAN8DIR=${D}/usr/share/man/man8 \
- INSTALLSITEMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLSITEMAN2DIR=${D}/usr/share/man/man2 \
- INSTALLSITEMAN3DIR=${D}/usr/share/man/man3 \
- INSTALLSITEMAN4DIR=${D}/usr/share/man/man4 \
- INSTALLSITEMAN5DIR=${D}/usr/share/man/man5 \
- INSTALLSITEMAN6DIR=${D}/usr/share/man/man6 \
- INSTALLSITEMAN7DIR=${D}/usr/share/man/man7 \
- INSTALLSITEMAN8DIR=${D}/usr/share/man/man8 \
- INSTALLSITEARCH=${D}/${SITE_ARCH} \
- INSTALLSCRIPT=${D}/usr/bin
-
-}
-
-src_install() {
- cd ../../perl-MDK-Common;
- make install
-
-}
-
-#src_prep() {
-# SRC_PREP="yes"
-# cd soft/perl-MDK-Common
-#}
-
-
-
diff --git a/dev-perl/Common/Manifest b/dev-perl/Common/Manifest
deleted file mode 100644
index faa104894662..000000000000
--- a/dev-perl/Common/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 14a802642bd620cebf94f45c5b102e23 ChangeLog 394
-MD5 f013ac2240c82ccc7fb596fd99336532 Common-1.0.4.ebuild 2112
-MD5 0fb45edda7ea3667451f0d12d4bfd7eb files/Common-1.0.4.patch 14594
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-Common-1.0.4 0
diff --git a/dev-perl/Common/files/Common-1.0.4.patch b/dev-perl/Common/files/Common-1.0.4.patch
deleted file mode 100644
index ca86a7e658d8..000000000000
--- a/dev-perl/Common/files/Common-1.0.4.patch
+++ /dev/null
@@ -1,537 +0,0 @@
---- MDK/Common/DataStructure.pm.old 2002-11-27 21:55:08.000000000 +0100
-+++ MDK/Common/DataStructure.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::DataStructure;
-+package Common::DataStructure;
-
- =head1 NAME
-
--MDK::Common::DataStructure - miscellaneous list/hash manipulation functions
-+Common::DataStructure - miscellaneous list/hash manipulation functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::DataStructure qw(:all);
-+ use Common::DataStructure qw(:all);
-
- =head1 EXPORTS
-
-@@ -100,13 +100,13 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
-
--use MDK::Common::Math;
--use MDK::Common::Func;
-+use Common::Math;
-+use Common::Func;
-
-
- use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK);
-@@ -137,7 +137,7 @@
-
- sub next_val_in_array {
- my ($v, $l) = @_;
-- my %l = MDK::Common::Func::mapn(sub { @_ }, $l, [ @$l[1..$#$l], $l->[0] ]);
-+ my %l = Common::Func::mapn(sub { @_ }, $l, [ @$l[1..$#$l], $l->[0] ]);
- $l{$v};
- }
-
---- MDK/Common/File.pm.old 2002-11-27 21:55:18.000000000 +0100
-+++ MDK/Common/File.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::File;
-+package Common::File;
-
- =head1 NAME
-
--MDK::Common::File - miscellaneous file/filename manipulation functions
-+Common::File - miscellaneous file/filename manipulation functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::File qw(:all);
-+ use Common::File qw(:all);
-
- =head1 EXPORTS
-
-@@ -98,7 +98,7 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
---- MDK/Common/Func.pm.old 2002-11-27 21:55:29.000000000 +0100
-+++ MDK/Common/Func.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::Func;
-+package Common::Func;
-
- =head1 NAME
-
--MDK::Common::Func - miscellaneous functions
-+Common::Func - miscellaneous functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::Func qw(:all);
-+ use Common::Func qw(:all);
-
- =head1 EXPORTS
-
-@@ -140,11 +140,11 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
--use MDK::Common::Math;
-+use Common::Math;
-
-
- use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK);
-@@ -186,11 +186,11 @@
- }
- sub mapn(&@) {
- my $f = shift;
-- smapn($f, MDK::Common::Math::min(map { scalar @$_ } @_), @_);
-+ smapn($f, Common::Math::min(map { scalar @$_ } @_), @_);
- }
- sub mapn_(&@) {
- my $f = shift;
-- smapn($f, MDK::Common::Math::max(map { scalar @$_ } @_), @_);
-+ smapn($f, Common::Math::max(map { scalar @$_ } @_), @_);
- }
-
-
-@@ -247,13 +247,13 @@
- sub add_f4before_leaving {
- my ($f, $b, $name) = @_;
-
-- unless ($MDK::Common::Func::before_leaving::{$name}) {
-+ unless ($Common::Func::before_leaving::{$name}) {
- no strict 'refs';
-- ${"MDK::Common::Func::before_leaving::$name"} = 1;
-- ${"MDK::Common::Func::before_leaving::list"} = 1;
-+ ${"Common::Func::before_leaving::$name"} = 1;
-+ ${"Common::Func::before_leaving::list"} = 1;
- }
-- local *N = *{$MDK::Common::Func::before_leaving::{$name}};
-- my $list = *MDK::Common::Func::before_leaving::list;
-+ local *N = *{$Common::Func::before_leaving::{$name}};
-+ my $list = *Common::Func::before_leaving::list;
- $list->{$b}{$name} = $f;
- *N = sub {
- my $f = $list->{$_[0]}{$name} or die '';
-@@ -266,7 +266,7 @@
- #- ! the functions are not called in the order wanted, in case of multiple before_leaving :(
- sub before_leaving(&) {
- my ($f) = @_;
-- my $b = bless {}, 'MDK::Common::Func::before_leaving';
-+ my $b = bless {}, 'Common::Func::before_leaving';
- add_f4before_leaving($f, $b, 'DESTROY');
- $b;
- }
-@@ -274,14 +274,14 @@
- sub catch_cdie(&&) {
- my ($f, $catch) = @_;
-
-- local @MDK::Common::Func::cdie_catches;
-- unshift @MDK::Common::Func::cdie_catches, $catch;
-+ local @Common::Func::cdie_catches;
-+ unshift @Common::Func::cdie_catches, $catch;
- &$f();
- }
-
- sub cdie {
- my ($err) = @_;
-- foreach (@MDK::Common::Func::cdie_catches) {
-+ foreach (@Common::Func::cdie_catches) {
- $@ = $err;
- if (my $v = &{$_}(\$err)) {
- return $v;
---- MDK/Common/Globals.pm.old 2002-11-27 21:55:37.000000000 +0100
-+++ MDK/Common/Globals.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,4 +1,4 @@
--package MDK::Common::Globals;
-+package Common::Globals;
-
- =head1 NAME
-
-@@ -6,9 +6,9 @@
-
- =head1 SYNOPSIS
-
-- use MDK::Common::Globals "foo", qw($a $b);
-+ use Common::Globals "foo", qw($a $b);
-
-- MDK::Common::Globals::init(a => 2, b => 3);
-+ Common::Globals::init(a => 2, b => 3);
-
- print $a; # 2
-
-@@ -18,19 +18,19 @@
- sub import {
- my (undef, $name, @globals) = @_;
- foreach (@globals) {
-- $name =~ /^\$/ and die qq(usage : use MDK::Common::Globals "group", qw(\$var1 \$var2 ...);\n);
-- s/^\$// or die qq(bad parameter to "use MDK::Common::Globals": missing variable ``$_'' should be written ``\$$_''); #);
-+ $name =~ /^\$/ and die qq(usage : use Common::Globals "group", qw(\$var1 \$var2 ...);\n);
-+ s/^\$// or die qq(bad parameter to "use Common::Globals": missing variable ``$_'' should be written ``\$$_''); #);
-
- no strict 'refs';
- my $v = caller() . '::' . $_;
- my $lv = "$foo __ $_";
- *$v = *$lv;
-- eval { undef = $$lv; tie $$lv, 'MDK::Common::Globals', $_ };
-+ eval { undef = $$lv; tie $$lv, 'Common::Globals', $_ };
- }
- }
-
- sub init {
-- @_ % 2 == 0 or die "usage MDK::Common::Globals::init(key => val, key2 => val2, ...)\n";
-+ @_ % 2 == 0 or die "usage Common::Globals::init(key => val, key2 => val2, ...)\n";
- my %l = @_;
- foreach (keys %l) {
- my $v = caller() . '::' . $_;
-@@ -47,14 +47,14 @@
-
- sub STORE {
- my ($o, $val) = @_;
-- $o->[1] and die "MDK::Common::Globals::$o->[2] already set\n";
-+ $o->[1] and die "Common::Globals::$o->[2] already set\n";
- $o->[1] = 1;
- $o->[0] = $val;
- }
-
- sub FETCH {
- my ($o) = @_;
-- $o->[1] or die "MDK::Common::Globals::$o->[2] unset\n";
-+ $o->[1] or die "Common::Globals::$o->[2] unset\n";
- $o->[0];
- }
-
---- MDK/Common/Math.pm.old 2002-11-27 21:57:04.000000000 +0100
-+++ MDK/Common/Math.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::Math;
-+package Common::Math;
-
- =head1 NAME
-
--MDK::Common::Math - miscellaneous math functions
-+Common::Math - miscellaneous math functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::Math qw(:all);
-+ use Common::Math qw(:all);
-
- =head1 EXPORTS
-
-@@ -107,7 +107,7 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
---- MDK/Common/String.pm.old 2002-11-27 21:57:12.000000000 +0100
-+++ MDK/Common/String.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::String;
-+package Common::String;
-
- =head1 NAME
-
--MDK::Common::String - formatting functions
-+Common::String - formatting functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::String qw(:all);
-+ use Common::String qw(:all);
-
- =head1 EXPORTS
-
-@@ -55,7 +55,7 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
---- MDK/Common/System.pm.old 2002-11-27 21:57:18.000000000 +0100
-+++ MDK/Common/System.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::System;
-+package Common::System;
-
- =head1 NAME
-
--MDK::Common::System - formatting functions
-+Common::System - formatting functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::System qw(:all);
-+ use Common::System qw(:all);
-
- =head1 EXPORTS
-
-@@ -153,13 +153,13 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
-
--use MDK::Common::Math;
--use MDK::Common::File;
-+use Common::Math;
-+use Common::File;
-
- use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK %compat_arch $printable_chars $sizeof_int $bitof_int); #);
- @ISA = qw(Exporter);
-@@ -262,8 +262,8 @@
-
- sub sync { syscall_('sync') }
- sub psizeof { length pack $_[0] }
--sub availableMemory() { MDK::Common::Math::sum(map { /(\d+)/ } grep { /^(MemTotal|SwapTotal):/ } MDK::Common::File::cat_("/proc/meminfo")) }
--sub availableRamMB() { 4 * MDK::Common::Math::round((-s '/proc/kcore') / 1024 / 1024 / 4) }
-+sub availableMemory() { Common::Math::sum(map { /(\d+)/ } grep { /^(MemTotal|SwapTotal):/ } Common::File::cat_("/proc/meminfo")) }
-+sub availableRamMB() { 4 * Common::Math::round((-s '/proc/kcore') / 1024 / 1024 / 4) }
- sub gettimeofday { my $t = pack "LL"; syscall_('gettimeofday', $t, 0) or die "gettimeofday failed: $!\n"; unpack("LL", $t) }
- sub unix2dos { local $_ = $_[0]; s/\015$//mg; s/$/\015/mg; $_ }
-
-@@ -299,7 +299,7 @@
- my ($file, $mod, $l, @fields) = @_;
- @fields = keys %$l unless @fields;
-
-- MDK::Common::File::output($file,
-+ Common::File::output($file,
- map { $l->{$_} ? "$_=$l->{$_}\n" : () } @fields
- );
- chmod $mod, $file;
-@@ -309,7 +309,7 @@
- my ($file, $l, @fields) = @_;
- @fields = keys %$l unless @fields;
-
-- MDK::Common::File::output($file,
-+ Common::File::output($file,
- (map { $l->{$_} ? "$_=$l->{$_}\n" : () } @fields),
- @fields ? "export " . join(" ", @fields) . "\n" : (),
- );
-@@ -319,18 +319,18 @@
- my ($file, $l, @fields) = @_;
- @fields = keys %$l unless @fields;
-
-- MDK::Common::File::output($file, map { $l->{$_} ? "setenv $_ $l->{$_}\n" : () } @fields);
-+ Common::File::output($file, map { $l->{$_} ? "setenv $_ $l->{$_}\n" : () } @fields);
- }
-
- sub template2file {
- my ($in, $out, %toreplace) = @_;
-- MDK::Common::File::output($out, map { s/@@@(.*?)@@@/$toreplace{$1}/g; $_ } MDK::Common::File::cat_($in));
-+ Common::File::output($out, map { s/@@@(.*?)@@@/$toreplace{$1}/g; $_ } Common::File::cat_($in));
- }
- sub template2userfile {
- my ($prefix, $in, $out_rel, $force, %toreplace) = @_;
-
- foreach (list_skels($prefix, $out_rel)) {
-- -d MDK::Common::File::dirname($_) or !-e $_ or $force or next;
-+ -d Common::File::dirname($_) or !-e $_ or $force or next;
-
- template2file($in, $_, %toreplace);
- m|/home/(.+?)/| and chown(getpwnam($1), getgrnam($1), $_);
-@@ -342,7 +342,7 @@
- my %subst = map { lc($_) => [ $_, $subst_{$_} ] } keys %subst_;
-
- my $s;
-- foreach (MDK::Common::File::cat_($file), "[NOCATEGORY]\n") {
-+ foreach (Common::File::cat_($file), "[NOCATEGORY]\n") {
- if (my $i = /^\s*\[$category\]/i ... /^\[/) {
- if ($i =~ /E/) { #- for last line of category
- chomp $s; $s .= "\n";
-@@ -364,13 +364,13 @@
- $s .= "$_->[0]=$_->[1]\n" foreach values %subst;
- }
-
-- MDK::Common::File::output($file, $s);
-+ Common::File::output($file, $s);
-
- }
-
- sub fuzzy_pidofs {
- my ($regexp) = @_;
-- grep { /^(\d+)$/ && MDK::Common::File::cat_("/proc/$_/cmdline") =~ /$regexp/ } MDK::Common::File::all('/proc');
-+ grep { /^(\d+)$/ && Common::File::cat_("/proc/$_/cmdline") =~ /$regexp/ } Common::File::all('/proc');
- }
-
- 1;
---- MDK/Common/Various.pm.old 2002-11-27 21:57:24.000000000 +0100
-+++ MDK/Common/Various.pm 2002-11-24 23:33:33.000000000 +0100
-@@ -1,12 +1,12 @@
--package MDK::Common::Various;
-+package Common::Various;
-
- =head1 NAME
-
--MDK::Common::Various - miscellaneous functions
-+Common::Various - miscellaneous functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common::Various qw(:all);
-+ use Common::Various qw(:all);
-
- =head1 EXPORTS
-
-@@ -91,7 +91,7 @@
-
- =head1 SEE ALSO
-
--L<MDK::Common>
-+L<Common>
-
- =cut
-
---- MDK/Common.pm.pl.old 2002-11-27 21:54:56.000000000 +0100
-+++ MDK/Common.pm.pl 2002-11-24 23:04:40.000000000 +0100
-@@ -1,40 +1,40 @@
-
-
- print <<'EOF';
--package MDK::Common;
-+package Common;
-
- =head1 NAME
-
--MDK::Common - miscellaneous functions
-+Common - miscellaneous functions
-
- =head1 SYNOPSIS
-
-- use MDK::Common;
-+ use Common;
- # exports all functions, equivalent to
-
-- use MDK::Common::DataStructure qw(:all);
-- use MDK::Common::File qw(:all);
-- use MDK::Common::Func qw(:all);
-- use MDK::Common::Math qw(:all);
-- use MDK::Common::String qw(:all);
-- use MDK::Common::System qw(:all);
-- use MDK::Common::Various qw(:all);
-+ use Common::DataStructure qw(:all);
-+ use Common::File qw(:all);
-+ use Common::Func qw(:all);
-+ use Common::Math qw(:all);
-+ use Common::String qw(:all);
-+ use Common::System qw(:all);
-+ use Common::Various qw(:all);
-
- =head1 DESCRIPTION
-
--C<MDK::Common> is a collection of packages containing various simple functions:
--L<MDK::Common::DataStructure>,
--L<MDK::Common::File>,
--L<MDK::Common::Func>,
--L<MDK::Common::Globals>,
--L<MDK::Common::Math>,
--L<MDK::Common::String>,
--L<MDK::Common::System>,
--L<MDK::Common::Various>.
-+C<Common> is a collection of packages containing various simple functions:
-+L<Common::DataStructure>,
-+L<Common::File>,
-+L<Common::Func>,
-+L<Common::Globals>,
-+L<Common::Math>,
-+L<Common::String>,
-+L<Common::System>,
-+L<Common::Various>.
-
- EOF
-
--foreach my $f (<MDK/Common/*.pm>) {
-+foreach my $f (<COMMON/Common/*.pm>) {
- (my $pkg = $f) =~ s|/|::|g;
- open F, $f or die "can't open file $f";
- while (<F>) {
-@@ -58,18 +58,18 @@
- =cut
-
-
--use MDK::Common::DataStructure qw(:all);
--use MDK::Common::File qw(:all);
--use MDK::Common::Func qw(:all);
--use MDK::Common::Math qw(:all);
--use MDK::Common::String qw(:all);
--use MDK::Common::System qw(:all);
--use MDK::Common::Various qw(:all);
-+use Common::DataStructure qw(:all);
-+use Common::File qw(:all);
-+use Common::Func qw(:all);
-+use Common::Math qw(:all);
-+use Common::String qw(:all);
-+use Common::System qw(:all);
-+use Common::Various qw(:all);
-
- use vars qw(@ISA @EXPORT $VERSION); #);
- @ISA = qw(Exporter);
- # perl_checker: RE-EXPORT-ALL
--@EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-+@EXPORT = map { @$_ } map { values %{'Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %Common::;
-
- $VERSION = "1.0.4";
-
---- Makefile.old 2002-11-27 21:24:38.000000000 +0100
-+++ Makefile 2002-11-27 21:51:53.000000000 +0100
-@@ -1,9 +1,9 @@
--NAME = perl-MDK-Common
-+NAME = perl-Common
- TAR = $(NAME).tar.bz2
-
- PREFIX = /usr
- BINDIR = $(PREFIX)/bin
--INSTALLVENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib | sed 's,/usr,$(PREFIX),')
-+INSTALLVENDORLIB = $(shell eval "`perl -V:installarchlib`"; echo $$installarchlib | sed 's,/usr,$(PREFIX),')
-
- GENERATED = MDK/Common.pm index.html
-
-@@ -28,11 +28,11 @@
- $(MAKE) -C perl_checker.src clean
- find -name "*~" | xargs rm -rf
-
--install: clean all
-- install -d $(BINDIR) $(INSTALLVENDORLIB)/MDK/Common
-+install: all
-+ install -d $(BINDIR) $(INSTALLVENDORLIB)/Common
- install perl_checker.src/perl_checker $(BINDIR)
-- install -m 644 MDK/Common.pm $(INSTALLVENDORLIB)/MDK
-- install -m 644 MDK/Common/*.pm $(INSTALLVENDORLIB)/MDK/Common
-+ install -m 644 MDK/Common.pm $(INSTALLVENDORLIB)
-+ install -m 644 MDK/Common/*.pm $(INSTALLVENDORLIB)/Common
-
- rpm: update tar build commit
-
-
diff --git a/dev-perl/Common/files/digest-Common-1.0.4 b/dev-perl/Common/files/digest-Common-1.0.4
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/dev-perl/Common/files/digest-Common-1.0.4
+++ /dev/null