Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellflynn: gkrellflynn-0.8.ebuild ChangeLog
Date: Sat, 31 Aug 2013 14:48:48
Message-Id: 20130831144845.9D4FC2004C@flycatcher.gentoo.org
1 pacho 13/08/31 14:48:45
2
3 Modified: gkrellflynn-0.8.ebuild ChangeLog
4 Log:
5 Fix gcc-4.7 building (#427414), respect LDFLAGS/CFLAGS (#334813)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.10 x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild?r1=1.9&r2=1.10
15
16 Index: gkrellflynn-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gkrellflynn-0.8.ebuild 18 Nov 2008 14:06:53 -0000 1.9
23 +++ gkrellflynn-0.8.ebuild 31 Aug 2013 14:48:45 -0000 1.10
24 @@ -1,17 +1,25 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.9 2008/11/18 14:06:53 lack Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.10 2013/08/31 14:48:45 pacho Exp $
30
31 -inherit gkrellm-plugin
32 +EAPI="5"
33 +inherit eutils gkrellm-plugin toolchain-funcs
34
35 -IUSE=""
36 HOMEPAGE="http://bax.comlab.uni-rostock.de/en/projects/flynn.html"
37 SRC_URI="http://bax.comlab.uni-rostock.de/fileadmin/downloads/${P}.tar.gz"
38 DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)"
39 KEYWORDS="alpha amd64 ppc sparc x86"
40 SLOT="0"
41 LICENSE="GPL-2"
42 +IUSE=""
43 +
44 +RDEPEND="app-admin/gkrellm[X]"
45 +DEPEND="${RDEPEND}"
46 +
47 +src_prepare(){
48 + epatch "${FILESDIR}"/${P}-makefile.patch
49 +}
50
51 src_compile() {
52 - make gkrellm2
53 + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" gkrellm2
54 }
55
56
57
58 1.27 x11-plugins/gkrellflynn/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog?rev=1.27&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog?rev=1.27&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog?r1=1.26&r2=1.27
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v
67 retrieving revision 1.26
68 retrieving revision 1.27
69 diff -u -r1.26 -r1.27
70 --- ChangeLog 1 Jun 2013 11:30:12 -0000 1.26
71 +++ ChangeLog 31 Aug 2013 14:48:45 -0000 1.27
72 @@ -1,6 +1,10 @@
73 # ChangeLog for x11-plugins/gkrellflynn
74 # Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.26 2013/06/01 11:30:12 pacho Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.27 2013/08/31 14:48:45 pacho Exp $
77 +
78 + 31 Aug 2013; Pacho Ramos <pacho@g.o>
79 + +files/gkrellflynn-0.8-makefile.patch, gkrellflynn-0.8.ebuild:
80 + Fix gcc-4.7 building (#427414), respect LDFLAGS/CFLAGS (#334813)
81
82 01 Jun 2013; Pacho Ramos <pacho@g.o> metadata.xml:
83 Cleanup due bug #144305