summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-05-26 05:04:52 +0200
committerMartin Väth <martin@mvath.de>2017-05-26 05:04:52 +0200
commit572cf9712fb596ffa28bf32963936bfca1105020 (patch)
treef78f8df911ec4f58e6f5bf01d588ccf660d9c5c6 /www-plugins/stylish
parentapp-portage/gentoolkit: Fix revdep-rebuild w/ python-3.6 (diff)
downloadmv-572cf9712fb596ffa28bf32963936bfca1105020.tar.gz
mv-572cf9712fb596ffa28bf32963936bfca1105020.tar.bz2
mv-572cf9712fb596ffa28bf32963936bfca1105020.zip
Removal of www-plugins/stylish since I learnt it might be spyware
Diffstat (limited to 'www-plugins/stylish')
-rw-r--r--www-plugins/stylish/Manifest1
-rw-r--r--www-plugins/stylish/metadata.xml8
-rw-r--r--www-plugins/stylish/stylish-2.0.7.ebuild34
3 files changed, 0 insertions, 43 deletions
diff --git a/www-plugins/stylish/Manifest b/www-plugins/stylish/Manifest
deleted file mode 100644
index 53e2822e..00000000
--- a/www-plugins/stylish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stylish-2.0.7.xpi 221125 SHA256 947ff7ebda144f3a3aa720c6ffb2754dc3c3fa1c5f25ef152193d444fc8f0faf
diff --git a/www-plugins/stylish/metadata.xml b/www-plugins/stylish/metadata.xml
deleted file mode 100644
index b919c846..00000000
--- a/www-plugins/stylish/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
- </maintainer>
-</pkgmetadata>
diff --git a/www-plugins/stylish/stylish-2.0.7.ebuild b/www-plugins/stylish/stylish-2.0.7.ebuild
deleted file mode 100644
index f743733a..00000000
--- a/www-plugins/stylish/stylish-2.0.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit mv_mozextension-r1 readme.gentoo-r1
-RESTRICT="mirror"
-
-DESCRIPTION="Mozilla plugin to modify style of certain web pages (e.g. Gentoo forums)"
-HOMEPAGE="https://addons.mozilla.org/firefox/addon/stylish/"
-SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/2108/${P}-fx+tb+sm+an.xpi -> ${P}.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="You will probably want to setup the \"Darker forum\" style.
-The old version could be found at
- http://jesgue.homelinux.org/other-files/dark-gentoo-forums.css
-but meanwhile it is easier to surf with javascript activated to
- http://userstyles.org/users/8172
-Note that you have to temporarily disable noscript for that site."
-
-moz_defaults
-
-src_install() {
- moz_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}