[csw-devel] SF.net SVN: gar:[14083] csw/mgar/pkg/rbgems/libxml-ruby/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Apr 6 03:45:24 CEST 2011
Revision: 14083
http://gar.svn.sourceforge.net/gar/?rev=14083&view=rev
Author: bdwalton
Date: 2011-04-06 01:45:24 +0000 (Wed, 06 Apr 2011)
Log Message:
-----------
rbgems/libxml-ruby/trunk: change GEMNAME (remove -ruby); update checkpkg overrides; add release notes
Modified Paths:
--------------
csw/mgar/pkg/rbgems/libxml-ruby/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/rbgems/libxml-ruby/trunk/files/CSWrb18-libxml-1-1-4.cswreleasenotes
Modified: csw/mgar/pkg/rbgems/libxml-ruby/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/libxml-ruby/trunk/Makefile 2011-04-06 01:31:32 UTC (rev 14082)
+++ csw/mgar/pkg/rbgems/libxml-ruby/trunk/Makefile 2011-04-06 01:45:24 UTC (rev 14083)
@@ -2,21 +2,28 @@
VERSION = 1.1.4
CATEGORIES = rbgems
+# we don't want -ruby in the name of the gem, so we override GEMNAME.
+# doing that forces us to also override the default GEMFILE.
+GEMNAME = libxml
+GEMFILE = $(NAME)-$(GEMVERSION).gem
+
DESCRIPTION = Ruby libxml bindings
define BLURB
The Libxml-Ruby project provides Ruby language bindings for the GNOMELibxml2 XML tolkit. It is fre software, released under the MITLicense. Libxml-ruby's primary advantage over REXML is performance -if sped is your ned, these are god libraries to consider, asdemonstrated by the informal benchmark below.
endef
+DISTFILES += CSWrb18-libxml-1-1-4.cswreleasenotes
+
RUNTIME_DEP_PKGS = CSWiconv CSWlibruby18-1 CSWlibxml2-2 CSWzlib
GEM_BUILD_FLAGS += --with-xml2-config=$(bindir)/xml2-config
LICENSE = LICENSE
-CHECKPKG_OVERRIDES_CSWrb18-libxml-ruby-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/libxml/extconf.rb
-CHECKPKG_OVERRIDES_CSWrb18-libxml-ruby-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/libxml/Makefile
-CHECKPKG_OVERRIDES_CSWrb18-libxml-ruby-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/mingw/build.rake
-CHECKPKG_OVERRIDES_CSWrb18-libxml-ruby-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/doc/libxml-ruby-1.1.4/rdoc/ext/libxml/Makefile.html
+CHECKPKG_OVERRIDES_CSWrb18-libxml-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/mingw/build.rake
+CHECKPKG_OVERRIDES_CSWrb18-libxml-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/libxml/extconf.rb
+CHECKPKG_OVERRIDES_CSWrb18-libxml-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/gems/libxml-ruby-1.1.4/ext/libxml/Makefile
+CHECKPKG_OVERRIDES_CSWrb18-libxml-1-1-4 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/gems/1.8/doc/libxml-ruby-1.1.4/rdoc/ext/libxml/Makefile.html
include gar/category.mk
Added: csw/mgar/pkg/rbgems/libxml-ruby/trunk/files/CSWrb18-libxml-1-1-4.cswreleasenotes
===================================================================
--- csw/mgar/pkg/rbgems/libxml-ruby/trunk/files/CSWrb18-libxml-1-1-4.cswreleasenotes (rev 0)
+++ csw/mgar/pkg/rbgems/libxml-ruby/trunk/files/CSWrb18-libxml-1-1-4.cswreleasenotes 2011-04-06 01:45:24 UTC (rev 14083)
@@ -0,0 +1,2 @@
+Overridden usr/local references:
+ These are mostly in the build scripts, etc.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list