public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsystray: ChangeLog wmsystray-0.1.1.ebuild
@ 2010-09-09 13:43 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; only message in thread
From: Michele Noberasco (s4t4n) @ 2010-09-09 13:43 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/09/09 13:43:12

  Modified:             ChangeLog wmsystray-0.1.1.ebuild
  Log:
    Honour Gentoo LDFLAGS, see bug #336296.
    Some QA on package build.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.12                 x11-plugins/wmsystray/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	30 Jun 2007 14:20:37 -0000	1.11
+++ ChangeLog	9 Sep 2010 13:43:12 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmsystray
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.11 2007/06/30 14:20:37 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.12 2010/09/09 13:43:12 s4t4n Exp $
+
+  09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmsystray-0.1.1.ebuild:
+  Honour Gentoo LDFLAGS, see bug #336296.
+  Some QA on package build.
 
   30 Jun 2007; Santiago M. Mola <coldwind@gentoo.org>
   +files/wmsystray-0.1.1-Makefile.patch,



1.11                 x11-plugins/wmsystray/wmsystray-0.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild?r1=1.10&r2=1.11

Index: wmsystray-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wmsystray-0.1.1.ebuild	30 Jun 2007 14:20:37 -0000	1.10
+++ wmsystray-0.1.1.ebuild	9 Sep 2010 13:43:12 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.11 2010/09/09 13:43:12 s4t4n Exp $
 
 inherit eutils
 
@@ -27,6 +27,12 @@
 	# Fix for #61704, cannot compile with gcc 3.4.1:
 	# it's a trivial change and does not affect other compilers...
 	epatch "${FILESDIR}/${P}-gcc-3.4.patch"
+
+	# Fix parallel compilation
+	sed -ie "s/make EXTRACFLAGS/make \${MAKEOPTS} EXTRACFLAGS/" Makefile
+
+	# Honour Gentoo LDFLAGS, see bug #336296
+	sed -ie "s/-o wmsystray/${LDFLAGS} -o wmsystray/" wmsystray/Makefile
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-09 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 13:43 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsystray: ChangeLog wmsystray-0.1.1.ebuild Michele Noberasco (s4t4n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox