[csw-devel] SF.net SVN: gar:[15329] csw/mgar/pkg/rbgems

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Aug 14 02:54:01 CEST 2011


Revision: 15329
          http://gar.svn.sourceforge.net/gar/?rev=15329&view=rev
Author:   bdwalton
Date:     2011-08-14 00:54:01 +0000 (Sun, 14 Aug 2011)

Log Message:
-----------
rbgems/mysql/trunk: add initial mysql gem recipe (does not build)

Added Paths:
-----------
    csw/mgar/pkg/rbgems/mysql/
    csw/mgar/pkg/rbgems/mysql/Makefile
    csw/mgar/pkg/rbgems/mysql/branches/
    csw/mgar/pkg/rbgems/mysql/tags/
    csw/mgar/pkg/rbgems/mysql/trunk/
    csw/mgar/pkg/rbgems/mysql/trunk/Makefile
    csw/mgar/pkg/rbgems/mysql/trunk/checksums
    csw/mgar/pkg/rbgems/mysql/trunk/files/

Copied: csw/mgar/pkg/rbgems/mysql/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/rbgems/mysql/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/mysql/Makefile	2011-08-14 00:54:01 UTC (rev 15329)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/rbgems/mysql/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/rbgems/mysql/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/mysql/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/mysql/trunk/Makefile	2011-08-14 00:54:01 UTC (rev 15329)
@@ -0,0 +1,14 @@
+NAME = mysql
+VERSION = 2.8.1
+CATEGORIES = rbgems
+
+DESCRIPTION = This is the MySQL API module for Ruby
+
+define BLURB
+  This is the MySQL API module for Ruby. It provides the same functionsfor Ruby programs that the MySQL C API provides for C programs. Thisis a conversion of tmtm's original extension into a proper RubyGems.
+endef
+
+RUNTIME_DEP_PKGS += CSWgem-rake-compiler
+RUNTIME_DEP_PKGS += CSWgem-hoe
+
+include gar/category.mk

Added: csw/mgar/pkg/rbgems/mysql/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/mysql/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rbgems/mysql/trunk/checksums	2011-08-14 00:54:01 UTC (rev 15329)
@@ -0,0 +1 @@
+81f2b50b1135e53a526e07bb21e16a4e  mysql-2.8.1.gem


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