Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@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: Wed, 28 May 2008 20:24:09
Message-Id: E1K1SBr-0002b8-35@stork.gentoo.org
1 maekke 08/05/28 20:24:07
2
3 Modified: ChangeLog gphoto2-2.4.1.ebuild
4 Log:
5 fix docdir, bug #223881
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.67 media-gfx/gphoto2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 25 May 2008 13:09:50 -0000 1.66
22 +++ ChangeLog 28 May 2008 20:24:06 -0000 1.67
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.66 2008/05/25 13:09:50 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.67 2008/05/28 20:24:06 maekke Exp $
28 +
29 + 28 May 2008; Markus Meier <maekke@g.o> gphoto2-2.4.1.ebuild:
30 + fix docdir, bug #223881
31
32 25 May 2008; Markus Meier <maekke@g.o> gphoto2-2.4.1.ebuild:
33 amd64 stable, bug #221853
34
35
36
37 1.12 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.12&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.12&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?r1=1.11&r2=1.12
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.11
47 retrieving revision 1.12
48 diff -u -r1.11 -r1.12
49 --- gphoto2-2.4.1.ebuild 25 May 2008 13:09:50 -0000 1.11
50 +++ gphoto2-2.4.1.ebuild 28 May 2008 20:24:06 -0000 1.12
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.11 2008/05/25 13:09:50 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.12 2008/05/28 20:24:06 maekke Exp $
56
57 inherit eutils
58
59 @@ -36,6 +36,7 @@
60
61 src_compile() {
62 econf \
63 + --docdir=/usr/share/doc/${PF} \
64 $(use_with aalib) \
65 $(use_with aalib jpeg) \
66 $(use_with exif) \
67 @@ -47,7 +48,6 @@
68
69 src_install() {
70 emake DESTDIR="${D}" \
71 - gphotodocdir="${D}"/usr/share/doc/${PF} \
72 HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
73 install || die "installation failed"
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list