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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Apr 8 03:25:30 CEST 2011


Revision: 14105
          http://gar.svn.sourceforge.net/gar/?rev=14105&view=rev
Author:   bdwalton
Date:     2011-04-08 01:25:30 +0000 (Fri, 08 Apr 2011)

Log Message:
-----------
rbgems: add rAtom gem

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

Copied: csw/mgar/pkg/rbgems/ratom/Makefile (from rev 13986, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/rbgems/ratom/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/ratom/Makefile	2011-04-08 01:25:30 UTC (rev 14105)
@@ -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/ratom/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/ratom/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/ratom/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/ratom/trunk/Makefile	2011-04-08 01:25:30 UTC (rev 14105)
@@ -0,0 +1,24 @@
+NAME = ratom
+VERSION = 0.6.7
+CATEGORIES = rbgems
+
+DESCRIPTION = RAtom is a library for working with the Atom Syndication Format and the Atom Publishing Protocol
+
+define BLURB
+rAtom was originally built to support the communication between a number of applications built by Peerworks, via the Atom Publishing protocol. However, it supports, or aims to support, all the Atom Syndication Format and Publication Protocol and can be used to access Atom feeds or to script publishing entries to a blog supporting APP.
+endef
+
+GEM_DEPS = CSWrb18-libxml-1-1-4
+GEM_DEPS =
+
+LICENSE = LICENSE
+
+ARCHALL = 1
+
+RUNTIME_DEP_PKGS_CSWrb18-ratom-0-6-7 = $(GEM_DEPS)
+
+include gar/category.mk
+
+post-merge:
+	@rm $(PKGROOT)$(libdir)/ruby/gems/1.8/gems/$(DISTNAME)/.gitignore
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/rbgems/ratom/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/ratom/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rbgems/ratom/trunk/checksums	2011-04-08 01:25:30 UTC (rev 14105)
@@ -0,0 +1 @@
+2975a4ebf35022623461417b15d791b4  ratom-0.6.7.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