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