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.7.4.ebuild
Date: Mon, 30 Jun 2008 19:02:30
Message-Id: E1KDOds-0000OC-JV@stork.gentoo.org
1 armin76 08/06/30 19:02:24
2
3 Modified: ChangeLog
4 Added: noscript-1.7.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.110 x11-plugins/noscript/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 12 Jun 2008 16:08:11 -0000 1.109
23 +++ ChangeLog 30 Jun 2008 19:02:24 -0000 1.110
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.109 2008/06/12 16:08:11 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.110 2008/06/30 19:02:24 armin76 Exp $
29 +
30 +*noscript-1.7.4 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Raúl Porcel <armin76@g.o> +noscript-1.7.4.ebuild:
33 + Version bump
34
35 *noscript-1.6.9 (12 Jun 2008)
36
37
38
39
40 1.1 x11-plugins/noscript/noscript-1.7.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.7.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.7.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: noscript-1.7.4.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.7.4.ebuild,v 1.1 2008/06/30 19:02:24 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