From a860dc758c0d9d2a73ec57e2a51f337d061a1b7d Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 22 Aug 2011 17:32:49 +0200 Subject: Bump stylish --- www-plugins/stylish/ChangeLog | 5 +++++ www-plugins/stylish/Manifest | 6 +++--- www-plugins/stylish/stylish-1.2.1.ebuild | 27 +++++++++++++++++++++++++++ www-plugins/stylish/stylish-1.2.ebuild | 27 --------------------------- 4 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 www-plugins/stylish/stylish-1.2.1.ebuild delete mode 100644 www-plugins/stylish/stylish-1.2.ebuild (limited to 'www-plugins') diff --git a/www-plugins/stylish/ChangeLog b/www-plugins/stylish/ChangeLog index e805b1fe..3c15f004 100644 --- a/www-plugins/stylish/ChangeLog +++ b/www-plugins/stylish/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header $ +*stylish-1.2.1 (22 Aug 2011) + + 22 Aug 2011; Martin Väth + Version bump, remove old ebuild. + *stylish-1.2 (26 Jun 2011) 26 Jun 2011; Martin Väth diff --git a/www-plugins/stylish/Manifest b/www-plugins/stylish/Manifest index 8709fc8a..8ad59f29 100644 --- a/www-plugins/stylish/Manifest +++ b/www-plugins/stylish/Manifest @@ -1,4 +1,4 @@ -DIST stylish-1.2-fx+tb+sm.xpi 258307 RMD160 271a0c595f2a8b7da02bae54c45278f9bdff929b SHA1 168a87e8f0c7a49fb528fd70308ad07a5fefe17f SHA256 3069313696ac26e9a03d16fd3c0d426a3209dacdf82e326a66c76090370c9a1b -EBUILD stylish-1.2.ebuild 881 RMD160 97de54b4b2cdea9036a9c9db5abdb43ccee5ec1c SHA1 b3a3a97ff0df0f24a35df3ff85a54f7df4f80a8c SHA256 060972b93576318968708882d03711fda4db09ef79692ab988fa50826659400f -MISC ChangeLog 1565 RMD160 2f6e3b24d19c5901ba5149e8a6908e5c61c7f314 SHA1 b4d6dcf4834d0d94293ad60923546458cc7db35a SHA256 302fdaa658e02a01729eafc0a2c55994bca52de168263d998717d56c88a5c06a +DIST stylish-1.2.1-fx+tb+sm.xpi 258400 RMD160 9c089da6796ce07278075dd1c4563aeddd1e1165 SHA1 e895b73489bed514fee267eab2a4d83097e3881e SHA256 c81eaa003e256a00ebbeadc1fbaf3b34d40552f2eab1c146675056b02fa15e13 +EBUILD stylish-1.2.1.ebuild 881 RMD160 97de54b4b2cdea9036a9c9db5abdb43ccee5ec1c SHA1 b3a3a97ff0df0f24a35df3ff85a54f7df4f80a8c SHA256 060972b93576318968708882d03711fda4db09ef79692ab988fa50826659400f +MISC ChangeLog 1695 RMD160 6682bc62aae4d1b65c9809dcd670af840b7c3d3b SHA1 7f74553195288e38984e4d40793a0c5f3d8480d9 SHA256 a21acc5419c1dd4537843455e7364c1948ceb6988e5a5b7ba19c4fad687ed2e1 MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d diff --git a/www-plugins/stylish/stylish-1.2.1.ebuild b/www-plugins/stylish/stylish-1.2.1.ebuild new file mode 100644 index 00000000..3a5f354d --- /dev/null +++ b/www-plugins/stylish/stylish-1.2.1.ebuild @@ -0,0 +1,27 @@ +# 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}-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.2.ebuild b/www-plugins/stylish/stylish-1.2.ebuild deleted file mode 100644 index 3a5f354d..00000000 --- a/www-plugins/stylish/stylish-1.2.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}-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