Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.5.6.ebuild noscript-1.2.9.ebuild noscript-1.2.ebuild noscript-1.2.6.ebuild
Date: Mon, 31 Mar 2008 09:40:43
Message-Id: E1JgGUL-0005Aw-FJ@stork.gentoo.org
1 armin76 08/03/31 09:39:37
2
3 Modified: ChangeLog
4 Added: noscript-1.5.6.ebuild
5 Removed: noscript-1.2.9.ebuild noscript-1.2.ebuild
6 noscript-1.2.6.ebuild
7 Log:
8 Version bump
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.98 x11-plugins/noscript/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.98&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.98&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.97&r2=1.98
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
21 retrieving revision 1.97
22 retrieving revision 1.98
23 diff -u -r1.97 -r1.98
24 --- ChangeLog 24 Mar 2008 11:14:30 -0000 1.97
25 +++ ChangeLog 31 Mar 2008 09:39:36 -0000 1.98
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-plugins/noscript
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.97 2008/03/24 11:14:30 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.98 2008/03/31 09:39:36 armin76 Exp $
31 +
32 +*noscript-1.5.6 (31 Mar 2008)
33 +
34 + 31 Mar 2008; Raúl Porcel <armin76@g.o> -noscript-1.2.ebuild,
35 + -noscript-1.2.6.ebuild, -noscript-1.2.9.ebuild, +noscript-1.5.6.ebuild:
36 + Version bump
37
38 *noscript-1.5.2 (24 Mar 2008)
39
40
41
42
43 1.1 x11-plugins/noscript/noscript-1.5.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.5.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.5.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: noscript-1.5.6.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.5.6.ebuild,v 1.1 2008/03/31 09:39:36 armin76 Exp $
53
54 inherit mozextension multilib
55
56 DESCRIPTION="Firefox plugin to disable javascript"
57 HOMEPAGE="http://noscript.net/"
58 SRC_URI="http://software.informaction.com/data/releases/${P}.xpi"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="|| (
66 >=www-client/mozilla-firefox-bin-1.5.0.7
67 >=www-client/mozilla-firefox-1.5.0.7
68 )"
69 DEPEND="${RDEPEND}"
70
71 S=${WORKDIR}
72
73 src_unpack() {
74 xpi_unpack "${P}".xpi
75 }
76
77 src_install() {
78 declare MOZILLA_FIVE_HOME
79 if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
80 MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
81 xpi_install "${S}"/"${P}"
82 fi
83 if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
84 MOZILLA_FIVE_HOME="/opt/firefox"
85 xpi_install "${S}"/"${P}"
86 fi
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list