summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2011-07-17 15:37:26 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:46:38 +0200
commitdd4d94c4a9abab0fd40739b93938cba829b8d202 (patch)
treeb6f41f41f35fc5c42a377bff835f66154ba7ba6a /www-plugins
parentBump noscript (diff)
downloadmv-dd4d94c4a9abab0fd40739b93938cba829b8d202.tar.gz
mv-dd4d94c4a9abab0fd40739b93938cba829b8d202.tar.bz2
mv-dd4d94c4a9abab0fd40739b93938cba829b8d202.zip
www-plugins/better-privacy removed: firefox-5 clears LSO with cookies
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/better-privacy/ChangeLog48
-rw-r--r--www-plugins/better-privacy/Manifest4
-rw-r--r--www-plugins/better-privacy/better-privacy-1.51.ebuild30
-rw-r--r--www-plugins/better-privacy/metadata.xml12
4 files changed, 0 insertions, 94 deletions
diff --git a/www-plugins/better-privacy/ChangeLog b/www-plugins/better-privacy/ChangeLog
deleted file mode 100644
index 3e2b2ae0..00000000
--- a/www-plugins/better-privacy/ChangeLog
+++ /dev/null
@@ -1,48 +0,0 @@
-# ChangeLog for www-plugins/better-privacy
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header $
-
-*better-privacy-1.51 (26 May 2011)
-
- 26 May 2011; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.50 (21 Apr 2011)
-
- 21 Apr 2011; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.49 (12 Mar 2011)
-
- 12 Mar 2011; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.48.3 (31 Jul 2010)
-
- 03 Jan 2011; Martin Väth <martin@mvath.de>
- Bump to EAPI=4.
-
- 01 Aug 2010; Martin Väth <martin@mvath.de>
- Bump revision to force eclass upgrade.
-
- 31 Jul 2010; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.47.4 (22 Apr 2010)
-
- 06 Jun 2010; Martin Väth <martin@mvath.de>
- Switch to new mv_mozextension.eclass:
- Installs also for other mozilla variants like seamonkey.
-
- 22 Apr 2010; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.47 (02 Apr 2010)
-
- 02 Apr 2010; Martin Väth <martin@mvath.de>
- Version bump, remove old ebuild.
-
-*better-privacy-1.45 (28 Mar 2010)
-
- 28 Mar 2010; Martin Väth <martin@mvath.de>
- import with minor changes from a personal overlay.
diff --git a/www-plugins/better-privacy/Manifest b/www-plugins/better-privacy/Manifest
deleted file mode 100644
index 842cf64c..00000000
--- a/www-plugins/better-privacy/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST betterprivacy-1.51-fx+sm.xpi 116666 RMD160 9008bec9475f3a9fe0036ab7b3e031f96177e724 SHA1 17f6a7962d256be4b8338772cd9999eea33171dd SHA256 104d8b88247dbf5b24171990f8646df479f1962a02fc9954477696df54ffe06c
-EBUILD better-privacy-1.51.ebuild 817 RMD160 8467b94ca855b893f192a7f2bcae6471e29205c9 SHA1 e7c565efc426cd093e5bdf8f6f89d79181bf720e SHA256 b1619af36a2d607cc8adb45876d8156499ce67a7ce1d090326d27a60b54a9a08
-MISC ChangeLog 1452 RMD160 8f9ffb93ccc38b4709fcf9d4abdf26b02e9ef196 SHA1 126e4fdf2df4f91822babae1c01b5c923a60a6f5 SHA256 da71721b10a11a02b3d8160820865cf0435f667d971ffc6efad9a4065105f66c
-MISC metadata.xml 352 RMD160 22f4b4470f3f724a837a9a43b897b4e67ee0608c SHA1 88729f8b4f0eda692a2c09c7bedc88458a482f6b SHA256 42171c084a810d2be6d06032e0fe9a8e85a84e4980d44eb6de164b68d4a0d3f0
diff --git a/www-plugins/better-privacy/better-privacy-1.51.ebuild b/www-plugins/better-privacy/better-privacy-1.51.ebuild
deleted file mode 100644
index 47e230e2..00000000
--- a/www-plugins/better-privacy/better-privacy-1.51.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-inherit mv_mozextension
-RESTRICT="mirror"
-
-DESCRIPTION="Let mozilla clear long time cookies like ~/.adobe/Flash_Player/AssetCache/*/*"
-HOMEPAGE="https://addons.mozilla.org/firefox/addon/6623"
-MY_P="${P/-/}"
-MY_P="${MY_P%_alpha*}"
-MY_P="${MY_P%_beta*}"
-MY_P="${MY_P}-fx+sm"
-FILENAME="${MY_P}.xpi"
-SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6623/${FILENAME}"
-case "${PV}" in
-*_alpha*|*_beta*)
-SRC_URI="https://addons.mozilla.org/de/firefox/downloads/file/76929/${FILENAME}?confirmed -> ${FILENAME}"
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+flash"
-
-COMMON_DEPEND="flash? ( www-plugins/adobe-flash )"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}"
-
diff --git a/www-plugins/better-privacy/metadata.xml b/www-plugins/better-privacy/metadata.xml
deleted file mode 100644
index c8fef542..00000000
--- a/www-plugins/better-privacy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
-</maintainer>
-<use>
- <flag name="flash">Pulls in dependency on www-plugins/adobe-flash.</flag>
-</use>
-</pkgmetadata>