Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/photopc: photopc-3.07.ebuild ChangeLog
Date: Wed, 27 Feb 2013 04:56:06
Message-Id: 20130227045603.398BB2171D@flycatcher.gentoo.org
1 kensington 13/02/27 04:56:03
2
3 Modified: photopc-3.07.ebuild ChangeLog
4 Log:
5 Migrate to EAPI 5. Respect AR.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.3 media-gfx/photopc/photopc-3.07.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild?r1=1.2&r2=1.3
15
16 Index: photopc-3.07.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- photopc-3.07.ebuild 27 Jan 2013 12:41:24 -0000 1.2
23 +++ photopc-3.07.ebuild 27 Feb 2013 04:56:03 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild,v 1.2 2013/01/27 12:41:24 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.07.ebuild,v 1.3 2013/02/27 04:56:03 kensington Exp $
29
30 -EAPI=4
31 +EAPI=5
32
33 inherit toolchain-funcs
34
35 @@ -15,6 +15,10 @@
36 KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE=""
38
39 +src_compile() {
40 + emake AR="$(tc-getAR)"
41 +}
42 +
43 src_install() {
44 dodoc README
45 dobin photopc epinfo
46
47
48
49 1.15 media-gfx/photopc/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/ChangeLog?rev=1.15&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/ChangeLog?rev=1.15&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photopc/ChangeLog?r1=1.14&r2=1.15
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v
58 retrieving revision 1.14
59 retrieving revision 1.15
60 diff -u -r1.14 -r1.15
61 --- ChangeLog 27 Jan 2013 12:41:24 -0000 1.14
62 +++ ChangeLog 27 Feb 2013 04:56:03 -0000 1.15
63 @@ -1,6 +1,9 @@
64 # ChangeLog for media-gfx/photopc
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.14 2013/01/27 12:41:24 ulm Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.15 2013/02/27 04:56:03 kensington Exp $
68 +
69 + 27 Feb 2013; Michael Palimaka <kensington@g.o> photopc-3.07.ebuild:
70 + Migrate to EAPI 5. Respect AR.
71
72 27 Jan 2013; Ulrich Müller <ulm@g.o> photopc-3.05.ebuild,
73 photopc-3.06.ebuild, photopc-3.07.ebuild: