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