jlec 15/03/20 15:53:35 Modified: metadata.xml ChangeLog Added: wmmon+smp-1.0-r2.ebuild Log: Modernize ebuild (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 x11-plugins/wmmon+smp/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 9 Dec 2003 18:49:47 -0000 1.2 +++ metadata.xml 20 Mar 2015 15:53:35 -0000 1.3 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>desktop-dock</herd> -<longdescription> + <herd>desktop-dock</herd> + <longdescription> WMMon+SMP shows real-time CPU usage on SMP machines. Only Dual-processor systems are supported. A load average graph a.k.a. wmloadavg/xload is also provided. WMMon+SMP is based on WMMon 1.0b2 and does not display I/O or memory 1.12 x11-plugins/wmmon+smp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 30 Aug 2010 15:52:58 -0000 1.11 +++ ChangeLog 20 Mar 2015 15:53:35 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmmon+smp -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.11 2010/08/30 15:52:58 s4t4n Exp $ +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.12 2015/03/20 15:53:35 jlec Exp $ + +*wmmon+smp-1.0-r2 (20 Mar 2015) + + 20 Mar 2015; Justin Lecher <[email protected]> +wmmon+smp-1.0-r2.ebuild, + metadata.xml: + Modernize ebuild 30 Aug 2010; Michele Noberasco <[email protected]>; wmmon+smp-1.0-r1.ebuild: Respect LDFLAGS, see bug #335047. 1.1 x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild?rev=1.1&content-type=text/plain Index: wmmon+smp-1.0-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild,v 1.1 2015/03/20 15:53:35 jlec Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp" SRC_URI="http://www.ne.jp/asahi/linux/timecop/wmmon+smp.tar.gz" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=" x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xextproto" S=${WORKDIR}/wmmon.app/wmmon src_prepare() { # Respect LDFLAGS, see bug #335047 sed \ -e 's/cc -o/${CC} ${LDFLAGS} -o/' \ -e 's/cc -c/${CC} ${CFLAGS} -c/' \ -i Makefile || die tc-export CC } src_install () { newbin wmmon wmmon+smp dodoc ../README }
