* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellmlaunch: gkrellmlaunch-0.5.ebuild ChangeLog
@ 2013-08-31 14:25 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-08-31 14:25 UTC (permalink / raw
To: gentoo-commits
pacho 13/08/31 14:25:01
Modified: gkrellmlaunch-0.5.ebuild ChangeLog
Log:
Fix gcc47 building (#424105) and respect LDFLAGS (#335391), also fix dependencies (#335391). Thanks to Michael Mair-Keimberger (iamnr3) for the work.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.17 x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild?r1=1.16&r2=1.17
Index: gkrellmlaunch-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gkrellmlaunch-0.5.ebuild 11 Jul 2007 20:39:22 -0000 1.16
+++ gkrellmlaunch-0.5.ebuild 31 Aug 2013 14:25:01 -0000 1.17
@@ -1,14 +1,26 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.16 2007/07/11 20:39:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.17 2013/08/31 14:25:01 pacho Exp $
-inherit gkrellm-plugin
+EAPI=5
+inherit eutils gkrellm-plugin toolchain-funcs
-IUSE=""
-DESCRIPTION="a Program-Launcher Plugin for GKrellM2"
+DESCRIPTION="A Program-Launcher Plugin for GKrellM2"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
+IUSE=""
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64"
+
+RDEPEND="app-admin/gkrellm[X]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}-makefile.patch"
+}
+
+src_compile() {
+ emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
+}
\ No newline at end of file
1.16 x11-plugins/gkrellmlaunch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 1 Jun 2013 11:35:49 -0000 1.15
+++ ChangeLog 31 Aug 2013 14:25:01 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellmlaunch
# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.15 2013/06/01 11:35:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.16 2013/08/31 14:25:01 pacho Exp $
+
+ 31 Aug 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/gkrellmlaunch-0.5-makefile.patch, gkrellmlaunch-0.5.ebuild:
+ Fix gcc47 building (#424105) and respect LDFLAGS (#335391), also fix
+ dependencies (#335391). Thanks to Michael Mair-Keimberger (iamnr3) for the
+ work.
01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #144305
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-31 14:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31 14:25 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellmlaunch: gkrellmlaunch-0.5.ebuild ChangeLog Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox