[csw-devel] SF.net SVN: gar:[10525] csw/mgar/pkg/cswutils/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Jul 14 17:20:09 CEST 2010


Revision: 10525
          http://gar.svn.sourceforge.net/gar/?rev=10525&view=rev
Author:   wahwah
Date:     2010-07-14 15:20:09 +0000 (Wed, 14 Jul 2010)

Log Message:
-----------
cswutils: Pulling files from Subversion instead of the local filesystem (which might contain modified files).

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/Makefile
    csw/mgar/pkg/cswutils/trunk/checksums

Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile	2010-07-14 14:31:35 UTC (rev 10524)
+++ csw/mgar/pkg/cswutils/trunk/Makefile	2010-07-14 15:20:09 UTC (rev 10525)
@@ -1,7 +1,7 @@
 # $Id$
 
 GARNAME = cswutils
-GARVERSION = 1.14.7
+GARVERSION = 1.15
 CATEGORIES = utils
 
 DESCRIPTION = Utilities for CSW maintainers
@@ -11,6 +11,9 @@
 SVNROOT = http://opencsw.svn.sourceforge.net/svnroot/opencsw/utilities/
 SVN_REV = 133
 
+SVNROOT_gar = https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2/lib/python/
+SVN_REV_gar = HEAD
+
 MASTER_SITES =
 SVN_FILES = compare_pkgs.py
 
@@ -48,14 +51,7 @@
 
 ARCHALL = 1
 
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWcoreutils
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWfakeroot
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWperl
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmhtmltree
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmlibwww
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmyaml
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpy-libmagic
-CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpy-hachoir-parser
+CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency
 CHECKPKG_OVERRIDES_CSWcswutils += pkgname-does-not-start-with-CSWpy-
 CHECKPKG_OVERRIDES_CSWcswutils += catalogname-does-not-start-with-py_
 
@@ -69,7 +65,8 @@
 
 $(foreach PY,$(PYFILES),$(DOWNLOADDIR)/$(PY)):
 	@echo "Grabbing $@"
-	@ln -s $(abspath gar/lib/python/$(notdir $@)) $(DOWNLOADDIR)/
+	@svn export -r $(SVN_REV_gar) $(SVNROOT_gar)$(subst -r$(SVN_REV_gar),,$(notdir $@))
+	@mv $(subst -r$(SVN_REV_gar),,$(notdir $@)) $@
 	@$(MAKECOOKIE)
 
 install-custom:

Modified: csw/mgar/pkg/cswutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/cswutils/trunk/checksums	2010-07-14 14:31:35 UTC (rev 10524)
+++ csw/mgar/pkg/cswutils/trunk/checksums	2010-07-14 15:20:09 UTC (rev 10525)
@@ -1,14 +1,14 @@
 091b12575ebc0e45cf8c3d8b43d8b638  COPYING
 ab8a00cad3c3650318a3e552505e2715  checkpkg
 6ec3b6597e04714430987ccc199db3c4  checkpkg.8
-75f7b438f5f74208896c3fc2b9e77511  checkpkg.py
+569fb6bb35e1c4b31e6574377d762803  checkpkg.py
 2b5e6e6219b9ad9e48bcd119bd8a5f39  compare_pkgs.py-r133
 9a637f6546cc50974159a987302d91c0  cpan2pkg
 68c82dcd6955c4031e89bb9c9a1a9988  createpkg
 a605598f30195f9ab1b29fc3944d3b31  createpkg.8
-2cbdf8ec7baee8f43ae1773fa337c5f2  dependency_checks.py
-986dc7a5b2e005087359303ca395ee2c  opencsw.py
-9ae2168a248429d0126cb934320ae50b  package_checks.py
+ce94ddeb7c2eb4b1ffe0df7e1aed1f00  dependency_checks.py
+abcba01154fe286094d64557d0867b73  opencsw.py
+e80684a3e4e9b6c36db796789dd8fdbf  package_checks.py
 cd4496ee27bf86d5c8bc656c9c5974be  stagepkg
 8908a0a898aa07a7a928b2b8bd8384f0  stagepkg.8
 a9da7bd75daa9e8bce5dfa6c1d4e534d  submit_to_newpkgs.py


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