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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Tue Jul 19 18:37:17 CEST 2011


Revision: 15118
          http://gar.svn.sourceforge.net/gar/?rev=15118&view=rev
Author:   rthurner
Date:     2011-07-19 16:37:17 +0000 (Tue, 19 Jul 2011)

Log Message:
-----------
gitg: git repository client, initial

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

Copied: csw/mgar/pkg/gitg/Makefile (from rev 15117, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/gitg/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gitg/Makefile	2011-07-19 16:37:17 UTC (rev 15118)
@@ -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/gitg/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/gitg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gitg/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gitg/trunk/Makefile	2011-07-19 16:37:17 UTC (rev 15118)
@@ -0,0 +1,17 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gitg
+VERSION = 0.2.2
+GARTYPE = v2
+CATEGORIES = gnome
+
+DESCRIPTION = git repository viewer
+
+MASTER_SITES = ftp://ftp.gnome.org/pub/GNOME/sources/gitg/0.2/
+DISTFILES  = $(DISTNAME).tar.bz2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/gitg/trunk/checksums
===================================================================
--- csw/mgar/pkg/gitg/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gitg/trunk/checksums	2011-07-19 16:37:17 UTC (rev 15118)
@@ -0,0 +1 @@
+4707d5e898b248c52cc1f8582a0ad494  gitg-0.2.2.tar.bz2


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