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