kensington 15/02/21 10:32:21 Modified: ChangeLog Added: libkface-4.7.0.ebuild Removed: libkface-3.5.0.ebuild Log: Version bump wrt bug #538622. Remove old. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.53 media-libs/libkface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 14 Feb 2015 14:38:20 -0000 1.52 +++ ChangeLog 21 Feb 2015 10:32:21 -0000 1.53 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.52 2015/02/14 14:38:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.53 2015/02/21 10:32:21 kensington Exp $ + +*libkface-4.7.0 (21 Feb 2015) + + 21 Feb 2015; Michael Palimaka <[email protected]> +libkface-4.7.0.ebuild, + -libkface-3.5.0.ebuild: + Version bump wrt bug #538622. Remove old. 14 Feb 2015; Agostino Sarubbo <[email protected]> libkface-4.4.0.ebuild: Stable for x86, wrt bug #517344 1.1 media-libs/libkface/libkface-4.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.7.0.ebuild?rev=1.1&content-type=text/plain Index: libkface-4.7.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.7.0.ebuild,v 1.1 2015/02/21 10:32:21 kensington Exp $ EAPI=5 MY_PV="${PV/_/-}" MY_P="digikam-${MY_PV}" KDE_LINGUAS="" KDE_MINIMAL="4.10" inherit kde4-base DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" HOMEPAGE="http://www.digikam.org/" SRC_URI="mirror://kde/stable/digikam/${MY_P}-1.tar.bz2" LICENSE="GPL-2" SLOT="4/3" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=media-libs/opencv-2.4.9" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/extra/${PN}
