[cairo-commit] rcairo ChangeLog,1.320,1.321 Rakefile,1.17,1.18

Kouhei Sutou commit at pdx.freedesktop.org
Sun Dec 13 03:50:40 PST 2009


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv21156

Modified Files:
	ChangeLog Rakefile 
Log Message:
* Rakefile: resupport FORCE_PLATFORM.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- ChangeLog	13 Dec 2009 11:34:13 -0000	1.320
+++ ChangeLog	13 Dec 2009 11:50:37 -0000	1.321
@@ -8,6 +8,8 @@
 
 	* Rakefile: use hoe 2.3.2.
 
+	* Rakefile: resupport FORCE_PLATFORM.
+
 2009-03-27  Kouhei Sutou  <kou at clear-code.com>
 
 	* pkg-config.rb: add license term.

Index: Rakefile
===================================================================
RCS file: /cvs/cairo/rcairo/Rakefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Rakefile	13 Dec 2009 11:34:13 -0000	1.17
+++ Rakefile	13 Dec 2009 11:50:37 -0000	1.18
@@ -80,6 +80,8 @@
     :require_paths => ['src/lib', 'src'],
     :has_rdoc => false,
   }
+  platform = ENV["FORCE_PLATFORM"]
+  project.spec_extras[:platform] = platform if platform
   news = File.join(base_dir, "NEWS")
   project.changes = File.read(news).gsub(/\n+^Release(?m:.*)/, '')
   project.description = "Ruby bindings for cairo"



More information about the cairo-commit mailing list