* [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild
@ 2008-12-22 3:44 Mike Frysinger (vapier)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-22 3:44 UTC (permalink / raw
To: gentoo-commits
vapier 08/12/22 03:44:49
Modified: ChangeLog tfm-fingerprint-1.0.ebuild
Log:
Silence QA warnings with binary-only libtfmessbsp.so.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Revision Changes Path
1.7 sys-auth/tfm-fingerprint/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 26 Oct 2008 19:15:10 -0000 1.6
+++ ChangeLog 22 Dec 2008 03:44:49 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/tfm-fingerprint
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.6 2008/10/26 19:15:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.7 2008/12/22 03:44:49 vapier Exp $
+
+ 22 Dec 2008; Mike Frysinger <vapier@gentoo.org>
+ tfm-fingerprint-1.0.ebuild:
+ Silence QA warnings with binary-only libtfmessbsp.so.
26 Oct 2008; Markus Meier <maekke@gentoo.org> tfm-fingerprint-1.0.ebuild:
x86 stable, bug #244448
1.6 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.5&r2=1.6
Index: tfm-fingerprint-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tfm-fingerprint-1.0.ebuild 26 Oct 2008 19:15:10 -0000 1.5
+++ tfm-fingerprint-1.0.ebuild 22 Dec 2008 03:44:49 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.5 2008/10/26 19:15:10 maekke Exp $
+# $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 $
inherit multilib
@@ -13,6 +13,7 @@
SLOT="0"
KEYWORDS="x86"
IUSE=""
+RESTRICT="strip"
RDEPEND="sys-auth/bioapi"
DEPEND="${RDEPEND}
@@ -20,6 +21,8 @@
S=${WORKDIR}
+QA_TEXTRELS="usr/lib64/libtfmessbsp.so"
+
src_install() {
# this is a binary blob, so it probably shouldnt live in /usr/lib
dolib.so libtfmessbsp.so || die
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild
@ 2010-08-30 22:12 Diego Petteno (flameeyes)
0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-30 22:12 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/08/30 22:12:43
Modified: ChangeLog tfm-fingerprint-1.0.ebuild
Log:
Use QA_PRESTRIPPED rather than RESTRICT=strip to silence warnings; add -* to keywords as it's x86-only.
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Revision Changes Path
1.8 sys-auth/tfm-fingerprint/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 22 Dec 2008 03:44:49 -0000 1.7
+++ ChangeLog 30 Aug 2010 22:12:43 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/tfm-fingerprint
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.7 2008/12/22 03:44:49 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.8 2010/08/30 22:12:43 flameeyes Exp $
+
+ 30 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ tfm-fingerprint-1.0.ebuild:
+ Use QA_PRESTRIPPED rather than RESTRICT=strip to silence warnings; add -*
+ to keywords as it's x86-only.
22 Dec 2008; Mike Frysinger <vapier@gentoo.org>
tfm-fingerprint-1.0.ebuild:
1.7 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.7&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.6&r2=1.7
Index: tfm-fingerprint-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tfm-fingerprint-1.0.ebuild 22 Dec 2008 03:44:49 -0000 1.6
+++ tfm-fingerprint-1.0.ebuild 30 Aug 2010 22:12:43 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit multilib
@@ -11,9 +11,8 @@
# This is the best license I could find.
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="-* x86"
IUSE=""
-RESTRICT="strip"
RDEPEND="sys-auth/bioapi"
DEPEND="${RDEPEND}
@@ -21,7 +20,8 @@
S=${WORKDIR}
-QA_TEXTRELS="usr/lib64/libtfmessbsp.so"
+QA_TEXTRELS="usr/lib/libtfmessbsp.so"
+QA_PRESTRIPPED="usr/lib/libtfmessbsp.so"
src_install() {
# this is a binary blob, so it probably shouldnt live in /usr/lib
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild
@ 2012-11-16 10:13 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-11-16 10:13 UTC (permalink / raw
To: gentoo-commits
ulm 12/11/16 10:13:48
Modified: ChangeLog tfm-fingerprint-1.0.ebuild
Log:
Fix LICENSE, bug 442008.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.9 sys-auth/tfm-fingerprint/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 30 Aug 2010 22:12:43 -0000 1.8
+++ ChangeLog 16 Nov 2012 10:13:48 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/tfm-fingerprint
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.8 2010/08/30 22:12:43 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.9 2012/11/16 10:13:48 ulm Exp $
+
+ 16 Nov 2012; Ulrich Müller <ulm@gentoo.org> tfm-fingerprint-1.0.ebuild:
+ Fix LICENSE, bug 442008.
30 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
tfm-fingerprint-1.0.ebuild:
1.8 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.7&r2=1.8
Index: tfm-fingerprint-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tfm-fingerprint-1.0.ebuild 30 Aug 2010 22:12:43 -0000 1.7
+++ tfm-fingerprint-1.0.ebuild 16 Nov 2012 10:13:48 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.8 2012/11/16 10:13:48 ulm Exp $
inherit multilib
@@ -8,8 +8,7 @@
HOMEPAGE="http://www.upek.com/support/dl_linux_bsp.asp"
SRC_URI="http://www.upek.com/support/download/TFMESS_BSP_LIN_${PV}.zip"
-# This is the best license I could find.
-LICENSE="as-is"
+LICENSE="UPEK-SDK-EULA"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-16 10:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 10:13 [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2010-08-30 22:12 Diego Petteno (flameeyes)
2008-12-22 3:44 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox