[Lunar-commits] r26874 - moonbase/trunk/perl/Cairo-Perl

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Nov 21 22:01:12 CET 2007


Author: v3rt1g0
Date: 2007-11-21 22:01:12 +0100 (Wed, 21 Nov 2007)
New Revision: 26874

Modified:
   moonbase/trunk/perl/Cairo-Perl/BUILD
   moonbase/trunk/perl/Cairo-Perl/DEPENDS
   moonbase/trunk/perl/Cairo-Perl/DETAILS
Log:
* wrap some more API and build/test time fixes.
* removed && from DEPENDS
* removed already covered depends
* whitespace tweaks


Modified: moonbase/trunk/perl/Cairo-Perl/BUILD
===================================================================
--- moonbase/trunk/perl/Cairo-Perl/BUILD	2007-11-21 19:01:43 UTC (rev 26873)
+++ moonbase/trunk/perl/Cairo-Perl/BUILD	2007-11-21 21:01:12 UTC (rev 26874)
@@ -2,6 +2,5 @@
 
     perl Makefile.PL &&
     default_make
-    
-) > $C_FIFO 2>&1
 
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/perl/Cairo-Perl/DEPENDS
===================================================================
--- moonbase/trunk/perl/Cairo-Perl/DEPENDS	2007-11-21 19:01:43 UTC (rev 26873)
+++ moonbase/trunk/perl/Cairo-Perl/DEPENDS	2007-11-21 21:01:12 UTC (rev 26874)
@@ -1,3 +1,2 @@
-depends cairo              &&
-depends ExtUtils-Depends   &&
+depends cairo
 depends ExtUtils-PkgConfig

Modified: moonbase/trunk/perl/Cairo-Perl/DETAILS
===================================================================
--- moonbase/trunk/perl/Cairo-Perl/DETAILS	2007-11-21 19:01:43 UTC (rev 26873)
+++ moonbase/trunk/perl/Cairo-Perl/DETAILS	2007-11-21 21:01:12 UTC (rev 26874)
@@ -1,16 +1,17 @@
           MODULE=Cairo-Perl
-         VERSION=1.023
+         VERSION=1.044
           SOURCE=Cairo-$VERSION.tar.gz
    SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/
    SOURCE_URL[1]=$SFORGE_URL/gtk2-perl/
-      SOURCE_VFY=sha1:10234f92eb2888af5553d314a583ecef7ddd6469
+      SOURCE_VFY=sha1:58d697db51a3e072c9433398658da55cd4a6fe9d
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cairo-$VERSION
         WEB_SITE=http://sourceforge.net/projects/gtk2-perl/
          ENTERED=20060924
-         UPDATED=20061225
-           SHORT="Cairo - Perl interface to the cairo library."
+         UPDATED=20071121
+           SHORT="Perl interface to the cairo library"
+
 cat << EOF
-Cairo provides Perl bindings for the vector graphics library cairo. It supports
-multiple output targets, including PNG, PDF and SVG. Cairo produces identical
-output on all those targets.
+Cairo provides Perl bindings for the vector graphics library cairo.
+It supports multiple output targets, including PNG, PDF and SVG. Cairo
+produces identical output on all those targets.
 EOF



More information about the Lunar-commits mailing list