Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: libfprint-0.5.1-r1.ebuild ChangeLog
Date: Tue, 06 May 2014 02:42:38
Message-Id: 20140506024234.4A0F92004E@flycatcher.gentoo.org
1 patrick 14/05/06 02:42:34
2
3 Modified: libfprint-0.5.1-r1.ebuild ChangeLog
4 Log:
5 Move humonguous patch away for more QA happy
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sys-auth/libfprint/libfprint-0.5.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libfprint-0.5.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libfprint-0.5.1-r1.ebuild 5 May 2014 06:10:53 -0000 1.1
23 +++ libfprint-0.5.1-r1.ebuild 6 May 2014 02:42:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild,v 1.1 2014/05/05 06:10:53 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild,v 1.2 2014/05/06 02:42:34 patrick Exp $
29
30 EAPI=5
31
32 @@ -9,7 +9,8 @@
33 MY_PV="v_${PV//./_}"
34 DESCRIPTION="library to add support for consumer fingerprint readers"
35 HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/"
36 -SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
37 +SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2
38 + http://dev.gentoo.org/~patrick/libfprint-0.5.1-add-vfs5011-driver.patch"
39
40 LICENSE="LGPL-2.1"
41 SLOT="0"
42 @@ -23,7 +24,7 @@
43 virtual/pkgconfig"
44
45 src_prepare() {
46 - epatch "${FILESDIR}/${P}-add-vfs5011-driver.patch"
47 + epatch "${DISTDIR}/${P}-add-vfs5011-driver.patch" || die
48 eautoreconf
49 }
50
51
52
53
54 1.34 sys-auth/libfprint/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.34&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.34&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.33&r2=1.34
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
63 retrieving revision 1.33
64 retrieving revision 1.34
65 diff -u -r1.33 -r1.34
66 --- ChangeLog 5 May 2014 06:10:53 -0000 1.33
67 +++ ChangeLog 6 May 2014 02:42:34 -0000 1.34
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sys-auth/libfprint
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.33 2014/05/05 06:10:53 alexxy Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.34 2014/05/06 02:42:34 patrick Exp $
73 +
74 + 06 May 2014; Patrick Lauer <patrick@g.o>
75 + -files/libfprint-0.5.1-add-vfs5011-driver.patch, libfprint-0.5.1-r1.ebuild:
76 + Move humonguous patch away for more QA happy
77
78 *libfprint-0.5.1-r1 (05 May 2014)