Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmalms: ChangeLog wmalms-1.1.1-r1.ebuild wmalms-1.0.0a-r1.ebuild
Date: Fri, 01 Feb 2008 12:21:16
Message-Id: E1JKutM-0006lS-Rk@stork.gentoo.org
1 s4t4n 08/02/01 12:21:12
2
3 Modified: ChangeLog
4 Added: wmalms-1.1.1-r1.ebuild
5 Removed: wmalms-1.0.0a-r1.ebuild
6 Log:
7 Revision bump, with patch to honour LDFLAGS, crosscompile, and general QA. Wiped out oldest version. Closes bug #207945
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.13 x11-plugins/wmalms/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 14 Jan 2008 13:25:18 -0000 1.12
24 +++ ChangeLog 1 Feb 2008 12:21:12 -0000 1.13
25 @@ -1,6 +1,15 @@
26 # ChangeLog for x11-plugins/wmalms
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.12 2008/01/14 13:25:18 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.13 2008/02/01 12:21:12 s4t4n Exp $
30 +
31 +*wmalms-1.1.1-r1 (01 Feb 2008)
32 +
33 + 01 Feb 2008; Michele Noberasco <s4t4n@g.o>
34 + +files/wmalms-1.1.1-makefile.patch, +wmalms-1.1.1-r1.ebuild:
35 + Revision bump, with fixes to respect LDFLAGS, crosscompile, and QA.
36 + Closes bug #207945.
37 + -wmalms-1.0.0a-r1.ebuild:
38 + Wiped out oldest version.
39
40 14 Jan 2008; Christian Faulhammer <opfer@g.o> wmalms-1.1.1.ebuild:
41 stable x86, bug 129273
42
43
44
45 1.1 x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: wmalms-1.1.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild,v 1.1 2008/02/01 12:21:12 s4t4n Exp $
55
56 inherit autotools eutils
57
58 DESCRIPTION="lm_sensors monitoring docklet."
59 HOMEPAGE="http://www.geocities.com/wmalms"
60 SRC_URI="http://www.geocities.com/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="x11-libs/libXext
68 x11-libs/libXpm
69 x11-libs/libX11
70 sys-apps/lm_sensors"
71 DEPEND="${RDEPEND}
72 x11-proto/xextproto
73 x11-proto/xproto
74 x11-libs/libXt"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}"/${P}-configure.patch
80 epatch "${FILESDIR}"/${P}-makefile.patch
81 eautoreconf
82 }
83
84 src_compile() {
85 econf --docdir="/usr/share/doc/${PF}"
86 emake || die "compile failed"
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "install failed"
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list