Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/sphinx: ChangeLog sphinx-2.0.1_beta.ebuild
Date: Sun, 29 May 2011 15:31:45
Message-Id: 20110529153135.4039920054@flycatcher.gentoo.org
1 grobian 11/05/29 15:31:35
2
3 Modified: ChangeLog sphinx-2.0.1_beta.ebuild
4 Log:
5 Fixed for and keyworded ~ppc-macos and ~x86-macos
6
7 (Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.36 app-misc/sphinx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 13 May 2011 18:28:58 -0000 1.35
23 +++ ChangeLog 29 May 2011 15:31:35 -0000 1.36
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-misc/sphinx
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.35 2011/05/13 18:28:58 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.36 2011/05/29 15:31:35 grobian Exp $
29 +
30 + 29 May 2011; Fabian Groffen <grobian@g.o> sphinx-2.0.1_beta.ebuild,
31 + +files/sphinx-2.0.1_beta-darwin8.patch:
32 + Fixed for and keyworded ~ppc-macos and ~x86-macos
33
34 *sphinx-2.0.1_beta (13 May 2011)
35
36
37
38
39 1.2 app-misc/sphinx/sphinx-2.0.1_beta.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild?r1=1.1&r2=1.2
44
45 Index: sphinx-2.0.1_beta.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- sphinx-2.0.1_beta.ebuild 13 May 2011 18:28:58 -0000 1.1
52 +++ sphinx-2.0.1_beta.ebuild 29 May 2011 15:31:35 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild,v 1.1 2011/05/13 18:28:58 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild,v 1.2 2011/05/29 15:31:35 grobian Exp $
58
59 EAPI=3
60 inherit eutils autotools
61 @@ -18,7 +18,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
66 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
67 IUSE="debug id64 mysql odbc postgres stemmer test"
68
69 RDEPEND="mysql? ( virtual/mysql )
70 @@ -39,6 +39,8 @@
71 }
72
73 src_prepare() {
74 + epatch "${FILESDIR}"/${P}-darwin8.patch
75 +
76 # drop nasty hardcoded search path breaking Prefix
77 sed -i -e '/\/usr\/local\//d' configure.ac || die
78 eautoreconf