patrick 14/05/06 02:42:34 Modified: libfprint-0.5.1-r1.ebuild ChangeLog Log: Move humonguous patch away for more QA happy (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 sys-auth/libfprint/libfprint-0.5.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild?r1=1.1&r2=1.2 Index: libfprint-0.5.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libfprint-0.5.1-r1.ebuild 5 May 2014 06:10:53 -0000 1.1 +++ libfprint-0.5.1-r1.ebuild 6 May 2014 02:42:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 @@ -9,7 +9,8 @@ MY_PV="v_${PV//./_}" DESCRIPTION="library to add support for consumer fingerprint readers" HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/" -SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2 + http://dev.gentoo.org/~patrick/libfprint-0.5.1-add-vfs5011-driver.patch" LICENSE="LGPL-2.1" SLOT="0" @@ -23,7 +24,7 @@ virtual/pkgconfig" src_prepare() { - epatch "${FILESDIR}/${P}-add-vfs5011-driver.patch" + epatch "${DISTDIR}/${P}-add-vfs5011-driver.patch" || die eautoreconf } 1.34 sys-auth/libfprint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 5 May 2014 06:10:53 -0000 1.33 +++ ChangeLog 6 May 2014 02:42:34 -0000 1.34 @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/libfprint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.33 2014/05/05 06:10:53 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.34 2014/05/06 02:42:34 patrick Exp $ + + 06 May 2014; Patrick Lauer <[email protected]> + -files/libfprint-0.5.1-add-vfs5011-driver.patch, libfprint-0.5.1-r1.ebuild: + Move humonguous patch away for more QA happy *libfprint-0.5.1-r1 (05 May 2014)
