diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-04-13 18:34:07 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-04-13 18:34:07 +0000 |
commit | 2ae753ce3d91211eb5a0b902e550d7d413653270 (patch) | |
tree | 9bd0a51ddaf5079028ef9c61636646b4fd5748bc /dev-python/sympy/files | |
parent | Kopete-antispam ebuild for kde3. Fixes bug #265958 (diff) | |
download | gentoo-2-2ae753ce3d91211eb5a0b902e550d7d413653270.tar.gz gentoo-2-2ae753ce3d91211eb5a0b902e550d7d413653270.tar.bz2 gentoo-2-2ae753ce3d91211eb5a0b902e550d7d413653270.zip |
Version bump
(Portage version: 2.2_rc29/cvs/Linux i686)
Diffstat (limited to 'dev-python/sympy/files')
-rw-r--r-- | dev-python/sympy/files/sympy-0.6.2-sphinx.patch | 43 | ||||
-rw-r--r-- | dev-python/sympy/files/sympy-0.6.4-sphinx.patch | 53 |
2 files changed, 53 insertions, 43 deletions
diff --git a/dev-python/sympy/files/sympy-0.6.2-sphinx.patch b/dev-python/sympy/files/sympy-0.6.2-sphinx.patch deleted file mode 100644 index db6ed3c0ec2d..000000000000 --- a/dev-python/sympy/files/sympy-0.6.2-sphinx.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -r -U2 sympy-0.6.2.orig/doc/Makefile sympy-0.6.2/doc/Makefile ---- sympy-0.6.2.orig/doc/Makefile 2008-08-17 22:00:24.000000000 +0700 -+++ sympy-0.6.2/doc/Makefile 2008-08-29 00:09:11.000000000 +0700 -@@ -1,11 +1,8 @@ - # Makefile for Sphinx documentation - # --RST2HTML = rst2html -+RST2HTML = rst2html.py - - # You can set these variables from the command line. - SPHINXOPTS = --SPHINXVER = 0.4.1 --SPHINXBUILDpy = sphinx/Sphinx-$(SPHINXVER)/sphinx-build.py --SPHINXBUILD = PYTHONPATH=.. python $(SPHINXBUILDpy) - PAPER = - -@@ -31,11 +28,5 @@ - -rm -rf sphinx - --$(SPHINXBUILDpy): -- rm -rf sphinx -- mkdir sphinx -- cd sphinx; wget http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$(SPHINXVER).tar.gz; -- cd sphinx; tar xzf Sphinx-$(SPHINXVER).tar.gz -- --html: $(SPHINXBUILDpy) spt-printable -+html: spt-printable - mkdir -p src/.static - mkdir -p _build/html _build/doctrees -@@ -52,5 +43,5 @@ - $(RST2HTML) src/sympy-patches-tutorial.txt > _build/html/spt-printable.html - --htmlapi: $(SPHINXBUILDpy) -+htmlapi: - mkdir -p api/.static - mkdir -p api/modules -@@ -77,5 +68,5 @@ - ".hhp project file in _build/htmlhelp." - --latex: $(SPHINXBUILDpy) -+latex: - mkdir -p _build/latex _build/doctrees - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex diff --git a/dev-python/sympy/files/sympy-0.6.4-sphinx.patch b/dev-python/sympy/files/sympy-0.6.4-sphinx.patch new file mode 100644 index 000000000000..2d584aacc0e2 --- /dev/null +++ b/dev-python/sympy/files/sympy-0.6.4-sphinx.patch @@ -0,0 +1,53 @@ +Index: sympy-0.6.4/doc/Makefile +=================================================================== +--- sympy-0.6.4.orig/doc/Makefile ++++ sympy-0.6.4/doc/Makefile +@@ -1,14 +1,10 @@ + # Makefile for Sphinx documentation + # + PYTHON = python +-RST2HTML = rst2html ++RST2HTML = rst2html.py + + # You can set these variables from the command line. + SPHINXOPTS = +-SPHINXVER = 0.5 +-#SPHINXBUILDpy = sphinx/Sphinx-$(SPHINXVER)/sphinx-build.py +-SPHINXBUILDpy = sphinx-build +-SPHINXBUILD = PYTHONPATH=.. $(SPHINXBUILDpy) + PAPER = + + ALLSPHINXOPTS = -d _build/doctrees -D latex_paper_size=$(PAPER) \ +@@ -32,13 +28,7 @@ clean: + -rm -rf _build + -rm -rf sphinx + +-$(SPHINXBUILDpy): +- rm -rf sphinx +-# mkdir sphinx +-# cd sphinx; wget http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$(SPHINXVER).tar.gz; +-# cd sphinx; tar xzf Sphinx-$(SPHINXVER).tar.gz +- +-html: $(SPHINXBUILDpy) spt-printable ++html: spt-printable + mkdir -p src/.static + mkdir -p _build/html _build/doctrees + mkdir -p src/modules +@@ -53,7 +43,7 @@ spt-printable: + mkdir -p _build/html/ + $(RST2HTML) src/sympy-patches-tutorial.txt > _build/html/spt-printable.html + +-htmlapi: $(SPHINXBUILDpy) ++htmlapi: + mkdir -p api/.static + mkdir -p api/modules + mkdir -p _build/api _build/doctreesapi +@@ -78,7 +68,7 @@ htmlhelp: + @echo "Build finished; now you can run HTML Help Workshop with the" \ + ".hhp project file in _build/htmlhelp." + +-latex: $(SPHINXBUILDpy) ++latex: + mkdir -p _build/latex _build/doctrees + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex + @echo |