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/wmpower: wmpower-0.4.2.ebuild
Date: Sun, 29 Jun 2008 13:44:29
Message-Id: E1KCxCZ-0000jl-Rh@stork.gentoo.org
1 drac 08/06/29 13:44:23
2
3 Modified: wmpower-0.4.2.ebuild
4 Log:
5 DESCRIPTION is 181 characters
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.8 x11-plugins/wmpower/wmpower-0.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild?r1=1.7&r2=1.8
14
15 Index: wmpower-0.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- wmpower-0.4.2.ebuild 22 Jul 2007 04:36:18 -0000 1.7
22 +++ wmpower-0.4.2.ebuild 29 Jun 2008 13:44:23 -0000 1.8
23 @@ -1,16 +1,16 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.7 2007/07/22 04:36:18 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.8 2008/06/29 13:44:23 drac Exp $
29
30 -IUSE=""
31 -
32 -DESCRIPTION="WMaker DockApp to get (and set) power management status for laptops. Supports APM and ACPI kernels. Supports CPUfreq. Also has special support for Toshiba, Dell and Compal hardware."
33 +DESCRIPTION="a dockapp to get/set power management status for laptops (APM, ACPI
34 +and CPUfreq)"
35 HOMEPAGE="http://wmpower.sourceforge.net/"
36 SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 ppc x86"
41 +IUSE=""
42
43 RDEPEND="x11-libs/libX11
44 x11-libs/libXext
45 @@ -19,15 +19,13 @@
46 x11-proto/xproto
47 x11-proto/xextproto"
48
49 -src_compile()
50 -{
51 +src_compile() {
52 # override wmpower self-calculated cflags
53 econf MY_CFLAGS="${CFLAGS}" || die "Configuration failed"
54 emake prefix="/usr/" || die "Compilation failed"
55 }
56
57 -src_install()
58 -{
59 +src_install() {
60 einstall || die "Installation failed"
61 dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO
62 }
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list