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: pam_bioapi-0.4.0.ebuild ChangeLog
Date: Wed, 27 Feb 2008 10:39:14
Message-Id: E1JUJgs-0000HG-Td@stork.gentoo.org
1 vapier 08/02/27 10:39:10
2
3 Modified: pam_bioapi-0.4.0.ebuild ChangeLog
4 Log:
5 Tweak DEPEND: tfm-fingerprint is RDEPEND only.
6 (Portage version: 2.2_pre2)
7
8 Revision Changes Path
9 1.2 sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?r1=1.1&r2=1.2
14
15 Index: pam_bioapi-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pam_bioapi-0.4.0.ebuild 31 Dec 2007 01:07:13 -0000 1.1
22 +++ pam_bioapi-0.4.0.ebuild 27 Feb 2008 10:39:10 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.1 2007/12/31 01:07:13 vapier Exp $
28 +# $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 $
29
30 inherit toolchain-funcs
31
32 @@ -15,8 +15,9 @@
33
34 DEPEND="sys-auth/bioapi
35 sys-libs/pam
36 - sys-auth/tfm-fingerprint
37 dev-db/sqlite"
38 +RDEPEND="${DEPEND}
39 + sys-auth/tfm-fingerprint"
40
41 src_compile() {
42 econf --sbindir=/sbin || die
43
44
45
46 1.5 sys-auth/pam_bioapi/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?r1=1.4&r2=1.5
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- ChangeLog 31 Dec 2007 01:07:13 -0000 1.4
59 +++ ChangeLog 27 Feb 2008 10:39:10 -0000 1.5
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-auth/pam_bioapi
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.4 2007/12/31 01:07:13 vapier Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.5 2008/02/27 10:39:10 vapier Exp $
66 +
67 + 27 Feb 2008; Mike Frysinger <vapier@g.o> pam_bioapi-0.4.0.ebuild:
68 + Tweak DEPEND: tfm-fingerprint is RDEPEND only.
69
70 *pam_bioapi-0.4.0 (31 Dec 2007)
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list