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/wmalms: ChangeLog wmalms-1.1.1.ebuild
Date: Sun, 13 Jan 2008 05:21:45
Message-Id: E1JDvHq-0005uN-Aa@stork.gentoo.org
1 drac 08/01/13 05:21:34
2
3 Modified: ChangeLog
4 Added: wmalms-1.1.1.ebuild
5 Log:
6 Version bump wrt #129273, thanks to Dirk Silkenbäumer for reporting.. and amd64 stable because current stable doesn't build at all wrt comment #4
7 (Portage version: 2.1.4, RepoMan options: --force)
8
9 Revision Changes Path
10 1.11 x11-plugins/wmalms/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 22 Jul 2007 05:29:19 -0000 1.10
23 +++ ChangeLog 13 Jan 2008 05:21:33 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmalms
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.10 2007/07/22 05:29:19 dberkholz Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.11 2008/01/13 05:21:33 drac Exp $
30 +
31 +*wmalms-1.1.1 (13 Jan 2008)
32 +
33 + 13 Jan 2008; Samuli Suominen <drac@g.o>
34 + +files/wmalms-1.1.1-configure.patch, +wmalms-1.1.1.ebuild:
35 + Version bump wrt #129273, thanks to Dirk Silkenbäumer for reporting.
36
37 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
38 wmalms-1.0.0a-r1.ebuild:
39
40
41
42 1.1 x11-plugins/wmalms/wmalms-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmalms-1.1.1.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/wmalms/wmalms-1.1.1.ebuild,v 1.1 2008/01/13 05:21:33 drac Exp $
52
53 inherit autotools eutils
54
55 DESCRIPTION="lm_sensors monitoring docklet."
56 HOMEPAGE="http://www.geocities.com/wmalms"
57 SRC_URI="http://www.geocities.com/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="x11-libs/libXext
65 x11-libs/libXpm
66 x11-libs/libX11
67 sys-apps/lm_sensors"
68 DEPEND="${RDEPEND}
69 x11-proto/xextproto
70 x11-libs/libXt"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-configure.patch
76 eautoconf
77 }
78
79 src_install() {
80 dobin ${PN}
81 dodoc README
82 dohtml manual.html
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list