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/pam_bioapi: ChangeLog pam_bioapi-0.4.0.ebuild
Date: Sun, 30 Nov 2008 00:42:44
Message-Id: E1L6aOX-0007bl-OG@stork.gentoo.org
1 vapier 08/11/30 00:42:41
2
3 Modified: ChangeLog pam_bioapi-0.4.0.ebuild
4 Log:
5 Pull in locale.h since defines from it are used #241322 by Diego E. Pettenò.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.6 sys-auth/pam_bioapi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 27 Feb 2008 10:39:10 -0000 1.5
22 +++ ChangeLog 30 Nov 2008 00:42:41 -0000 1.6
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-auth/pam_bioapi
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.5 2008/02/27 10:39:10 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.6 2008/11/30 00:42:41 vapier Exp $
28 +
29 + 30 Nov 2008; Mike Frysinger <vapier@g.o>
30 + +files/pam_bioapi-0.4.0-headers.patch, pam_bioapi-0.4.0.ebuild:
31 + Pull in locale.h since defines from it are used #241322 by Diego E.
32 + Pettenò.
33
34 27 Feb 2008; Mike Frysinger <vapier@g.o> pam_bioapi-0.4.0.ebuild:
35 Tweak DEPEND: tfm-fingerprint is RDEPEND only.
36
37
38
39 1.3 sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?r1=1.2&r2=1.3
44
45 Index: pam_bioapi-0.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- pam_bioapi-0.4.0.ebuild 27 Feb 2008 10:39:10 -0000 1.2
52 +++ pam_bioapi-0.4.0.ebuild 30 Nov 2008 00:42:41 -0000 1.3
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.2 2008/02/27 10:39:10 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.3 2008/11/30 00:42:41 vapier Exp $
58
59 -inherit toolchain-funcs
60 +inherit eutils toolchain-funcs
61
62 DESCRIPTION="PAM interface to bioapi package"
63 HOMEPAGE="http://code.google.com/p/pam-bioapi/"
64 @@ -19,6 +19,12 @@
65 RDEPEND="${DEPEND}
66 sys-auth/tfm-fingerprint"
67
68 +src_unpack() {
69 + unpack ${A}
70 + cd "${S}"
71 + epatch "${FILESDIR}"/${P}-headers.patch #241322
72 +}
73 +
74 src_compile() {
75 econf --sbindir=/sbin || die
76 emake || die