public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog
@ 2012-06-03 14:23 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-06-03 14:23 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/03 14:23:03

  Modified:             fingerprint-gui-1.04.ebuild ChangeLog
  Log:
  Add gcc/unistd patch
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?r1=1.2&r2=1.3

Index: fingerprint-gui-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fingerprint-gui-1.04.ebuild	21 May 2012 14:32:58 -0000	1.2
+++ fingerprint-gui-1.04.ebuild	3 Jun 2012 14:23:03 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.2 2012/05/21 14:32:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.3 2012/06/03 14:23:03 xmw Exp $
 
 EAPI=4
 
-inherit multilib versionator qt4-r2
+inherit eutils multilib qt4-r2
 
 DESCRIPTION="Use Fingerprint Devices with Linux"
 HOMEPAGE="http://www.n-view.net/Appliance/fingerprint/"
@@ -28,6 +28,10 @@
 QA_PRESTRIPPED="/usr/lib/libbsapi.so /usr/lib64/libbsapi.so"
 QA_FLAGS_IGNORED="/usr/lib/libbsapi.so /usr/lib64/libbsapi.so"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-unistd.patch
+}
+
 src_configure() {
 	eqmake4 \
 		PREFIX="${EROOT}"usr \



1.2                  sys-auth/fingerprint-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 May 2012 01:56:30 -0000	1.1
+++ ChangeLog	3 Jun 2012 14:23:03 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/fingerprint-gui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.1 2012/05/21 01:56:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.2 2012/06/03 14:23:03 xmw Exp $
+
+  03 Jun 2012; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild,
+  +files/fingerprint-gui-1.04-unistd.patch:
+  Add gcc/unistd patch
 
 *fingerprint-gui-1.04 (21 May 2012)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog
@ 2012-07-09  5:48 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-07-09  5:48 UTC (permalink / raw
  To: gentoo-commits

xmw         12/07/09 05:48:42

  Modified:             fingerprint-gui-1.04.ebuild ChangeLog
  Log:
  Add sys-libs/pam dep (bug 425036, Andrea Cascio)
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?r1=1.3&r2=1.4

Index: fingerprint-gui-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fingerprint-gui-1.04.ebuild	3 Jun 2012 14:23:03 -0000	1.3
+++ fingerprint-gui-1.04.ebuild	9 Jul 2012 05:48:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.3 2012/06/03 14:23:03 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.4 2012/07/09 05:48:42 xmw Exp $
 
 EAPI=4
 
@@ -19,6 +19,7 @@
 	app-crypt/qca-ossl
 	sys-auth/libfprint
 	sys-auth/polkit-qt
+	sys-libs/pam
 	x11-libs/libfakekey
 	x11-libs/qt-core:4
 	!sys-auth/thinkfinger"



1.3                  sys-auth/fingerprint-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	3 Jun 2012 14:23:03 -0000	1.2
+++ ChangeLog	9 Jul 2012 05:48:42 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fingerprint-gui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.2 2012/06/03 14:23:03 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.3 2012/07/09 05:48:42 xmw Exp $
+
+  09 Jul 2012; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild:
+  Add sys-libs/pam dep (bug 425036, Andrea Cascio)
 
   03 Jun 2012; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild,
   +files/fingerprint-gui-1.04-unistd.patch:
@@ -12,4 +15,3 @@
   +metadata.xml:
   Initial import (bug 341105, big thanks to Jan Buecken, Jason Lamb, Oliver
   Deppert)
-






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog
@ 2012-10-31 16:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-31 16:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/10/31 16:10:50

  Modified:             fingerprint-gui-1.04.ebuild ChangeLog
  Log:
  Use udev.eclass for determining correct directory of udev rules.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?r1=1.4&r2=1.5

Index: fingerprint-gui-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fingerprint-gui-1.04.ebuild	9 Jul 2012 05:48:42 -0000	1.4
+++ fingerprint-gui-1.04.ebuild	31 Oct 2012 16:10:50 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.4 2012/07/09 05:48:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.5 2012/10/31 16:10:50 ssuominen Exp $
 
 EAPI=4
 
-inherit eutils multilib qt4-r2
+inherit eutils multilib qt4-r2 udev
 
 DESCRIPTION="Use Fingerprint Devices with Linux"
 HOMEPAGE="http://www.n-view.net/Appliance/fingerprint/"
@@ -47,8 +47,7 @@
 	if use upekbsapi ; then
 		use amd64 && dolib.so upek/lib64/libbsapi.so
 		use x86 && dolib.so upek/lib/libbsapi.so
-		insinto /$(get_libdir)/udev/rules.d
-		doins upek/91-fingerprint-gui-upek.rules
+		udev_dorules upek/91-fingerprint-gui-upek.rules
 		insinto /etc
 		doins upek/upek.cfg
 		#dodir /var/upek_data



1.4                  sys-auth/fingerprint-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Jul 2012 05:48:42 -0000	1.3
+++ ChangeLog	31 Oct 2012 16:10:50 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/fingerprint-gui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.3 2012/07/09 05:48:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.4 2012/10/31 16:10:50 ssuominen Exp $
+
+  31 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
+  fingerprint-gui-1.04.ebuild:
+  Use udev.eclass for determining correct directory of udev rules.
 
   09 Jul 2012; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild:
   Add sys-libs/pam dep (bug 425036, Andrea Cascio)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog
@ 2013-01-15 11:11 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2013-01-15 11:11 UTC (permalink / raw
  To: gentoo-commits

xmw         13/01/15 11:11:38

  Modified:             fingerprint-gui-1.04.ebuild ChangeLog
  Log:
  Include icon file, thanks ssuominen
  
  (Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.6                  sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?r1=1.5&r2=1.6

Index: fingerprint-gui-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fingerprint-gui-1.04.ebuild	31 Oct 2012 16:10:50 -0000	1.5
+++ fingerprint-gui-1.04.ebuild	15 Jan 2013 11:11:38 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.5 2012/10/31 16:10:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.6 2013/01/15 11:11:38 xmw Exp $
 
 EAPI=4
 
@@ -31,6 +31,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-unistd.patch
+	sed -e '/Icon=/s:=.*:Fingerprint:' \
+		-i bin/${PN}/${PN}.desktop || die
 }
 
 src_configure() {
@@ -54,6 +56,7 @@
 		#fowners root:plugdev /var/upek_data
 		#fperms 0775 /var/upek_data
 	fi
+	doicon src/res/Fingerprint.png
 
 	dodoc CHANGELOG README
 	dohtml doc/*



1.5                  sys-auth/fingerprint-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	31 Oct 2012 16:10:50 -0000	1.4
+++ ChangeLog	15 Jan 2013 11:11:38 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fingerprint-gui
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.4 2012/10/31 16:10:50 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.5 2013/01/15 11:11:38 xmw Exp $
+
+  15 Jan 2013; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild:
+  Include icon file, thanks ssuominen
 
   31 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
   fingerprint-gui-1.04.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog
@ 2013-03-02 23:33 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 23:33 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 23:33:19

  Modified:             fingerprint-gui-1.04.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.7                  sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild?r1=1.6&r2=1.7

Index: fingerprint-gui-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fingerprint-gui-1.04.ebuild	15 Jan 2013 11:11:38 -0000	1.6
+++ fingerprint-gui-1.04.ebuild	2 Mar 2013 23:33:19 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.6 2013/01/15 11:11:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/fingerprint-gui-1.04.ebuild,v 1.7 2013/03/02 23:33:19 hwoarang Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 	sys-auth/polkit-qt
 	sys-libs/pam
 	x11-libs/libfakekey
-	x11-libs/qt-core:4
+	dev-qt/qtcore:4
 	!sys-auth/thinkfinger"
 DEPEND="${RDEPEND}"
 



1.6                  sys-auth/fingerprint-gui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Jan 2013 11:11:38 -0000	1.5
+++ ChangeLog	2 Mar 2013 23:33:19 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/fingerprint-gui
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.5 2013/01/15 11:11:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fingerprint-gui/ChangeLog,v 1.6 2013/03/02 23:33:19 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+  fingerprint-gui-1.04.ebuild:
+  Move Qt dependencies to the new category
 
   15 Jan 2013; Michael Weber <xmw@gentoo.org> fingerprint-gui-1.04.ebuild:
   Include icon file, thanks ssuominen





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-02 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03 14:23 [gentoo-commits] gentoo-x86 commit in sys-auth/fingerprint-gui: fingerprint-gui-1.04.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09  5:48 Michael Weber (xmw)
2012-10-31 16:10 Samuli Suominen (ssuominen)
2013-01-15 11:11 Michael Weber (xmw)
2013-03-02 23:33 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox