Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/bioapi: ChangeLog bioapi-1.2.3-r2.ebuild
Date: Fri, 26 Nov 2010 05:19:45
Message-Id: 20101126051937.A924D20051@flycatcher.gentoo.org
1 vapier 10/11/26 05:19:37
2
3 Modified: ChangeLog bioapi-1.2.3-r2.ebuild
4 Log:
5 Respect build settings #336107 by Diego Elio Pettenò and make config.guess/config.sub into plain files #337805 by Ben Kero.
6
7 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 sys-auth/bioapi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 16 Feb 2010 20:15:02 -0000 1.13
23 +++ ChangeLog 26 Nov 2010 05:19:37 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/bioapi
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.13 2010/02/16 20:15:02 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.14 2010/11/26 05:19:37 vapier Exp $
29 +
30 + 26 Nov 2010; Mike Frysinger <vapier@g.o> bioapi-1.2.3-r2.ebuild,
31 + +files/bioapi-1.2.3-build.patch:
32 + Respect build settings #336107 by Diego Elio Pettenò and make
33 + config.guess/config.sub into plain files #337805 by Ben Kero.
34
35 16 Feb 2010; Samuli Suominen <ssuominen@g.o>
36 bioapi-1.2.3-r2.ebuild:
37
38
39
40 1.5 sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild?r1=1.4&r2=1.5
45
46 Index: bioapi-1.2.3-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- bioapi-1.2.3-r2.ebuild 16 Feb 2010 20:15:02 -0000 1.4
53 +++ bioapi-1.2.3-r2.ebuild 26 Nov 2010 05:19:37 -0000 1.5
54 @@ -1,8 +1,9 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.4 2010/02/16 20:15:02 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.5 2010/11/26 05:19:37 vapier Exp $
59 +
60 +EAPI="2"
61
62 -EAPI=2
63 inherit eutils multilib
64
65 DESCRIPTION="Framework for biometric-based authentication"
66 @@ -20,11 +21,13 @@
67 epatch "${FILESDIR}"/${P}-enroll-ret.patch #236654
68 epatch "${FILESDIR}"/${P}-no-delete.patch
69 epatch "${FILESDIR}"/${P}-gcc44.patch
70 + epatch "${FILESDIR}"/${P}-build.patch #336107
71 + rm -f config.{guess,sub} #337805
72 + touch config.{guess,sub}
73 }
74
75 src_configure() {
76 - econf \
77 - --without-Qt-dir
78 + econf --without-Qt-dir
79 }
80
81 src_install() {