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/gkrellmlaunch: gkrellmlaunch-0.5.ebuild ChangeLog
Date: Sat, 31 Aug 2013 14:25:06
Message-Id: 20130831142501.EB4D92004B@flycatcher.gentoo.org
1 pacho 13/08/31 14:25:01
2
3 Modified: gkrellmlaunch-0.5.ebuild ChangeLog
4 Log:
5 Fix gcc47 building (#424105) and respect LDFLAGS (#335391), also fix dependencies (#335391). Thanks to Michael Mair-Keimberger (iamnr3) for the work.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.17 x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?r1=1.16&r2=1.17
15
16 Index: gkrellmlaunch-0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- gkrellmlaunch-0.5.ebuild 11 Jul 2007 20:39:22 -0000 1.16
23 +++ gkrellmlaunch-0.5.ebuild 31 Aug 2013 14:25:01 -0000 1.17
24 @@ -1,14 +1,26 @@
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/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.16 2007/07/11 20:39:22 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.17 2013/08/31 14:25:01 pacho Exp $
30
31 -inherit gkrellm-plugin
32 +EAPI=5
33 +inherit eutils gkrellm-plugin toolchain-funcs
34
35 -IUSE=""
36 -DESCRIPTION="a Program-Launcher Plugin for GKrellM2"
37 +DESCRIPTION="A Program-Launcher Plugin for GKrellM2"
38 SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
39 HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
40 +IUSE=""
41
42 SLOT="2"
43 LICENSE="GPL-2"
44 KEYWORDS="x86 ppc sparc alpha amd64"
45 +
46 +RDEPEND="app-admin/gkrellm[X]"
47 +DEPEND="${RDEPEND}"
48 +
49 +src_prepare() {
50 + epatch "${FILESDIR}/${P}-makefile.patch"
51 +}
52 +
53 +src_compile() {
54 + emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
55 +}
56 \ No newline at end of file
57
58
59
60 1.16 x11-plugins/gkrellmlaunch/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?rev=1.16&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?rev=1.16&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?r1=1.15&r2=1.16
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v
69 retrieving revision 1.15
70 retrieving revision 1.16
71 diff -u -r1.15 -r1.16
72 --- ChangeLog 1 Jun 2013 11:35:49 -0000 1.15
73 +++ ChangeLog 31 Aug 2013 14:25:01 -0000 1.16
74 @@ -1,6 +1,12 @@
75 # ChangeLog for x11-plugins/gkrellmlaunch
76 # Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.15 2013/06/01 11:35:49 pacho Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.16 2013/08/31 14:25:01 pacho Exp $
79 +
80 + 31 Aug 2013; Pacho Ramos <pacho@g.o>
81 + +files/gkrellmlaunch-0.5-makefile.patch, gkrellmlaunch-0.5.ebuild:
82 + Fix gcc47 building (#424105) and respect LDFLAGS (#335391), also fix
83 + dependencies (#335391). Thanks to Michael Mair-Keimberger (iamnr3) for the
84 + work.
85
86 01 Jun 2013; Pacho Ramos <pacho@g.o> metadata.xml:
87 Cleanup due bug #144305