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.9.ebuild
Date: Tue, 15 Jan 2008 20:05:07
Message-Id: E1JErYg-00020X-9Q@stork.gentoo.org
1 armin76 08/01/15 19:34:50
2
3 Modified: ChangeLog
4 Added: noscript-1.2.9.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.83 x11-plugins/noscript/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 8 Jan 2008 15:05:40 -0000 1.82
23 +++ ChangeLog 15 Jan 2008 19:34:49 -0000 1.83
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-plugins/noscript
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.82 2008/01/08 15:05:40 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.83 2008/01/15 19:34:49 armin76 Exp $
29 +
30 +*noscript-1.2.9 (15 Jan 2008)
31 +
32 + 15 Jan 2008; Raúl Porcel <armin76@g.o> +noscript-1.2.9.ebuild:
33 + Version bump
34
35 *noscript-1.2.6 (08 Jan 2008)
36
37
38
39
40 1.1 x11-plugins/noscript/noscript-1.2.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: noscript-1.2.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.2.9.ebuild,v 1.1 2008/01/15 19:34:49 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@l.g.o mailing list