Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/showimg: ChangeLog showimg-0.9.5-r1.ebuild
Date: Thu, 18 Jun 2009 19:31:18
Message-Id: E1MHNKM-0002Nn-KT@stork.gentoo.org
1 gentoofan23 09/06/18 19:31:14
2
3 Modified: ChangeLog showimg-0.9.5-r1.ebuild
4 Log:
5 Fix QA issues with showimg's .desktop file.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.46 media-gfx/showimg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/ChangeLog?rev=1.46&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/ChangeLog?rev=1.46&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/ChangeLog?r1=1.45&r2=1.46
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/showimg/ChangeLog,v
18 retrieving revision 1.45
19 retrieving revision 1.46
20 diff -u -r1.45 -r1.46
21 --- ChangeLog 10 Feb 2009 01:22:25 -0000 1.45
22 +++ ChangeLog 18 Jun 2009 19:31:14 -0000 1.46
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-gfx/showimg
25 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/ChangeLog,v 1.45 2009/02/10 01:22:25 carlo Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/ChangeLog,v 1.46 2009/06/18 19:31:14 gentoofan23 Exp $
29 +
30 + 18 Jun 2009; Thomas Anderson <gentoofan23@g.o>
31 + showimg-0.9.5-r1.ebuild:
32 + Fix QA issues with showimg's .desktop file.
33
34 10 Feb 2009; Carsten Lohrke <carlo@g.o> -showimg-0.9.4.1.ebuild,
35 showimg-0.9.5.ebuild:
36
37
38
39 1.3 media-gfx/showimg/showimg-0.9.5-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: showimg-0.9.5-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- showimg-0.9.5-r1.ebuild 10 Feb 2009 16:17:26 -0000 1.2
52 +++ showimg-0.9.5-r1.ebuild 18 Jun 2009 19:31:14 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild,v 1.2 2009/02/10 16:17:26 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild,v 1.3 2009/06/18 19:31:14 gentoofan23 Exp $
58
59 ARTS_REQUIRED="never"
60
61 @@ -34,6 +34,14 @@
62 "${FILESDIR}/showimg-0.9.5-libpqxx-2.6.9.diff"
63 )
64
65 +src_unpack() {
66 + kde_src_unpack
67 +
68 + sed -i -e '/MimeType/s:$:;:' \
69 + "${S}/showimg/showimgapp/showimg.desktop" \
70 + || die "Sed failed."
71 +}
72 +
73 src_compile() {
74 local myconf="--with-showimgdb \
75 $(use_with exif kexif) \