diff options
author | 2010-05-16 18:56:59 +0000 | |
---|---|---|
committer | 2010-05-16 18:56:59 +0000 | |
commit | d2579f38099868c1a9987f05a545eb07b6036bcb (patch) | |
tree | bb05681f2b7b8f51edb6f23700935bd11a03fafb /dev-python/sympy/files | |
parent | ensure -Wl, -R is passed via pkg-config (diff) | |
download | gentoo-2-d2579f38099868c1a9987f05a545eb07b6036bcb.tar.gz gentoo-2-d2579f38099868c1a9987f05a545eb07b6036bcb.tar.bz2 gentoo-2-d2579f38099868c1a9987f05a545eb07b6036bcb.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/sympy/files')
-rw-r--r-- | dev-python/sympy/files/sympy-0.6.5-sphinx.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/sympy/files/sympy-0.6.5-sphinx.patch b/dev-python/sympy/files/sympy-0.6.5-sphinx.patch deleted file mode 100644 index 32958feaffe6..000000000000 --- a/dev-python/sympy/files/sympy-0.6.5-sphinx.patch +++ /dev/null @@ -1,53 +0,0 @@ -Index: sympy-0.6.5/doc/Makefile -=================================================================== ---- sympy-0.6.5.orig/doc/Makefile -+++ sympy-0.6.5/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 |