From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6075D138247 for ; Sun, 12 Jan 2014 11:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD4BE0CAA; Sun, 12 Jan 2014 11:19:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B63E0CAA for ; Sun, 12 Jan 2014 11:19:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A889F33F622 for ; Sun, 12 Jan 2014 11:19:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 2AD2C2004C; Sun, 12 Jan 2014 11:19:16 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ufraw-0.19.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ufraw-0.19.2.ebuild ChangeLog X-VCS-Directories: media-gfx/ufraw X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140112111916.2AD2C2004C@flycatcher.gentoo.org> Date: Sun, 12 Jan 2014 11:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c8d5f4d-e25c-4e5d-8171-148a58d01a2e X-Archives-Hash: 2b67ed49eaa3d6ffe81ddae4f725a55a maekke 14/01/12 11:19:16 Modified: ufraw-0.19.2.ebuild ChangeLog Log: add missing media-libs/libpng dep, use subslot operator deps (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 072AD062) Revision Changes Path 1.14 media-gfx/ufraw/ufraw-0.19.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild?r1=1.13&r2=1.14 Index: ufraw-0.19.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ufraw-0.19.2.ebuild 2 Jun 2013 08:43:37 -0000 1.13 +++ ufraw-0.19.2.ebuild 12 Jan 2014 11:19:16 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild,v 1.13 2013/06/02 08:43:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.19.2.ebuild,v 1.14 2014/01/12 11:19:16 maekke Exp $ EAPI=5 inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs @@ -15,12 +15,13 @@ IUSE="contrast fits gimp gnome gtk openmp timezone" RDEPEND="dev-libs/glib:2 - >=media-gfx/exiv2-0.11 - virtual/jpeg + >=media-gfx/exiv2-0.11:0= media-libs/lcms:0 >=media-libs/lensfun-0.2.5 + media-libs/libpng:0= media-libs/tiff - fits? ( sci-libs/cfitsio ) + virtual/jpeg + fits? ( sci-libs/cfitsio:0= ) gnome? ( >=gnome-base/gconf-2 ) gtk? ( >=x11-libs/gtk+-2.6:2 >=media-gfx/gtkimageview-1.5 ) 1.118 media-gfx/ufraw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/ChangeLog?r1=1.117&r2=1.118 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ChangeLog 5 Jan 2014 14:37:06 -0000 1.117 +++ ChangeLog 12 Jan 2014 11:19:16 -0000 1.118 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/ufraw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.117 2014/01/05 14:37:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.118 2014/01/12 11:19:16 maekke Exp $ + + 12 Jan 2014; Markus Meier ufraw-0.19.2.ebuild: + add missing media-libs/libpng dep, use subslot operator deps 05 Jan 2014; Markus Meier -ufraw-0.18.ebuild, -ufraw-0.19.ebuild, -ufraw-0.19.1.ebuild: