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/tfm-fingerprint: tfm-fingerprint-1.0.ebuild ChangeLog
Date: Sat, 31 May 2008 05:21:38
Message-Id: E1K2JX2-0004fp-6h@stork.gentoo.org
1 vapier 08/05/31 05:21:32
2
3 Modified: tfm-fingerprint-1.0.ebuild ChangeLog
4 Log:
5 Pull in unzip in DEPEND #224155 by Marek Miller.
6 (Portage version: 2.2_pre5.spank.spunk)
7
8 Revision Changes Path
9 1.4 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.3&r2=1.4
14
15 Index: tfm-fingerprint-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tfm-fingerprint-1.0.ebuild 27 Feb 2008 10:59:24 -0000 1.3
22 +++ tfm-fingerprint-1.0.ebuild 31 May 2008 05:21:31 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.3 2008/02/27 10:59:24 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.4 2008/05/31 05:21:31 vapier Exp $
28
29 inherit multilib
30
31 @@ -14,7 +14,9 @@
32 KEYWORDS="~x86"
33 IUSE=""
34
35 -DEPEND="sys-auth/bioapi"
36 +RDEPEND="sys-auth/bioapi"
37 +DEPEND="${RDEPEND}
38 + app-arch/unzip"
39
40 S=${WORKDIR}
41
42
43
44
45 1.5 sys-auth/tfm-fingerprint/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 27 Feb 2008 10:40:13 -0000 1.4
58 +++ ChangeLog 31 May 2008 05:21:31 -0000 1.5
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-auth/tfm-fingerprint
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.4 2008/02/27 10:40:13 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.5 2008/05/31 05:21:31 vapier Exp $
64 +
65 + 31 May 2008; Mike Frysinger <vapier@g.o>
66 + tfm-fingerprint-1.0.ebuild:
67 + Pull in unzip in DEPEND #224155 by Marek Miller.
68
69 27 Feb 2008; Mike Frysinger <vapier@g.o>
70 tfm-fingerprint-1.0.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list