Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-0.9.1.ebuild
Date: Fri, 26 Feb 2010 10:28:37
Message-Id: E1NkxQv-0007Zy-VQ@stork.gentoo.org
1 fauli 10/02/26 10:28:33
2
3 Modified: ChangeLog conkeror-0.9.1.ebuild
4 Log:
5 prepare for Prefix support and keyword ~x86-linux and ~amd64-linux, thanks to Chetan Reddy <chetanreddy AT gmail DOT com> in bug 301815
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 www-client/conkeror/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 4 Feb 2010 16:57:46 -0000 1.8
22 +++ ChangeLog 26 Feb 2010 10:28:33 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for www-client/conkeror
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.8 2010/02/04 16:57:46 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.9 2010/02/26 10:28:33 fauli Exp $
28 +
29 + 26 Feb 2010; Christian Faulhammer <fauli@g.o>
30 + conkeror-0.9.1.ebuild:
31 + prepare for Prefix support and keyword ~x86-linux and ~amd64-linux, thanks
32 + to Chetan Reddy <chetanreddy AT gmail DOT com> in bug 301815
33
34 04 Feb 2010; Markos Chandras <hwoarang@g.o> conkeror-0.9.1.ebuild:
35 Stable on amd64 wrt bug #299203
36
37
38
39 1.5 www-client/conkeror/conkeror-0.9.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild?r1=1.4&r2=1.5
44
45 Index: conkeror-0.9.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- conkeror-0.9.1.ebuild 4 Feb 2010 16:57:46 -0000 1.4
52 +++ conkeror-0.9.1.ebuild 26 Feb 2010 10:28:33 -0000 1.5
53 @@ -1,6 +1,8 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild,v 1.4 2010/02/04 16:57:46 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild,v 1.5 2010/02/26 10:28:33 fauli Exp $
58 +
59 +EAPI=3
60
61 inherit eutils fdo-mime
62
63 @@ -13,7 +15,7 @@
64
65 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
66 SLOT="0"
67 -KEYWORDS="amd64 x86"
68 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
69 IUSE=""
70
71 DEPEND=""
72 @@ -46,6 +48,8 @@
73
74 doman contrib/man/conkeror.1 || die
75 dodoc CREDITS || die
76 + # Use the XULRunner found in the Prefix, not the system's one
77 + sed -e "s:/etc/gre.d:\"${EPREFIX}/etc/gre.d\":g" -i "${ED}"/usr/lib/conkeror/contrib/run-conkeror || die
78 }
79
80 pkg_postinst() {