]> git.ipfire.org Git - pakfire.git/commitdiff
find-provides/requires: Drop Perl handling
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Dec 2022 15:17:20 +0000 (15:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Dec 2022 15:17:20 +0000 (15:17 +0000)
This is now done in a separate script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/find-provides
src/scripts/find-requires

index 3f2ec30db5d0ae578e221c9da8f464b7a5061e5c..7020186256e3a7390e07a0ed62754545ea388c50 100644 (file)
@@ -109,11 +109,6 @@ main() {
                                pkgconfig_provides "${path}"
                                ;;
 
-                       # Perl
-                       *.pm)
-                               # TODO
-                               ;;
-
                        # Shared objects
                        *.so*)
                                # Skip symlinks
index 6754e6fcd1ab72f6d25b09670b435e5211942927..39c0d15680163127acfcc8e90774ae8cf18c8c82 100644 (file)
@@ -188,12 +188,6 @@ main() {
                                pkgconfig_requires "${path}"
                                ;;
 
-                       # Perl
-                       *.pm)
-                               # XXX TODO
-                               continue
-                               ;;
-
                        # Python
                        /usr/lib*/python*/*)
                                # Fall through for all python files