Revision: 15091
          http://gar.svn.sourceforge.net/gar/?rev=15091&view=rev
Author:   rthurner
Date:     2011-07-18 02:52:01 +0000 (Mon, 18 Jul 2011)

Log Message:
-----------
subvertpy, initial

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

Copied: csw/mgar/pkg/subvertpy/Makefile (from rev 15077, 
csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/subvertpy/Makefile                             (rev 0)
+++ csw/mgar/pkg/subvertpy/Makefile     2011-07-18 02:52:01 UTC (rev 15091)
@@ -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/subvertpy/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


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


Added: csw/mgar/pkg/subvertpy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subvertpy/trunk/Makefile                               (rev 0)
+++ csw/mgar/pkg/subvertpy/trunk/Makefile       2011-07-18 02:52:01 UTC (rev 
15091)
@@ -0,0 +1,22 @@
+# $Id$
+#
+NAME = subvertpy
+VERSION = 0.8.2
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Alternative python bindings for subversion
+
+MASTER_SITES = http://launchpad.net/subvertpy/trunk/$(VERSION)/+download/
+DISTFILES  = $(DISTNAME).tar.gz
+#UPSTREAM_MASTER_SITES = http://launchpad.net/subvertpy/trunk
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/subvertpy/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/subvertpy/trunk/checksums
===================================================================
--- csw/mgar/pkg/subvertpy/trunk/checksums                              (rev 0)
+++ csw/mgar/pkg/subvertpy/trunk/checksums      2011-07-18 02:52:01 UTC (rev 
15091)
@@ -0,0 +1 @@
+452dad38ab14dcc4364b472d9b2f012d  subvertpy-0.8.2.tar.gz


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to