Update of /cvsroot/fink/experimental/thesin/finkmods/depends/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv20962/depends/perlmod/Fink

Modified Files:
        Depends.pm 
Removed Files:
        Shlibs.pm 
Log Message:
patch to apply the uidgid branch to the shlibs branch

Index: Depends.pm
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkmods/depends/perlmod/Fink/Depends.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Depends.pm  9 Jul 2003 04:13:01 -0000       1.22
+++ Depends.pm  13 Aug 2003 16:12:41 -0000      1.23
@@ -27,7 +27,7 @@
 use Fink::Services qw(&latest_version);
 use Fink::Package;
 use Fink::PkgVersion;
-use Fink::Shlibs;
+use Fink::Depends2;
 
 use strict;
 use warnings;
@@ -59,7 +59,7 @@
   my $self = shift;
   my $pkgname = shift;
   if ($pkgname eq "index") {
-    Fink::Shlibs->require_shlibs();
+    Fink::Depends2->require_shlibs();
     exit 0;
   }
   my (@depends, $depend);
@@ -120,7 +120,7 @@
   my $pattern = shift;
   my $dep;
 
-  $dep = Fink::Shlibs->get_shlib($pattern);
+  $dep = Fink::Depends2->get_shlib($pattern);
 
   return $dep;
 }
@@ -156,7 +156,7 @@
         $_ =~ s/[\s|\t]+$//;
         $deb = "";
         if (length($_) > 1) {
-          $deb = Fink::Shlibs->get_shlib($_);
+          $deb = Fink::Depends2->get_shlib($_);
           if (length($deb) > 1) {
             push(@depends, $deb);
           } else {

--- Shlibs.pm DELETED ---




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to