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/wmapmload: wmapmload-0.3.4.ebuild ChangeLog
Date: Mon, 27 Sep 2010 13:01:04
Message-Id: 20100927130059.214A020051@flycatcher.gentoo.org
1 voyageur 10/09/27 13:00:59
2
3 Modified: ChangeLog
4 Added: wmapmload-0.3.4.ebuild
5 Log:
6 Version bump, reported by Agostino Sarubbo <ago@×××××××××.org> in bug #338914
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 x11-plugins/wmapmload/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmapmload/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmapmload/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmapmload/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 Jul 2007 05:27:17 -0000 1.12
24 +++ ChangeLog 27 Sep 2010 13:00:59 -0000 1.13
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-plugins/wmapmload
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v 1.12 2007/07/22 05:27:17 dberkholz Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v 1.13 2010/09/27 13:00:59 voyageur Exp $
31 +
32 +*wmapmload-0.3.4 (27 Sep 2010)
33 +
34 + 27 Sep 2010; Bernard Cafarelli <voyageur@g.o>
35 + +wmapmload-0.3.4.ebuild:
36 + Version bump, reported by Agostino Sarubbo <ago@×××××××××.org> in bug
37 + #338914
38
39 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
40 wmapmload-0.3.3.ebuild:
41
42
43
44 1.1 x11-plugins/wmapmload/wmapmload-0.3.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wmapmload-0.3.4.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild,v 1.1 2010/09/27 13:00:58 voyageur Exp $
54
55 EAPI="3"
56
57 DESCRIPTION="dockapp that monitors your apm battery status."
58 SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
59 HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
60
61 SLOT="0"
62 KEYWORDS="~x86 ~amd64 ~ppc"
63 LICENSE="GPL-2"
64 IUSE=""
65
66 RDEPEND="x11-libs/libX11
67 x11-libs/libXext
68 x11-libs/libXt
69 x11-libs/libXpm"
70 DEPEND="${RDEPEND}
71 x11-proto/xextproto"
72
73 src_install () {
74 emake DESTDIR="${D}" install || die "installation failed"
75 }