From 572cf9712fb596ffa28bf32963936bfca1105020 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 26 May 2017 05:04:52 +0200 Subject: Removal of www-plugins/stylish since I learnt it might be spyware --- www-plugins/stylish/Manifest | 1 - www-plugins/stylish/metadata.xml | 8 -------- www-plugins/stylish/stylish-2.0.7.ebuild | 34 -------------------------------- 3 files changed, 43 deletions(-) delete mode 100644 www-plugins/stylish/Manifest delete mode 100644 www-plugins/stylish/metadata.xml delete mode 100644 www-plugins/stylish/stylish-2.0.7.ebuild (limited to 'www-plugins/stylish') 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 @@ - - - - - martin@mvath.de - Martin Väth - - 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 -} -- cgit v1.2.3-65-gdbad