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