diff --git a/formula/python-2.4.0 b/formula/python-2.4.0 deleted file mode 100755 index fad92be..0000000 --- a/formula/python-2.4.0 +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# Options: - -OUT_PREFIX=$1 - -echo "Building SQLite..." -./parts/sqlite $OUT_PREFIX - -echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/2.4/Python-2.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx -mv Python-2.4 src -cd src - -./configure --prefix=$OUT_PREFIX -make -make install - -cd .. -rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.1 b/formula/python-2.4.1 deleted file mode 100755 index 636da03..0000000 --- a/formula/python-2.4.1 +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# Options: - -OUT_PREFIX=$1 - -echo "Building SQLite..." -./parts/sqlite $OUT_PREFIX - -echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx -mv Python-2.4.1 src -cd src - -./configure --prefix=$OUT_PREFIX -make -make install - -cd .. -rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.2 b/formula/python-2.4.2 deleted file mode 100755 index fea5c60..0000000 --- a/formula/python-2.4.2 +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# Options: - -OUT_PREFIX=$1 - -echo "Building SQLite..." -./parts/sqlite $OUT_PREFIX - -echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.2/Python-2.4.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx -mv Python-2.4.2 src -cd src - -./configure --prefix=$OUT_PREFIX -make -make install - -cd .. -rm -fr src \ No newline at end of file diff --git a/formula/python-2.4.3 b/formula/python-2.4.3 deleted file mode 100755 index 26d7632..0000000 --- a/formula/python-2.4.3 +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# Options: - -OUT_PREFIX=$1 - -echo "Building SQLite..." -./parts/sqlite $OUT_PREFIX - -echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tar.bz2' -curl $SOURCE_TARBALL | tar jx -mv Python-2.4.3 src -cd src - -./configure --prefix=$OUT_PREFIX -make -make install - -cd .. -rm -fr src \ No newline at end of file