Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@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 05:17:47
Message-Id: E1JgCOv-0003mw-0T@stork.gentoo.org
1 leio 08/03/31 05:17:45
2
3 Modified: ChangeLog gphoto2-2.4.1.ebuild
4 Log:
5 Fix build by inheriting eutils to get built_with_use definition, bug 215517
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.58 media-gfx/gphoto2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 30 Mar 2008 21:30:21 -0000 1.57
22 +++ ChangeLog 31 Mar 2008 05:17:44 -0000 1.58
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.57 2008/03/30 21:30:21 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.58 2008/03/31 05:17:44 leio Exp $
28 +
29 + 31 Mar 2008; Mart Raudsepp <leio@g.o> gphoto2-2.4.1.ebuild:
30 + Fix build by inheriting eutils to get built_with_use definition, bug 215517
31
32 *gphoto2-2.4.1 (30 Mar 2008)
33
34
35
36
37 1.3 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.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?r1=1.2&r2=1.3
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.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- gphoto2-2.4.1.ebuild 31 Mar 2008 01:57:41 -0000 1.2
50 +++ gphoto2-2.4.1.ebuild 31 Mar 2008 05:17:44 -0000 1.3
51 @@ -1,6 +1,8 @@
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.2 2008/03/31 01:57:41 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.3 2008/03/31 05:17:44 leio Exp $
56 +
57 +inherit eutils
58
59 DESCRIPTION="free, redistributable digital camera software application"
60 HOMEPAGE="http://www.gphoto.org/"
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list