head	1.15;
access;
symbols;
locks; strict;
comment	@# @;


1.15
date	2012.04.16.15.28.47;	author gvermeul;	state Exp;
branches;
next	1.14;

1.14
date	2011.07.08.14.35.47;	author gvermeul;	state Exp;
branches;
next	1.13;

1.13
date	2011.01.08.16.27.53;	author gvermeul;	state Exp;
branches;
next	1.12;

1.12
date	2010.08.03.10.19.52;	author gvermeul;	state Exp;
branches;
next	1.11;

1.11
date	2010.07.17.19.47.32;	author gvermeul;	state Exp;
branches;
next	1.10;

1.10
date	2010.03.27.20.52.32;	author gvermeul;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.28.21.38.16;	author gvermeul;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.30.03.47.43;	author gvermeul;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.11.10.58.54;	author gvermeul;	state Exp;
branches;
next	1.6;

1.6
date	2009.04.19.10.03.08;	author gvermeul;	state Exp;
branches;
next	1.5;

1.5
date	2009.03.28.17.34.16;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.04.19.42.33;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.29.14.15.07;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2008.10.11.06.15.30;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.09.05.42.18;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Upgrade to Qt-4.8.1 and upgrade many other packages.
@
text
@#!/bin/bash

PKG=Sphinx-1.1.3

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://pypi.python.org/packages/source/S/Sphinx/$PKG.tar.gz
fi
popd

function version() {
    rm -rf $PKG
    tar xfz ../SOURCES/$PKG.tar.gz
    pushd $PKG
    $1 setup.py install
    popd # $PKG
}

pushd ../BUILD
version python2.5
version python2.6
version python2.7
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.14
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@d3 1
a3 1
PKG=Sphinx-1.0.7
@


1.13
log
@Update to newer versions.
@
text
@d3 1
a3 1
PKG=Sphinx-1.0.6
@


1.12
log
@Upgrade to 1.0.1.
Add more python versions.
@
text
@d3 1
a3 1
PKG=Sphinx-1.0.1
@


1.11
log
@Upgrade to latest releases and snapshots.
Install python-2.5, -2.6, -2.7, and -3.1.
Compile several packages for several or all python versions.
@
text
@d3 1
a3 1
PKG=Sphinx-1.0b2
d20 2
@


1.10
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 1
a3 1
PKG=Sphinx-0.6.5
d11 8
d20 1
a20 5
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python setup.py install
popd # $PKG
@


1.9
log
@Upgrade to latest releases and snapshots.
@
text
@d3 1
a3 1
PKG=Sphinx-0.6.4
@


1.8
log
@Upgrade to latest releases.
@
text
@d3 1
a3 1
PKG=Sphinx-0.6.3
@


1.7
log
@Upgrade to the latest releases.
@
text
@d3 1
a3 1
PKG=Sphinx-0.6.2
@


1.6
log
@Update to the latest releases of Shpinx and Jinja2.
Update to the latest subversion snapshots of Riverbank Computing.
@
text
@d3 1
a3 1
PKG=Sphinx-0.6.1
@


1.5
log
@Upgrade to the latest releases and snapshots.
@
text
@d3 1
a3 1
PKG=Sphinx-0.5.2
@


1.4
log
@Sync with the latest releases of matplotlib, pyglet, pygments, Python,
and sphinx.
@
text
@d3 1
a3 1
PKG=Sphinx-0.5.1
@


1.3
log
@Upgrade to the latest releases of PyQt, QScintilla, Qt, SIP, and Sphinx.
@
text
@d3 1
a3 1
PKG=Sphinx-0.5
@


1.2
log
@Add build-pyglet.
Upgrade Sphinx.
@
text
@d3 1
a3 1
PKG=Sphinx-0.4.3
@


1.1
log
@Upgrade to Python-2.6, enable debugging and add support packages.
Upgrade to latests PyQt4/SIP snapshots and enable debugging.
Enable debugging in PyQwt5.
Add Python Imaging Library to help debugging QImage -> array conversion.
@
text
@d3 1
a3 1
PKG=Sphinx-0.4.2
@

