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


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

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

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

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

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

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

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

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


desc
@@


1.8
log
@Sync with the latest snapshot.
@
text
@#!/bin/bash

WHERE=http://www.die-offenbachs.de/detlev/snapshots4/
PKG=eric4-snapshot-20070411

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $WHERE/$PKG.tar.gz
fi

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python install.py -b ~/usr/bin
popd # $PKG
popd # ../BUILD

# EOF
@


1.7
log
@Sync with the latest snapshots of Eric4, PyQt, PyQt4, QScintilla2, and sip.
@
text
@d4 1
a4 1
PKG=eric4-snapshot-20070402
@


1.6
log
@Sync with the latest snapshots.
@
text
@d4 1
a4 1
PKG=eric4-snapshot-20070325
@


1.5
log
@Update to the latest versions and/or snapshots.
@
text
@d4 1
a4 1
PKG=eric4-snapshot-20070218
@


1.4
log
@Update to the latest releases and/or snapshots.
@
text
@d4 1
a4 1
PKG=eric4-snapshot-20070114
@


1.3
log
@Sync with Eric3, Eric4, and QScintilla2.
@
text
@a2 1
PKG=eric4-snapshot-20061112
d4 1
@


1.2
log
@Sync with the latest snapshot.
@
text
@d3 1
a3 1
PKG=eric4-snapshot-20061029
@


1.1
log
@Add the build scripts for Eric-3 and Eric-4.
@
text
@d3 1
a3 1
PKG=eric4-snapshot-20061022
@

