perl-Pango r4 - in trunk: . t t/inc xs



Author: tsch
Date: Sun Nov 16 19:50:23 2008
New Revision: 4
URL: http://svn.gnome.org/viewvc/perl-Pango?rev=4&view=rev

Log:
Get rid of $Header$ and $Id$ tags.


Modified:
   trunk/pango-perl-private.h
   trunk/pango-perl.h
   trunk/t/PangoAttributes.t
   trunk/t/PangoCairo.t
   trunk/t/PangoContext.t
   trunk/t/PangoFont.t
   trunk/t/PangoFontMap.t
   trunk/t/PangoFontset.t
   trunk/t/PangoGravity.t
   trunk/t/PangoLayout.t
   trunk/t/PangoMatrix.t
   trunk/t/PangoRenderer.t
   trunk/t/PangoScript.t
   trunk/t/PangoTabs.t
   trunk/t/PangoTypes.t
   trunk/t/inc/PangoTestHelper.pm
   trunk/xs/Pango.xs
   trunk/xs/PangoAttributes.xs
   trunk/xs/PangoCairo.xs
   trunk/xs/PangoContext.xs
   trunk/xs/PangoFont.xs
   trunk/xs/PangoFontMap.xs
   trunk/xs/PangoFontset.xs
   trunk/xs/PangoGravity.xs
   trunk/xs/PangoLayout.xs
   trunk/xs/PangoMatrix.xs
   trunk/xs/PangoRenderer.xs
   trunk/xs/PangoScript.xs
   trunk/xs/PangoTabs.xs
   trunk/xs/PangoTypes.xs

Modified: trunk/pango-perl-private.h
==============================================================================
--- trunk/pango-perl-private.h	(original)
+++ trunk/pango-perl-private.h	Sun Nov 16 19:50:23 2008
@@ -17,8 +17,6 @@
  * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
  *
  * THIS IS A PRIVATE HEADER FOR USE ONLY IN Pango ITSELF.
- *
- * $Id$
  */
 
 #ifndef _PANGO_PERL_PRIVATE_H_

Modified: trunk/pango-perl.h
==============================================================================
--- trunk/pango-perl.h	(original)
+++ trunk/pango-perl.h	Sun Nov 16 19:50:23 2008
@@ -1,5 +1,4 @@
 /*
- *
  * Copyright (C) 2003-2008 by the gtk2-perl team (see the file AUTHORS for the
  * full list)
  *
@@ -16,9 +15,6 @@
  * You should have received a copy of the GNU Library General Public License
  * along with this library; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
- *
- *
- * $Id$
  */
 
 #ifndef _PANGO_PERL_H_

Modified: trunk/t/PangoAttributes.t
==============================================================================
--- trunk/t/PangoAttributes.t	(original)
+++ trunk/t/PangoAttributes.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 202;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoAttributes.t,v 1.5 2007/07/22 21:43:45 kaffeetisch Exp $
-
 #
 # pango_color_parse(), pango_color_to_string()
 #

Modified: trunk/t/PangoCairo.t
==============================================================================
--- trunk/t/PangoCairo.t	(original)
+++ trunk/t/PangoCairo.t	Sun Nov 16 19:50:23 2008
@@ -11,8 +11,6 @@
   plan skip_all => "PangoCairo stuff: need Cairo and pango >= 1.10.0";
 }
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoCairo.t,v 1.10 2008/03/30 19:31:44 kaffeetisch Exp $
-
 my $fontmap = Pango::Cairo::FontMap -> new();
 isa_ok($fontmap, "Pango::Cairo::FontMap");
 isa_ok($fontmap, "Pango::FontMap");

Modified: trunk/t/PangoContext.t
==============================================================================
--- trunk/t/PangoContext.t	(original)
+++ trunk/t/PangoContext.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 15;
 
-# $Id$
-
 my $label = Gtk2::Label -> new("Bla");
 
 my $context = $label -> create_pango_context();

Modified: trunk/t/PangoFont.t
==============================================================================
--- trunk/t/PangoFont.t	(original)
+++ trunk/t/PangoFont.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 57;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoFont.t,v 1.14 2007/09/15 14:33:00 kaffeetisch Exp $
-
 my $description = Pango::FontDescription -> new();
 isa_ok($description, "Pango::FontDescription");
 

