public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gthumb: gthumb-2.10.8.ebuild gthumb-2.10.7.ebuild ChangeLog
@ 2008-01-16 16:15 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-01-16 16:15 UTC (permalink / raw
  To: gentoo-commits

eva         08/01/16 16:15:11

  Modified:             gthumb-2.10.8.ebuild gthumb-2.10.7.ebuild ChangeLog
  Log:
   fix exif dependency which is not optional anymore (bug #205843)
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.2                  media-gfx/gthumb/gthumb-2.10.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild?r1=1.1&r2=1.2

Index: gthumb-2.10.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gthumb-2.10.8.ebuild	3 Jan 2008 20:35:32 -0000	1.1
+++ gthumb-2.10.8.ebuild	16 Jan 2008 16:15:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild,v 1.1 2008/01/03 20:35:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild,v 1.2 2008/01/16 16:15:10 eva Exp $
 
 inherit gnome2
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="exif gphoto2 iptc raw tiff"
+IUSE="gphoto2 iptc raw tiff"
 
 # Unknown item missing from deps, gtkunique.
 RDEPEND=">=dev-libs/glib-2.6
@@ -21,7 +21,7 @@
 	>=gnome-base/libgnomecanvas-2.6
 	>=gnome-base/gnome-vfs-2.6
 	>=gnome-base/libglade-2.4
-	exif? ( >=media-libs/libexif-0.6.13 )
+	>=media-libs/libexif-0.6.13
 	gphoto2? ( >=media-libs/libgphoto2-2.1.3 )
 	iptc? ( >=media-libs/libiptcdata-0.2.1 )
 	>=gnome-base/libbonobo-2.6
@@ -40,6 +40,6 @@
 DOCS="AUTHORS ChangeLog NEWS README"
 
 pkg_setup() {
-	G2CONF="$(use_enable exif) $(use_enable gphoto2) $(use_enable raw libopenraw)
+	G2CONF="${G2CONF} $(use_enable gphoto2) $(use_enable raw libopenraw)
 		$(use_enable iptc iptcdata) $(use_enable tiff)"
 }



1.7                  media-gfx/gthumb/gthumb-2.10.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild?r1=1.6&r2=1.7

Index: gthumb-2.10.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gthumb-2.10.7.ebuild	17 Dec 2007 21:18:27 -0000	1.6
+++ gthumb-2.10.7.ebuild	16 Jan 2008 16:15:10 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild,v 1.6 2007/12/17 21:18:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.7.ebuild,v 1.7 2008/01/16 16:15:10 eva Exp $
 
 inherit gnome2
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ia64 ppc ppc64 x86"
-IUSE="exif gphoto2 iptc raw tiff"
+IUSE="gphoto2 iptc raw tiff"
 
 # Unknown item missing from deps, gtkunique.
 RDEPEND=">=dev-libs/glib-2.6
@@ -21,7 +21,7 @@
 	>=gnome-base/libgnomecanvas-2.6
 	>=gnome-base/gnome-vfs-2.6
 	>=gnome-base/libglade-2.4
-	exif? ( >=media-libs/libexif-0.6.13 )
+	>=media-libs/libexif-0.6.13
 	gphoto2? ( >=media-libs/libgphoto2-2.1.3 )
 	iptc? ( >=media-libs/libiptcdata-0.2.1 )
 	>=gnome-base/libbonobo-2.6
@@ -40,6 +40,6 @@
 DOCS="AUTHORS ChangeLog NEWS README"
 
 pkg_setup() {
-	G2CONF="$(use_enable exif) $(use_enable gphoto2) $(use_enable raw libopenraw)
+	G2CONF="$(use_enable gphoto2) $(use_enable raw libopenraw)
 		$(use_enable iptc iptcdata) $(use_enable tiff)"
 }



1.82                 media-gfx/gthumb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	3 Jan 2008 20:35:32 -0000	1.81
+++ ChangeLog	16 Jan 2008 16:15:10 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/gthumb
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.81 2008/01/03 20:35:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.82 2008/01/16 16:15:10 eva Exp $
+
+  16 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> gthumb-2.10.7.ebuild,
+  gthumb-2.10.8.ebuild:
+  fix exif dependency which is not optional anymore (bug #205843)
 
 *gthumb-2.10.8 (03 Jan 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-16 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 16:15 [gentoo-commits] gentoo-x86 commit in media-gfx/gthumb: gthumb-2.10.8.ebuild gthumb-2.10.7.ebuild ChangeLog Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox