From e87bd3a7e7a00df990cce06e6f43badbc3442f55 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Mar 2013 17:12:31 +0000 Subject: merge curl_download into Rpmdrake::edit_urpm_sources rationale: - it's its only user - it has nothing to do with curl since 2008 (and old XS curl code wasn't used anymore since 2003-05-12 when gurpm* stuff was merged in urpmi/gurpm*, grpmi/grpm.pl itself being killed on 2004-01-21) - gc was lazy --- grpmi/curl_download/Makefile.PL | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 grpmi/curl_download/Makefile.PL (limited to 'grpmi/curl_download/Makefile.PL') diff --git a/grpmi/curl_download/Makefile.PL b/grpmi/curl_download/Makefile.PL deleted file mode 100755 index 9bb1eebe..00000000 --- a/grpmi/curl_download/Makefile.PL +++ /dev/null @@ -1,9 +0,0 @@ -use ExtUtils::MakeMaker; - -WriteMakefile( - 'NAME' => 'curl_download', - 'INSTALLDIRS' => 'vendor', - 'VERSION_FROM' => 'curl_download.pm', # finds VERSION - 'INC' => '-I.', - 'MAKEFILE' => 'Makefile_c', -); -- cgit v1.2.1