Modified: trunk/t/PangoFontMap.t
==============================================================================
--- trunk/t/PangoFontMap.t	(original)
+++ trunk/t/PangoFontMap.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 4;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoFontMap.t,v 1.2 2004/10/24 15:49:33 muppetman Exp $
-
 my $label = Gtk2::Label -> new("Bla");
 
 my $context = $label -> create_pango_context();

Modified: trunk/t/PangoFontset.t
==============================================================================
--- trunk/t/PangoFontset.t	(original)
+++ trunk/t/PangoFontset.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 7;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoFontset.t,v 1.1 2004/04/19 19:20:52 kaffeetisch Exp $
-
 my $label = Gtk2::Label -> new("Bla");
 my $context = $label -> create_pango_context();
 my $font = Pango::FontDescription -> from_string("Sans 12");

Modified: trunk/t/PangoGravity.t
==============================================================================
--- trunk/t/PangoGravity.t	(original)
+++ trunk/t/PangoGravity.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 4;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoGravity.t,v 1.2 2007/06/17 12:55:56 kaffeetisch Exp $
-
 SKIP: {
   skip "PangoGravity", 4
     unless Pango->CHECK_VERSION (1, 16, 0);

Modified: trunk/t/PangoLayout.t
==============================================================================
--- trunk/t/PangoLayout.t	(original)
+++ trunk/t/PangoLayout.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 71;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoLayout.t,v 1.21 2008/05/20 19:31:42 kaffeetisch Exp $
-
 my $label = Gtk2::Label -> new("Bla");
 my $context = $label -> create_pango_context();
 

Modified: trunk/t/PangoMatrix.t
==============================================================================
--- trunk/t/PangoMatrix.t	(original)
+++ trunk/t/PangoMatrix.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 48;
 
-# $Id: PangoMatrix.t,v 1.2 2007/06/17 12:55:56 kaffeetisch Exp $
-
 SKIP: {
   skip("PangoMatrix is new in 1.6", 44)
     unless (Pango -> CHECK_VERSION(1, 6, 0));

Modified: trunk/t/PangoRenderer.t
==============================================================================
--- trunk/t/PangoRenderer.t	(original)
+++ trunk/t/PangoRenderer.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper need_gtk => 1, tests => 7;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoRenderer.t,v 1.7 2008/03/10 20:54:36 kaffeetisch Exp $
-
 SKIP: {
   skip("PangoRenderer is new in 1.8", 5)
     unless (Pango -> CHECK_VERSION(1, 8, 0));

Modified: trunk/t/PangoScript.t
==============================================================================
--- trunk/t/PangoScript.t	(original)
+++ trunk/t/PangoScript.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 8;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoScript.t,v 1.2 2004/10/30 17:13:23 kaffeetisch Exp $
-
 SKIP: {
   skip("PangoScript is new in 1.4", 8)
     unless (Pango -> CHECK_VERSION(1, 4, 0));

Modified: trunk/t/PangoTabs.t
==============================================================================
--- trunk/t/PangoTabs.t	(original)
+++ trunk/t/PangoTabs.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 6;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoTabs.t,v 1.7 2004/09/13 21:07:34 kaffeetisch Exp $
-
 SKIP: {
   skip("PangoTabs was broken prior to 1.3.3", 6)
     unless (Pango -> CHECK_VERSION(1, 4, 0));

Modified: trunk/t/PangoTypes.t
==============================================================================
--- trunk/t/PangoTypes.t	(original)
+++ trunk/t/PangoTypes.t	Sun Nov 16 19:50:23 2008
@@ -4,8 +4,6 @@
 use lib qw(t/inc);
 use PangoTestHelper tests => 9;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/t/PangoTypes.t,v 1.7 2007/06/17 12:55:56 kaffeetisch Exp $
-
 SKIP: {
   skip("find_base_dir is new in 1.4", 1)
     unless (Pango -> CHECK_VERSION(1, 4, 0));

Modified: trunk/t/inc/PangoTestHelper.pm
==============================================================================
--- trunk/t/inc/PangoTestHelper.pm	(original)
+++ trunk/t/inc/PangoTestHelper.pm	Sun Nov 16 19:50:23 2008
@@ -1,4 +1,3 @@
-# $Id$
 package PangoTestHelper;
 
 use Test::More;

Modified: trunk/xs/Pango.xs
==============================================================================
--- trunk/xs/Pango.xs	(original)
+++ trunk/xs/Pango.xs	Sun Nov 16 19:50:23 2008
@@ -2,8 +2,6 @@
  * Copyright (c) 2008 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
- *
- * $Id$
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoAttributes.xs
==============================================================================
--- trunk/xs/PangoAttributes.xs	(original)
+++ trunk/xs/PangoAttributes.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoAttributes.xs,v 1.8 2008/01/07 20:23:29 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoCairo.xs
==============================================================================
--- trunk/xs/PangoCairo.xs	(original)
+++ trunk/xs/PangoCairo.xs	Sun Nov 16 19:50:23 2008
@@ -2,8 +2,6 @@
  * Copyright (c) 2005 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoCairo.xs,v 1.13 2008/01/07 19:54:50 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoContext.xs
==============================================================================
--- trunk/xs/PangoContext.xs	(original)
+++ trunk/xs/PangoContext.xs	Sun Nov 16 19:50:23 2008
@@ -15,9 +15,8 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoContext.xs,v 1.16 2007/06/17 12:55:57 kaffeetisch Exp $
  */
+
 #include "pango-perl.h"
 
 MODULE = Pango::Context	PACKAGE = Pango::Context	PREFIX = pango_context_

Modified: trunk/xs/PangoFont.xs
==============================================================================
--- trunk/xs/PangoFont.xs	(original)
+++ trunk/xs/PangoFont.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoFont.xs,v 1.31 2007/09/15 14:33:03 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoFontMap.xs
==============================================================================
--- trunk/xs/PangoFontMap.xs	(original)
+++ trunk/xs/PangoFontMap.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoFontMap.xs,v 1.2 2007/07/07 17:22:06 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoFontset.xs
==============================================================================
--- trunk/xs/PangoFontset.xs	(original)
+++ trunk/xs/PangoFontset.xs	Sun Nov 16 19:50:23 2008
@@ -2,8 +2,6 @@
  * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoFontset.xs,v 1.2 2004/06/04 20:45:00 muppetman Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoGravity.xs
==============================================================================
--- trunk/xs/PangoGravity.xs	(original)
+++ trunk/xs/PangoGravity.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Id: PangoGravity.xs,v 1.1 2007/02/25 14:47:57 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoLayout.xs
==============================================================================
--- trunk/xs/PangoLayout.xs	(original)
+++ trunk/xs/PangoLayout.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoLayout.xs,v 1.39 2008/03/10 20:54:37 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoMatrix.xs
==============================================================================
--- trunk/xs/PangoMatrix.xs	(original)
+++ trunk/xs/PangoMatrix.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Id: PangoMatrix.xs,v 1.3 2007/07/22 21:14:29 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoRenderer.xs
==============================================================================
--- trunk/xs/PangoRenderer.xs	(original)
+++ trunk/xs/PangoRenderer.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoRenderer.xs,v 1.5 2008/03/10 20:54:37 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoScript.xs
==============================================================================
--- trunk/xs/PangoScript.xs	(original)
+++ trunk/xs/PangoScript.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoScript.xs,v 1.3 2005/07/11 22:39:21 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"

Modified: trunk/xs/PangoTabs.xs
==============================================================================
--- trunk/xs/PangoTabs.xs	(original)
+++ trunk/xs/PangoTabs.xs	Sun Nov 16 19:50:23 2008
@@ -2,8 +2,6 @@
  * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoTabs.xs,v 1.11 2007/12/16 18:31:16 kaffeetisch Exp $
  */
 #include "pango-perl.h"
 

Modified: trunk/xs/PangoTypes.xs
==============================================================================
--- trunk/xs/PangoTypes.xs	(original)
+++ trunk/xs/PangoTypes.xs	Sun Nov 16 19:50:23 2008
@@ -15,8 +15,6 @@
  * License along with this library; if not, write to the 
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  * Boston, MA  02111-1307  USA.
- *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/PangoTypes.xs,v 1.11 2008/02/09 20:13:18 kaffeetisch Exp $
  */
 
 #include "pango-perl.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]