public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsysmon: wmsysmon-0.7.7.ebuild ChangeLog
@ 2009-01-14 13:58 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-01-14 13:58 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/01/14 13:58:36

  Modified:             wmsysmon-0.7.7.ebuild ChangeLog
  Log:
  Do not strip binaries during compilation. Fixes bug #252113.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.11                 x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?r1=1.10&r2=1.11

Index: wmsysmon-0.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wmsysmon-0.7.7.ebuild	29 Jun 2008 13:46:30 -0000	1.10
+++ wmsysmon-0.7.7.ebuild	14 Jan 2009 13:58:36 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.10 2008/06/29 13:46:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.11 2009/01/14 13:58:36 s4t4n Exp $
 
 inherit eutils
 
@@ -17,7 +17,8 @@
 	x11-libs/libXext
 	x11-libs/libXpm"
 DEPEND="${RDEPEND}
-	x11-proto/xextproto"
+	x11-proto/xextproto
+	>=sys-apps/sed-4.1.5-r1"
 
 src_unpack()
 {
@@ -32,6 +33,9 @@
 		cd src
 		epatch "${FILESDIR}"/${PN}-high-ints.patch
 	fi
+
+	# Do no strip binaries during compilation, see bug #252113
+	sed -i 's/LDFLAGS += -lXpm -lXext -lX11 -lm -s/LDFLAGS += -lXpm -lXext -lX11 -lm/' "src/Makefile"
 }
 
 src_compile()



1.32                 x11-plugins/wmsysmon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	5 Aug 2008 21:14:15 -0000	1.31
+++ ChangeLog	14 Jan 2009 13:58:36 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmsysmon
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.31 2008/08/05 21:14:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.32 2009/01/14 13:58:36 s4t4n Exp $
+
+  14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmsysmon-0.7.7.ebuild:
+  Do not strip binaries during compilation. Fixes bug #252113.
 
   05 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsysmon: wmsysmon-0.7.7.ebuild ChangeLog
@ 2014-08-10 20:09 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:09 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:09:15

  Modified:             wmsysmon-0.7.7.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.12                 x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild

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

Index: wmsysmon-0.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wmsysmon-0.7.7.ebuild	14 Jan 2009 13:58:36 -0000	1.11
+++ wmsysmon-0.7.7.ebuild	10 Aug 2014 20:09:15 -0000	1.12
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.11 2009/01/14 13:58:36 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.12 2014/08/10 20:09:15 slyfox Exp $
 
 inherit eutils
 
 IUSE="high-ints"
-DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity."
+DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity"
 SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz
 	mirror://gentoo/${P}-s4t4n.patch.bz2"
 HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/"



1.33                 x11-plugins/wmsysmon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	14 Jan 2009 13:58:36 -0000	1.32
+++ ChangeLog	10 Aug 2014 20:09:15 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmsysmon
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.32 2009/01/14 13:58:36 s4t4n Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.33 2014/08/10 20:09:15 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmsysmon-0.7.7.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmsysmon-0.7.7.ebuild:
   Do not strip binaries during compilation. Fixes bug #252113.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-11 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 13:58 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsysmon: wmsysmon-0.7.7.ebuild ChangeLog Michele Noberasco (s4t4n)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:09 Sergei Trofimovich (slyfox)

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