Revision: 22084 http://gar.svn.sourceforge.net/gar/?rev=22084&view=rev Author: pfelecan Date: 2013-10-01 17:36:28 +0000 (Tue, 01 Oct 2013) Log Message: ----------- lang-python/sphinx/trunk: - remove unnecessary dependencies - adapt a component to our file structure
Modified Paths: -------------- csw/mgar/pkg/lang-python/sphinx/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/lang-python/sphinx/trunk/files/0001-fix-infodir.patch Modified: csw/mgar/pkg/lang-python/sphinx/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/sphinx/trunk/Makefile 2013-10-01 17:04:58 UTC (rev 22083) +++ csw/mgar/pkg/lang-python/sphinx/trunk/Makefile 2013-10-01 17:36:28 UTC (rev 22084) @@ -11,6 +11,7 @@ define BLURB endef DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-fix-infodir.patch ARCHALL_CSWpy-sphinx = 1 BUILD_DEP_PKGS += CSWpython-dev BUILD_DEP_PKGS += CSWpython27-dev @@ -18,8 +19,6 @@ DEP_PKGS += CSWpy-jinja2 DEP_PKGS += CSWpy-pygments DEP_PKGS += CSWpysetuptools -RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0 -RUNTIME_DEP_PKGS += CSWlibpython2-7-1-0 CHECKPKG_OVERRIDES_CSWpy-sphinx += surplus-dependency|CSWpy-docutils CHECKPKG_OVERRIDES_CSWpy-sphinx += surplus-dependency|CSWpy-jinja2 CHECKPKG_OVERRIDES_CSWpy-sphinx += surplus-dependency|CSWpy-pygments Added: csw/mgar/pkg/lang-python/sphinx/trunk/files/0001-fix-infodir.patch =================================================================== --- csw/mgar/pkg/lang-python/sphinx/trunk/files/0001-fix-infodir.patch (rev 0) +++ csw/mgar/pkg/lang-python/sphinx/trunk/files/0001-fix-infodir.patch 2013-10-01 17:36:28 UTC (rev 22084) @@ -0,0 +1,25 @@ +From 7dd31a5801abe68b2b85055ea3fbc79f5422ed4e Mon Sep 17 00:00:00 2001 +From: Peter Felecan <pfele...@opencsw.org> +Date: Tue, 1 Oct 2013 19:21:39 +0200 +Subject: [PATCH] fix infodir + +--- + sphinx/builders/texinfo.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sphinx/builders/texinfo.py b/sphinx/builders/texinfo.py +index 535c527..dbff6d2 100644 +--- a/sphinx/builders/texinfo.py ++++ b/sphinx/builders/texinfo.py +@@ -29,7 +29,7 @@ from sphinx.writers.texinfo import TexinfoWriter + TEXINFO_MAKEFILE = '''\ + # Makefile for Sphinx Texinfo output + +-infodir ?= /usr/share/info ++infodir ?= /opt/csw/share/info + + MAKEINFO = makeinfo --no-split + MAKEINFO_html = makeinfo --no-split --html +-- +1.8.3.4 + 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