[csw-devel] SF.net SVN: gar:[5804] csw/mgar/pkg/mercurial/trunk
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sat Aug 1 23:10:10 CEST 2009
Revision: 5804
http://gar.svn.sourceforge.net/gar/?rev=5804&view=rev
Author: rthurner
Date: 2009-08-01 21:10:10 +0000 (Sat, 01 Aug 2009)
Log Message:
-----------
remove mercurial common as it broke serving with mod_wsgi
Modified Paths:
--------------
csw/mgar/pkg/mercurial/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec
Modified: csw/mgar/pkg/mercurial/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mercurial/trunk/Makefile 2009-08-01 20:36:19 UTC (rev 5803)
+++ csw/mgar/pkg/mercurial/trunk/Makefile 2009-08-01 21:10:10 UTC (rev 5804)
@@ -9,23 +9,14 @@
MASTER_SITES = http://selenic.com/mercurial/release/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += $(call admfiles,CSWmercurial,changelog.CSW)
-DISTFILES += $(call admfiles,CSWmercurial-common,)
SPKG_DESC_CSWmercurial = Mercurial
-SPKG_DESC_CSWmercurial_common = Mercurial, common files
REQUIRED_PKGS_CSWmercurial = CSWpython
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-PKGFILES_CSWmercurial-common = $(PKGFILES_DOC)
-PKGFILES_CSWmercurial-common += /opt/csw/share/man/.*
-PKGFILES_CSWmercurial-common += /opt/csw/lib/python/site-packages/mercurial/templates/.*
-
-#PKGFILES_CSWmercurial = /opt/csw/bin
-# $(prefix)/.*
-
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = $(WORKSRC)/setup.py
# Some tests fail, but manual inspection of the failures show no significant failures.
@@ -36,26 +27,3 @@
include gar/category.mk
-pre-install-modulated:
- mkdir -p $(DESTDIR)/opt/csw/share/man/man1
- mkdir -p $(DESTDIR)/opt/csw/share/man/man5
- mkdir -p $(DESTDIR)/opt/csw/share/doc/mercurial
- cp $(WORKDIR)/$(DISTNAME)/doc/*.1 $(DESTDIR)/opt/csw/share/man/man1
- cp $(WORKDIR)/$(DISTNAME)/doc/*.5 $(DESTDIR)/opt/csw/share/man/man5
- cp -r $(WORKDIR)/$(DISTNAME)/contrib $(DESTDIR)/opt/csw/share/doc/mercurial
- cp -r $(WORKDIR)/$(DISTNAME)/*.cgi $(DESTDIR)/opt/csw/share/doc/mercurial
- rm -rf \
- $(DESTDIR)/opt/csw/share/doc/mercurial/contrib/macosx \
- $(DESTDIR)/opt/csw/share/doc/mercurial/contrib/*rpm* \
- $(DESTDIR)/opt/csw/share/doc/mercurial/contrib/*spec* \
- $(DESTDIR)/opt/csw/share/doc/mercurial/contrib/win32
-
-post-install-modulated:
- cp $(WORKDIR)/CSWmercurial.changelog.CSW $(DESTDIR)/opt/csw/share/doc/mercurial/changelog.CSW
- ( cd $(DESTDIR) && find . -type f | xargs grep '#!.*python$$' ) | cut -f 1 -d: | while read file; do\
- sed '1c\
-#!/opt/csw/bin/python' $(DESTDIR)/$$file > $(WORKDIR)/tmp; \
- mv $(WORKDIR)/tmp $(DESTDIR)/$$file; \
- done
-
-#PATH := /opt/csw/bin:$(PATH)
Deleted: csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec
===================================================================
--- csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec 2009-08-01 20:36:19 UTC (rev 5803)
+++ csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec 2009-08-01 21:10:10 UTC (rev 5804)
@@ -1,7 +0,0 @@
-%var bitname mercurial_common
-%var pkgname CSWmercurial-common
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright
-
-Please see /opt/csw/share/doc/mercurial-common/LICENSE for license information
-
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