]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-php-provides
This commit was manufactured by cvs2git to create branch 'Titanium'.
[packages/rpm.git] / rpm-php-provides
diff --git a/rpm-php-provides b/rpm-php-provides
deleted file mode 100644 (file)
index ebbab97..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/perl
-#####################################################################
-#                                                                   #
-# Small script to generate provides for php-pear/php-pecl           #
-#                                                                   #
-# Adam Go³êbiowski <adamg@pld-linux.org>                            #
-#                                                                   #
-# Somehow based on previous work by:                                #
-# Pawe³ Go³aszewski <blues@pld-linux.org>                           #
-# Micha³ Moskal <malekith@pld-linux.org>                            #
-#####################################################################
-
-# Contest: shrink this one to oneliner 
-# Bonus  : and fit in 80 columns ;)
-
-/package.xml/ and open(F, $_) foreach (@ARGV ? @ARGV : <> );
-/^\s+\<name\>([a-zA-Z0-9\_]+)\<\/name\>$/ and print "php-pear-$1" while (<F>);
This page took 0.028952 seconds and 4 git commands to generate.