aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-01-27 20:45:37 -0800
committerMisty De Meo2014-01-27 20:46:04 -0800
commitb7781c4571424a090503bd54a54d23ab53dc8e05 (patch)
treefaa9ba1fa3441b20aa3be7813d612eda0a2511c2 /Library
parent1f7e317d268e118f2a05a1560b48a71d1aef2a91 (diff)
downloadbrew-b7781c4571424a090503bd54a54d23ab53dc8e05.tar.bz2
Revert "Add python superenv wrapper"
This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/python4
l---------Library/ENV/4.3/python-config1
l---------Library/ENV/4.3/python2.6-config1
l---------Library/ENV/4.3/python2.7-config1
l---------Library/ENV/4.3/python31
l---------Library/ENV/4.3/python3.3-config1
-rw-r--r--Library/Homebrew/extend/ENV/super.rb1
7 files changed, 0 insertions, 10 deletions
diff --git a/Library/ENV/4.3/python b/Library/ENV/4.3/python
deleted file mode 100755
index 97ebbfc36..000000000
--- a/Library/ENV/4.3/python
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
-
-ENV['PATH'] = ENV['USER_PATH']
-exec File.basename($0), *ARGV
diff --git a/Library/ENV/4.3/python-config b/Library/ENV/4.3/python-config
deleted file mode 120000
index d8654aa0e..000000000
--- a/Library/ENV/4.3/python-config
+++ /dev/null
@@ -1 +0,0 @@
-python \ No newline at end of file
diff --git a/Library/ENV/4.3/python2.6-config b/Library/ENV/4.3/python2.6-config
deleted file mode 120000
index d8654aa0e..000000000
--- a/Library/ENV/4.3/python2.6-config
+++ /dev/null
@@ -1 +0,0 @@
-python \ No newline at end of file
diff --git a/Library/ENV/4.3/python2.7-config b/Library/ENV/4.3/python2.7-config
deleted file mode 120000
index d8654aa0e..000000000
--- a/Library/ENV/4.3/python2.7-config
+++ /dev/null
@@ -1 +0,0 @@
-python \ No newline at end of file
diff --git a/Library/ENV/4.3/python3 b/Library/ENV/4.3/python3
deleted file mode 120000
index d8654aa0e..000000000
--- a/Library/ENV/4.3/python3
+++ /dev/null
@@ -1 +0,0 @@
-python \ No newline at end of file
diff --git a/Library/ENV/4.3/python3.3-config b/Library/ENV/4.3/python3.3-config
deleted file mode 120000
index d8654aa0e..000000000
--- a/Library/ENV/4.3/python3.3-config
+++ /dev/null
@@ -1 +0,0 @@
-python \ No newline at end of file
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 6f33f0a85..d8e9da9bc 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -67,7 +67,6 @@ module Superenv
validate_cc!(formula) unless formula.nil?
self['DEVELOPER_DIR'] = determine_developer_dir
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
- self['USER_PATH'] = self['PATH']
self['PATH'] = determine_path
self['PKG_CONFIG_PATH'] = determine_pkg_config_path
self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir