pacho 14/11/22 18:12:21 Modified: camorama-0.19-r2.ebuild ChangeLog Log: Missing dependency on libgnome-keyring (#514822) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.7 media-video/camorama/camorama-0.19-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild?r1=1.6&r2=1.7 Index: camorama-0.19-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- camorama-0.19-r2.ebuild 5 May 2012 08:58:53 -0000 1.6 +++ camorama-0.19-r2.ebuild 22 Nov 2014 18:12:21 -0000 1.7 @@ -1,8 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild,v 1.6 2012/05/05 08:58:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild,v 1.7 2014/11/22 18:12:21 pacho Exp $ + +EAPI=5 +GNOME_TARBALL_SUFFIX="bz2" -EAPI=2 inherit eutils gnome2 DESCRIPTION="A webcam application featuring various image filters" @@ -13,20 +15,20 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND=">=gnome-base/gconf-2 +RDEPEND=" + >=gnome-base/gconf-2 >=gnome-base/libglade-2 >=gnome-base/libgnome-2 + gnome-base/libgnome-keyring >=gnome-base/libgnomeui-2 media-libs/libv4l - x11-libs/gtk+:2" + x11-libs/gtk+:2 +" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install" -} + sys-devel/gettext +" src_prepare() { epatch \ 1.28 media-video/camorama/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 8 Jul 2014 12:00:43 -0000 1.27 +++ ChangeLog 22 Nov 2014 18:12:21 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for media-video/camorama # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.27 2014/07/08 12:00:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.28 2014/11/22 18:12:21 pacho Exp $ + + 22 Nov 2014; Pacho Ramos <[email protected]> camorama-0.19-r2.ebuild: + Missing dependency on libgnome-keyring (#514822) 08 Jul 2014; Pacho Ramos <[email protected]> -camorama-0.19-r1.ebuild: Drop old
