From bf9aec46fb6c8b32e7e431642e33ad79276c8421 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 2 Sep 2012 07:24:01 -0400 Subject: [PATCH] remove bad pythons --- formula/python-2.4.0 | 20 -------------------- formula/python-2.4.1 | 20 -------------------- formula/python-2.4.2 | 20 -------------------- formula/python-2.4.3 | 20 -------------------- 4 files changed, 80 deletions(-) delete mode 100755 formula/python-2.4.0 delete mode 100755 formula/python-2.4.1 delete mode 100755 formula/python-2.4.2 delete mode 100755 formula/python-2.4.3 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