Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdiskmon: wmdiskmon-0.0.2.ebuild ChangeLog
Date: Tue, 02 Oct 2012 12:42:26
Message-Id: 20121002124215.AFC8F21600@flycatcher.gentoo.org
1 voyageur 12/10/02 12:42:15
2
3 Modified: ChangeLog
4 Added: wmdiskmon-0.0.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 x11-plugins/wmdiskmon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 4 Jun 2009 00:11:31 -0000 1.13
24 +++ ChangeLog 2 Oct 2012 12:42:15 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/wmdiskmon
27 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.13 2009/06/04 00:11:31 tcunha Exp $
29 +# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.14 2012/10/02 12:42:15 voyageur Exp $
31 +
32 +*wmdiskmon-0.0.2 (02 Oct 2012)
33 +
34 + 02 Oct 2012; Bernard Cafarelli <voyageur@g.o> +wmdiskmon-0.0.2.ebuild:
35 + Version bump
36
37 04 Jun 2009; Tiago Cunha <tcunha@g.o> wmdiskmon-0.0.1.ebuild:
38 stable sparc, bug 215651
39 @@ -38,4 +43,3 @@
40
41 22 Jun 2004; Michele Noberasco <s4t4n@g.o> wmdiskmon-0.0.1.ebuild:
42 Initial import. Closes bug #44612.
43 -
44
45
46
47 1.1 x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: wmdiskmon-0.0.2.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild,v 1.1 2012/10/02 12:42:15 voyageur Exp $
57
58 EAPI=4
59 DESCRIPTION="a dockapp to display disk space usage."
60 HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
61 SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
66 IUSE=""
67
68 RDEPEND="x11-libs/libX11
69 x11-libs/libXext
70 x11-libs/libXpm"
71 DEPEND="${RDEPEND}
72 x11-proto/xextproto
73 x11-libs/libXt"
74
75 src_install() {
76 emake DESTDIR="${D}" install
77 dodoc AUTHORS ChangeLog THANKS TODO
78 }