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: bioapi-1.2.3.ebuild ChangeLog
Date: Wed, 27 Feb 2008 10:24:05
Message-Id: E1JUJSE-00008K-Re@stork.gentoo.org
1 vapier 08/02/27 10:24:02
2
3 Modified: bioapi-1.2.3.ebuild ChangeLog
4 Log:
5 Add missing eutils inherit for enewgroup as pointed out by Shufeng Zheng.
6 (Portage version: 2.2_pre2)
7
8 Revision Changes Path
9 1.2 sys-auth/bioapi/bioapi-1.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild?r1=1.1&r2=1.2
14
15 Index: bioapi-1.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bioapi-1.2.3.ebuild 31 Dec 2007 00:52:23 -0000 1.1
22 +++ bioapi-1.2.3.ebuild 27 Feb 2008 10:24:02 -0000 1.2
23 @@ -1,8 +1,8 @@
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/bioapi/bioapi-1.2.3.ebuild,v 1.1 2007/12/31 00:52:23 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild,v 1.2 2008/02/27 10:24:02 vapier Exp $
29
30 -inherit multilib
31 +inherit eutils multilib
32
33 DESCRIPTION="Framework for biometric-based authentication"
34 HOMEPAGE="http://code.google.com/p/bioapi-linux/"
35
36
37
38 1.7 sys-auth/bioapi/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/ChangeLog?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/ChangeLog?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/bioapi/ChangeLog?r1=1.6&r2=1.7
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- ChangeLog 31 Dec 2007 00:52:23 -0000 1.6
51 +++ ChangeLog 27 Feb 2008 10:24:02 -0000 1.7
52 @@ -1,6 +1,9 @@
53 # ChangeLog for sys-auth/bioapi
54 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.6 2007/12/31 00:52:23 vapier Exp $
56 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.7 2008/02/27 10:24:02 vapier Exp $
58 +
59 + 27 Feb 2008; Mike Frysinger <vapier@g.o> bioapi-1.2.3.ebuild:
60 + Add missing eutils inherit for enewgroup as pointed out by Shufeng Zheng.
61
62 *bioapi-1.2.3 (31 Dec 2007)
63
64
65
66
67 --
68 gentoo-commits@l.g.o mailing list