[cairo-commit] cairo-perl/t Cairo.t, 1.20, 1.21 CairoFont.t, 1.6, 1.7 CairoFt.t, 1.1, 1.2 CairoMatrix.t, 1.3, 1.4 CairoPath.t, 1.2, 1.3 CairoPattern.t, 1.11, 1.12 CairoSurface.t, 1.31, 1.32
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Oct 5 12:59:44 PDT 2008
- Previous message: [cairo-commit] cairo-perl Cairo.pm, 1.41, 1.42 Cairo.xs, 1.25, 1.26 CairoFont.xs, 1.9, 1.10 CairoFt.xs, 1.1, 1.2 CairoMatrix.xs, 1.8, 1.9 CairoPath.xs, 1.3, 1.4 CairoPattern.xs, 1.14, 1.15 CairoSurface.xs, 1.25, 1.26 ChangeLog, 1.102, 1.103 MakeHelper.pm, 1.11, 1.12 Makefile.PL, 1.34, 1.35 cairo-perl-private.h, 1.6, 1.7 cairo-perl.h, 1.13, 1.14 cairo-perl.typemap, 1.6, 1.7
- Next message: [cairo-commit] cairo-perl ChangeLog, 1.103, 1.104 MakeHelper.pm, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: tsch
Update of /cvs/cairo/cairo-perl/t
In directory kemper:/tmp/cvs-serv22711/t
Modified Files:
Cairo.t CairoFont.t CairoFt.t CairoMatrix.t CairoPath.t
CairoPattern.t CairoSurface.t
Log Message:
In preparation of the move to SVN, use the Id keyword in place of Header.
Index: Cairo.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/Cairo.t,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Cairo.t 24 Feb 2008 14:03:08 -0000 1.20
+++ Cairo.t 5 Oct 2008 19:59:42 -0000 1.21
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoFont.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoFont.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CairoFont.t 24 Oct 2007 16:15:24 -0000 1.6
+++ CairoFont.t 5 Oct 2008 19:59:42 -0000 1.7
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoFt.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoFt.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoFt.t 24 Oct 2007 16:32:05 -0000 1.1
+++ CairoFt.t 5 Oct 2008 19:59:42 -0000 1.2
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoMatrix.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoMatrix.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CairoMatrix.t 29 Jul 2005 17:19:55 -0000 1.3
+++ CairoMatrix.t 5 Oct 2008 19:59:42 -0000 1.4
@@ -3,7 +3,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoPath.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoPath.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoPath.t 14 Oct 2007 18:03:43 -0000 1.2
+++ CairoPath.t 5 Oct 2008 19:59:42 -0000 1.3
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoPattern.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoPattern.t,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CairoPattern.t 18 Oct 2007 16:32:49 -0000 1.11
+++ CairoPattern.t 5 Oct 2008 19:59:42 -0000 1.12
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
Index: CairoSurface.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoSurface.t,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CairoSurface.t 1 Jun 2008 14:37:12 -0000 1.31
+++ CairoSurface.t 5 Oct 2008 19:59:42 -0000 1.32
@@ -4,7 +4,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
use strict;
- Previous message: [cairo-commit] cairo-perl Cairo.pm, 1.41, 1.42 Cairo.xs, 1.25, 1.26 CairoFont.xs, 1.9, 1.10 CairoFt.xs, 1.1, 1.2 CairoMatrix.xs, 1.8, 1.9 CairoPath.xs, 1.3, 1.4 CairoPattern.xs, 1.14, 1.15 CairoSurface.xs, 1.25, 1.26 ChangeLog, 1.102, 1.103 MakeHelper.pm, 1.11, 1.12 Makefile.PL, 1.34, 1.35 cairo-perl-private.h, 1.6, 1.7 cairo-perl.h, 1.13, 1.14 cairo-perl.typemap, 1.6, 1.7
- Next message: [cairo-commit] cairo-perl ChangeLog, 1.103, 1.104 MakeHelper.pm, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list