Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer: raw-thumbnailer-0.1.ebuild ChangeLog
Date: Wed, 23 Jan 2008 19:08:53
Message-Id: E1JHkxu-00053M-5v@stork.gentoo.org
1 drac 08/01/23 19:08:50
2
3 Modified: raw-thumbnailer-0.1.ebuild ChangeLog
4 Log:
5 Block gnome-raw-thumbnailer because both are providing same executable, main difference is gconf and gnome-vfs usage.
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.15 media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild?r1=1.14&r2=1.15
14
15 Index: raw-thumbnailer-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- raw-thumbnailer-0.1.ebuild 11 Dec 2007 10:41:34 -0000 1.14
22 +++ raw-thumbnailer-0.1.ebuild 23 Jan 2008 19:08:49 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild,v 1.14 2007/12/11 10:41:34 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.1.ebuild,v 1.15 2008/01/23 19:08:49 drac Exp $
29
30 inherit eutils
31
32 @@ -16,12 +16,15 @@
33 RDEPEND="media-libs/libopenraw
34 >=x11-libs/gtk+-2"
35 DEPEND="${RDEPEND}
36 - dev-util/pkgconfig"
37 + dev-util/pkgconfig
38 + !media-gfx/gnome-raw-thumbnailer"
39
40 pkg_setup() {
41 + local fail="Re-emerge media-libs/libopenraw with USE gtk."
42 +
43 if ! built_with_use media-libs/libopenraw gtk; then
44 - eerror "media-libs/libopenraw has to be built with USE gtk"
45 - die "re-emerge media-libs/libopenraw with USE gtk"
46 + eerror "${fail}"
47 + die "${fail}"
48 fi
49 }
50
51
52
53
54 1.14 media-gfx/raw-thumbnailer/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.14&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.14&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?r1=1.13&r2=1.14
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v
63 retrieving revision 1.13
64 retrieving revision 1.14
65 diff -u -r1.13 -r1.14
66 --- ChangeLog 14 Oct 2007 16:13:04 -0000 1.13
67 +++ ChangeLog 23 Jan 2008 19:08:49 -0000 1.14
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-gfx/raw-thumbnailer
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.13 2007/10/14 16:13:04 corsair Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.14 2008/01/23 19:08:49 drac Exp $
74 +
75 + 23 Jan 2008; Samuli Suominen <drac@g.o> raw-thumbnailer-0.1.ebuild:
76 + Block gnome-raw-thumbnailer because both are providing same executable, main
77 + difference is gconf and gnome-vfs usage.
78
79 14 Oct 2007; Markus Rothe <corsair@g.o> raw-thumbnailer-0.1.ebuild:
80 Stable on ppc64; bug #195250
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list