Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtop: ChangeLog wmtop-0.9.0.ebuild
Date: Sat, 12 Jan 2008 12:05:19
Message-Id: E1JDf5z-0006FE-1d@stork.gentoo.org
1 drac 08/01/12 12:04:15
2
3 Modified: ChangeLog
4 Added: wmtop-0.9.0.ebuild
5 Log:
6 Version bump wrt #203120 and mark it stable for amd64 because current stable does not meet required QA standards.
7 (Portage version: 2.1.4, RepoMan options: --force)
8
9 Revision Changes Path
10 1.10 x11-plugins/wmtop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtop/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtop/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtop/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 22 Jul 2007 04:25:22 -0000 1.9
23 +++ ChangeLog 12 Jan 2008 12:04:14 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmtop
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.9 2007/07/22 04:25:22 dberkholz Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.10 2008/01/12 12:04:14 drac Exp $
30 +
31 +*wmtop-0.9.0 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Samuli Suominen <drac@g.o> +wmtop-0.9.0.ebuild:
34 + Version bump wrt #203120 and mark it stable for amd64 because current stable
35 + does not meet required QA standards.
36
37 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; wmtop-0.84.ebuild:
38 Drop virtual/x11 references.
39
40
41
42 1.1 x11-plugins/wmtop/wmtop-0.9.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmtop-0.9.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v 1.1 2008/01/12 12:04:14 drac Exp $
52
53 inherit multilib toolchain-funcs
54
55 DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory."
56 HOMEPAGE="http://www.swanson.ukfsn.org/#wmtop"
57 SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libXpm
66 x11-libs/libXext"
67 DEPEND="${RDEPEND}
68 x11-proto/xproto
69 x11-proto/xextproto"
70
71 src_compile() {
72 emake CC="$(tc-getCC)" OPTS="${CFLAGS}" \
73 LIBDIR="-L/usr/$(get_libdir)" \
74 INCS="-I/usr/include/X11" linux || die "emake failed."
75 }
76
77 src_install() {
78 dobin ${PN}
79 doman ${PN}.1
80 dodoc BUGS CHANGES README TODO
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list