summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-01-29 13:13:55 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:10 +0200
commitd1e434286597b819933ffb17fea92d9b521c752b (patch)
tree6da1ad993a1514df8660fef5926e3b73d90f639e /www-plugins/stylish
parentBump noscript, stylish. Update stardict checksum (diff)
downloadmv-d1e434286597b819933ffb17fea92d9b521c752b.tar.gz
mv-d1e434286597b819933ffb17fea92d9b521c752b.tar.bz2
mv-d1e434286597b819933ffb17fea92d9b521c752b.zip
Add archwrap, bump kernel, form-history-control. Cleanup old
Diffstat (limited to 'www-plugins/stylish')
-rw-r--r--www-plugins/stylish/stylish-1.2.4.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/www-plugins/stylish/stylish-1.2.4.ebuild b/www-plugins/stylish/stylish-1.2.4.ebuild
deleted file mode 100644
index 04c06a62..00000000
--- a/www-plugins/stylish/stylish-1.2.4.ebuild
+++ /dev/null
@@ -1,27 +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="Mozilla plugin to modify style of certain web pages (e.g. Gentoo forums)"
-HOMEPAGE="https://addons.mozilla.org/firefox/addon/stylish/"
-SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-tb+sm+fx.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_postinst() {
- mv_mozextension_src_postinst
- elog
- elog "You will probably want to setup the \"Darker forum\" style."
- elog "The old version could be found at"
- elog " http://jesgue.homelinux.org/other-files/dark-gentoo-forums.css"
- elog "but now it is easier to surf with javascript activated to"
- elog " http://userstyles.org/users/8172"
- elog "Note that you have to temporarily disable noscript for that site."
-}