mgorny 15/01/10 10:56:06 Modified: entangle-0.6.0.ebuild ChangeLog Log: Remove unnecessary patch. Fix the ebuild not to use non-existing patches. Add missing [introspection] deps. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 media-gfx/entangle/entangle-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild?r1=1.1&r2=1.2 Index: entangle-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- entangle-0.6.0.ebuild 30 Dec 2014 19:12:20 -0000 1.1 +++ entangle-0.6.0.ebuild 10 Jan 2015 10:56:06 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v 1.1 2014/12/30 19:12:20 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v 1.2 2015/01/10 10:56:06 mgorny Exp $ EAPI=5 @@ -17,14 +17,14 @@ DEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 - >=x11-libs/gtk+-3.3.18:3 + >=x11-libs/gtk+-3.3.18:3[introspection] virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] - >=media-libs/gexiv2-0.4 + >=media-libs/gexiv2-0.4[introspection] >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0" @@ -40,10 +40,3 @@ --disable-static" DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - gnome2_src_prepare - - has_version '>=media-libs/libgphoto2-2.5.0' && \ - epatch "${FILESDIR}"/${P}+libgphoto2-2.5.0.patch -} 1.11 media-gfx/entangle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/entangle/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/entangle/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 30 Dec 2014 19:12:20 -0000 1.10 +++ ChangeLog 10 Jan 2015 10:56:06 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/entangle -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/ChangeLog,v 1.10 2014/12/30 19:12:20 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/ChangeLog,v 1.11 2015/01/10 10:56:06 mgorny Exp $ + + 10 Jan 2015; Michał Górny <[email protected]> + -files/entangle-0.5.0+libgphoto2-2.5.0.patch, entangle-0.6.0.ebuild: + Remove unnecessary patch. Fix the ebuild not to use non-existing patches. Add + missing [introspection] deps. *entangle-0.6.0 (30 Dec 2014)
