Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild
Date: Mon, 30 Aug 2010 22:12:47
Message-Id: 20100830221243.E50E920051@flycatcher.gentoo.org
1 flameeyes 10/08/30 22:12:43
2
3 Modified: ChangeLog tfm-fingerprint-1.0.ebuild
4 Log:
5 Use QA_PRESTRIPPED rather than RESTRICT=strip to silence warnings; add -* to keywords as it's x86-only.
6
7 (Portage version: 2.2_rc72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sys-auth/tfm-fingerprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 22 Dec 2008 03:44:49 -0000 1.7
23 +++ ChangeLog 30 Aug 2010 22:12:43 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/tfm-fingerprint
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.7 2008/12/22 03:44:49 vapier Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.8 2010/08/30 22:12:43 flameeyes Exp $
30 +
31 + 30 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
32 + tfm-fingerprint-1.0.ebuild:
33 + Use QA_PRESTRIPPED rather than RESTRICT=strip to silence warnings; add -*
34 + to keywords as it's x86-only.
35
36 22 Dec 2008; Mike Frysinger <vapier@g.o>
37 tfm-fingerprint-1.0.ebuild:
38
39
40
41 1.7 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.6&r2=1.7
46
47 Index: tfm-fingerprint-1.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- tfm-fingerprint-1.0.ebuild 22 Dec 2008 03:44:49 -0000 1.6
54 +++ tfm-fingerprint-1.0.ebuild 30 Aug 2010 22:12:43 -0000 1.7
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2008 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.6 2008/12/22 03:44:49 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.7 2010/08/30 22:12:43 flameeyes Exp $
61
62 inherit multilib
63
64 @@ -11,9 +11,8 @@
65 # This is the best license I could find.
66 LICENSE="as-is"
67 SLOT="0"
68 -KEYWORDS="x86"
69 +KEYWORDS="-* x86"
70 IUSE=""
71 -RESTRICT="strip"
72
73 RDEPEND="sys-auth/bioapi"
74 DEPEND="${RDEPEND}
75 @@ -21,7 +20,8 @@
76
77 S=${WORKDIR}
78
79 -QA_TEXTRELS="usr/lib64/libtfmessbsp.so"
80 +QA_TEXTRELS="usr/lib/libtfmessbsp.so"
81 +QA_PRESTRIPPED="usr/lib/libtfmessbsp.so"
82
83 src_install() {
84 # this is a binary blob, so it probably shouldnt live in /usr/lib