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