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/gkrellkam: gkrellkam-2.0.0.ebuild ChangeLog
Date: Sat, 31 Aug 2013 14:41:58
Message-Id: 20130831144151.4BEA72004B@flycatcher.gentoo.org
1 pacho 13/08/31 14:41:51
2
3 Modified: gkrellkam-2.0.0.ebuild ChangeLog
4 Log:
5 Fix LDFLAGS/gcc usage (#338903), deps (#421703) and gcc-4.7 building (#426454). By Michael Mair-Keimberger (iamnr3).
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.14 x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?r1=1.13&r2=1.14
15
16 Index: gkrellkam-2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- gkrellkam-2.0.0.ebuild 9 Mar 2007 16:01:53 -0000 1.13
23 +++ gkrellkam-2.0.0.ebuild 31 Aug 2013 14:41:51 -0000 1.14
24 @@ -1,23 +1,35 @@
25 -# Copyright 1999-2007 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/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.13 2007/03/09 16:01:53 lack Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.14 2013/08/31 14:41:51 pacho Exp $
30
31 -inherit gkrellm-plugin
32 +EAPI="5"
33 +inherit eutils gkrellm-plugin toolchain-funcs
34
35 MY_P=${P/-/_}
36 -IUSE=""
37 +
38 DESCRIPTION="an Image-Watcher-Plugin for GKrellM2."
39 SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz"
40 HOMEPAGE="http://gkrellkam.sourceforge.net"
41 LICENSE="GPL-2"
42 SLOT="0"
43 +IUSE=""
44 KEYWORDS="x86 ppc sparc alpha amd64"
45
46 -RDEPEND="net-misc/wget"
47 +RDEPEND="net-misc/wget
48 + app-admin/gkrellm[X]"
49 +DEPEND="${RDEPEND}"
50
51 PLUGIN_SO=gkrellkam2.so
52 PLUGIN_DOCS="example.list"
53
54 +src_prepare() {
55 + epatch "${FILESDIR}"/${P}-makefile.patch
56 +}
57 +
58 +src_compile() {
59 + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
60 +}
61 +
62 src_install () {
63 gkrellm-plugin_src_install
64 doman gkrellkam-list.5
65
66
67
68 1.17 x11-plugins/gkrellkam/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/ChangeLog?rev=1.17&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/ChangeLog?rev=1.17&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/ChangeLog?r1=1.16&r2=1.17
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v
77 retrieving revision 1.16
78 retrieving revision 1.17
79 diff -u -r1.16 -r1.17
80 --- ChangeLog 1 Jun 2013 11:30:48 -0000 1.16
81 +++ ChangeLog 31 Aug 2013 14:41:51 -0000 1.17
82 @@ -1,6 +1,11 @@
83 # ChangeLog for x11-plugins/gkrellkam
84 # Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.16 2013/06/01 11:30:48 pacho Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.17 2013/08/31 14:41:51 pacho Exp $
87 +
88 + 31 Aug 2013; Pacho Ramos <pacho@g.o>
89 + +files/gkrellkam-2.0.0-makefile.patch, gkrellkam-2.0.0.ebuild:
90 + Fix LDFLAGS/gcc usage (#338903), deps (#421703) and gcc-4.7 building
91 + (#426454). By Michael Mair-Keimberger (iamnr3).
92
93 01 Jun 2013; Pacho Ramos <pacho@g.o> metadata.xml:
94 Cleanup due bug #144305