From 3b3f94098d2863b9c4bd050bd97f89303bc8ff88 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 1 Aug 2010 08:56:05 +0200 Subject: Make symlinks for extensions optional. Bump to force eclass upgrade --- www-plugins/stylish/ChangeLog | 3 +++ www-plugins/stylish/Manifest | 4 ++-- www-plugins/stylish/stylish-1.0.9-r1.ebuild | 27 --------------------------- www-plugins/stylish/stylish-1.0.9-r2.ebuild | 27 +++++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 29 deletions(-) delete mode 100644 www-plugins/stylish/stylish-1.0.9-r1.ebuild create mode 100644 www-plugins/stylish/stylish-1.0.9-r2.ebuild (limited to 'www-plugins/stylish') diff --git a/www-plugins/stylish/ChangeLog b/www-plugins/stylish/ChangeLog index 0dfe032a..11f89c78 100644 --- a/www-plugins/stylish/ChangeLog +++ b/www-plugins/stylish/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 01 Aug 2010; Martin Väth + Bump revision to force eclass upgrade. + 31 Jul 2010; Martin Väth Bump revision to force eclass upgrade. diff --git a/www-plugins/stylish/Manifest b/www-plugins/stylish/Manifest index d3f5ebab..0d578e08 100644 --- a/www-plugins/stylish/Manifest +++ b/www-plugins/stylish/Manifest @@ -1,4 +1,4 @@ DIST stylish-1.0.9-fx+tb+sm.xpi 172082 RMD160 6588c38c2cebcaea9514c05e1e0c1bbe12c9dd6c SHA1 e74ad59f2866d8002ce7efc27969344d60a247d6 SHA256 85c231b6a0f64fdad9bdd9d3d8d80005f8a1fe77c0e19e480c30a8827c88a128 -EBUILD stylish-1.0.9-r1.ebuild 877 RMD160 08c6321aa488fe189080c3d7a175f3508f8fce4c SHA1 4e0a6fa877771a1c88dbfd810154c08efc893449 SHA256 587f907edb4c3e6bcc9b6555478bc3e4f94a606b7c5cc9ec6a2675f45c7293fb -MISC ChangeLog 729 RMD160 6f9056bcab7f3fbee2a9f8b14a0ecf25140572e9 SHA1 b38c60f224e8737531e53899391d2e3bc6158fdf SHA256 b65537d1f352736a62882c6f2932ae4116ca0e9e5412dc67e2c244f8a987a137 +EBUILD stylish-1.0.9-r2.ebuild 877 RMD160 08c6321aa488fe189080c3d7a175f3508f8fce4c SHA1 4e0a6fa877771a1c88dbfd810154c08efc893449 SHA256 587f907edb4c3e6bcc9b6555478bc3e4f94a606b7c5cc9ec6a2675f45c7293fb +MISC ChangeLog 835 RMD160 dfabd5262821e3ca0c53ab784894b82f5f97a68f SHA1 49264f760398e2380909b1a5a8fa0b677b0ab118 SHA256 1314027fa9ed4dda49abe4c647928394fc66f6be8640c21ae552a72ccb0caf4c MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d diff --git a/www-plugins/stylish/stylish-1.0.9-r1.ebuild b/www-plugins/stylish/stylish-1.0.9-r1.ebuild deleted file mode 100644 index 25419b37..00000000 --- a/www-plugins/stylish/stylish-1.0.9-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header $ - -EAPI="3" -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/2108" -SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-fx+tb+sm.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." -} diff --git a/www-plugins/stylish/stylish-1.0.9-r2.ebuild b/www-plugins/stylish/stylish-1.0.9-r2.ebuild new file mode 100644 index 00000000..25419b37 --- /dev/null +++ b/www-plugins/stylish/stylish-1.0.9-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="3" +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/2108" +SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-fx+tb+sm.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." +} -- cgit v1.2.3-65-gdbad