Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: xulrunner-1.9.2.3.ebuild
Date: Mon, 05 Apr 2010 14:11:10
Message-Id: 20100405141107.DB6502C04A@corvid.gentoo.org
1 anarchy 10/04/05 14:11:07
2
3 Modified: xulrunner-1.9.2.3.ebuild
4 Log:
5 Disable hunspell patch
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-libs/xulrunner/xulrunner-1.9.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild?r1=1.1&r2=1.2
14
15 Index: xulrunner-1.9.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xulrunner-1.9.2.3.ebuild 5 Apr 2010 05:07:05 -0000 1.1
22 +++ xulrunner-1.9.2.3.ebuild 5 Apr 2010 14:11:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild,v 1.1 2010/04/05 05:07:05 anarchy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3.ebuild,v 1.2 2010/04/05 14:11:07 anarchy Exp $
28
29 EAPI="2"
30 WANT_AUTOCONF="2.1"
31 @@ -72,7 +72,7 @@
32 epatch "${FILESDIR}/1000_fix_alignment.patch"
33
34 # Ensure we find myspell dict.
35 - epatch "${FILESDIR}/1001_fix-system-hunspell.patch"
36 + # epatch "${FILESDIR}/1001_fix-system-hunspell.patch"
37
38 # Same as in config/autoconf.mk.in
39 MOZLIBDIR="/usr/$(get_libdir)/${PN}-${MAJ_PV}"