[tor-commits] [torbrowser/master] Remove betterprivacy

erinn at torproject.org erinn at torproject.org
Thu Mar 8 20:43:02 UTC 2012


commit 124f2c888d11c5c0ff5a1aed6a65418ab671b467
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Thu Feb 16 05:58:10 2012 +0100

    Remove betterprivacy
    
    It was unused and probably won't be back
---
 build-scripts/linux.mk    |   10 ----------
 build-scripts/osx.mk      |   11 +----------
 build-scripts/versions.mk |    1 -
 build-scripts/windows.mk  |    9 ---------
 4 files changed, 1 insertions(+), 30 deletions(-)

diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 5e3d045..1c785d5 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -378,10 +378,6 @@ torbutton.xpi:
 noscript.xpi: 
 	$(WGET) -O $@ $(NOSCRIPT)
 
-## BetterPrivacy
-betterprivacy.xpi:
-	$(WGET) -O $@ $(BETTERPRIVACY)
-
 ## HTTPS Everywhere
 httpseverywhere.xpi:
 	$(WGET) -O $@ --no-check-certificate $(HTTPSEVERYWHERE)
@@ -436,12 +432,6 @@ install-extensions: $(DEFAULT_EXTENSIONS)
 			(cd $(BUNDLE)/Data/profile/extensions/$$ext_id/ && unzip *.zip && rm *.zip); \
 		done
 
-install-betterprivacy: betterprivacy.xpi
-	mkdir -p $(BUNDLE)/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}
-	cp betterprivacy.xpi $(BUNDLE)/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}/betterprivacy.zip
-	(cd $(BUNDLE)/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}/ && unzip *.zip && rm *.zip);
-
-
 ## Language extensions need to be handled differently from other extensions
 fix-install-rdf: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi)
 ifneq ($(LANGCODE), en-US)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 9268112..edd3b7b 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -337,10 +337,6 @@ strip-it-stripper:
 torbutton.xpi:
 	$(WGET) --no-check-certificate -O $@ $(TORBUTTON)
 
-## BetterPrivacy
-betterprivacy.xpi:
-	$(WGET) --no-check-certificate -O $@ $(BETTERPRIVACY)
-
 ## NoScript development version
 noscript.xpi: 
 	$(WGET) --no-check-certificate -O $@ $(NOSCRIPT)
@@ -413,16 +409,11 @@ ifneq ($(LANGCODE), en-US)
 	cp langpack_$(LANGCODE).xpi $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/langpack-$(LANGCODE)@firefox.mozilla.org.xpi
 endif
 
-install-betterprivacy: betterprivacy.xpi
-	mkdir -p $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}
-	cp betterprivacy.xpi $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}/betterprivacy.zip
-	(cd $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\} && unzip *.zip && rm *.zip)
-	
 install-httpseverywhere: httpseverywhere.xpi
 	mkdir -p $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/https-everywhere at eff.org
 	cp httpseverywhere.xpi $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/https-everywhere at eff.org/httpseverywhere.zip
 	(cd $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/https-everywhere at eff.org && unzip *.zip && rm *.zip)
-	
+
 install-noscript: noscript.xpi
 	mkdir -p $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/\{73a6fe31-595d-460b-a920-fcc0f8843232\}
 	cp noscript.xpi $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/\{73a6fe31-595d-460b-a920-fcc0f8843232\}/noscript.zip
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index 56f96e6..910d25a 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -22,7 +22,6 @@ FF_VENDOR_ID:=\{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 ## Extensions
 TORBUTTON=https://www.torproject.org/dist/torbutton/torbutton-$(TORBUTTON_VER).xpi
 NOSCRIPT=https://addons.mozilla.org/firefox/downloads/latest/722/addon-722-latest.xpi
-BETTERPRIVACY=https://addons.mozilla.org/en-US/firefox/downloads/latest/6623/addon-6623-latest.xpi
 HTTPSEVERYWHERE=https://eff.org/files/https-everywhere-$(HTTPSEVERY_VER).xpi
 
 ## File names for the source packages
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 55e3c2d..6c09ec8 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -363,10 +363,6 @@ torbutton.xpi:
 langpack_en-US.xpi:
 	touch $@
 
-## BetterPrivacy
-betterprivacy.xpi:
-	$(PYGET) -O $@ $(BETTERPRIVACY)
-
 ## NoScript development version
 noscript.xpi: 
 	$(PYGET) -O $@ $(NOSCRIPT)
@@ -440,11 +436,6 @@ install-httpseverywhere: httpseverywhere.xpi
 	cp httpseverywhere.xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/https-everywhere at eff.org/httpseverywhere.zip
 	(cd $(BUNDLE)/FirefoxPortable/Data/profile/extensions/https-everywhere at eff.org && $(SEVENZIP) x *.zip && rm *.zip)
 
-install-betterprivacy: betterprivacy.xpi
-	mkdir -p $(BUNDLE)/FirefoxPortable/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}
-	cp betterprivacy.xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\}/betterprivacy.zip
-	(cd $(BUNDLE)/FirefoxPortable/Data/profile/extensions/\{d40f5e7b-d2cf-4856-b441-cc613eeffbe3\} && $(SEVENZIP) x *.zip && rm *.zip)
-
 install-noscript: noscript.xpi
 	mkdir -p $(BUNDLE)/FirefoxPortable/Data/profile/extensions/\{73a6fe31-595d-460b-a920-fcc0f8843232\}
 	cp noscript.xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/\{73a6fe31-595d-460b-a920-fcc0f8843232\}/noscript.zip





More information about the tor-commits mailing list