Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.1.ebuild
Date: Mon, 31 Mar 2008 08:20:03
Message-Id: E1JgFFI-0004hr-Sk@stork.gentoo.org
1 eva 08/03/31 08:20:00
2
3 Modified: ChangeLog gphoto2-2.4.1.ebuild
4 Log:
5 fix built_with_use arguments order
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.59 media-gfx/gphoto2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 31 Mar 2008 05:17:44 -0000 1.58
22 +++ ChangeLog 31 Mar 2008 08:20:00 -0000 1.59
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/gphoto2
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.58 2008/03/31 05:17:44 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.59 2008/03/31 08:20:00 eva Exp $
28 +
29 + 31 Mar 2008; Gilles Dartiguelongue <eva@g.o> gphoto2-2.4.1.ebuild:
30 + fix built_with_use arguments order
31
32 31 Mar 2008; Mart Raudsepp <leio@g.o> gphoto2-2.4.1.ebuild:
33 Fix build by inheriting eutils to get built_with_use definition, bug 215517
34
35
36
37 1.4 media-gfx/gphoto2/gphoto2-2.4.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?r1=1.3&r2=1.4
42
43 Index: gphoto2-2.4.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- gphoto2-2.4.1.ebuild 31 Mar 2008 05:17:44 -0000 1.3
50 +++ gphoto2-2.4.1.ebuild 31 Mar 2008 08:20:00 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.3 2008/03/31 05:17:44 leio Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.4 2008/03/31 08:20:00 eva Exp $
56
57 inherit eutils
58
59 @@ -28,7 +28,7 @@
60 nls? ( >=sys-devel/gettext-0.14 )"
61
62 pkg_setup() {
63 - if use exif && ! built_with_use exif media-libs/libgphoto2; then
64 + if use exif && ! built_with_use media-libs/libgphoto2 exif; then
65 eerror "exif support required but libgphoto2 does not have it."
66 die "rebuild media-libs/libgphoto2 with USE=\"exif\"."
67 fi
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list