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/wmgtemp: wmgtemp-0.7.ebuild
Date: Sun, 29 Jun 2008 14:14:04
Message-Id: E1KCxfC-0001J4-Nu@stork.gentoo.org
1 drac 08/06/29 14:13:58
2
3 Modified: wmgtemp-0.7.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.10 x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild?r1=1.9&r2=1.10
14
15 Index: wmgtemp-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wmgtemp-0.7.ebuild 22 Jul 2007 05:05:27 -0000 1.9
22 +++ wmgtemp-0.7.ebuild 29 Jun 2008 14:13:58 -0000 1.10
23 @@ -1,8 +1,6 @@
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/wmgtemp/wmgtemp-0.7.ebuild,v 1.9 2007/07/22 05:05:27 dberkholz Exp $
28 -
29 -IUSE=""
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.10 2008/06/29 14:13:58 drac Exp $
31
32 DESCRIPTION="CPU and SYS temperature dockapp"
33 HOMEPAGE="http://www.fluxcode.net"
34 @@ -10,7 +8,8 @@
35
36 LICENSE="Artistic"
37 SLOT="0"
38 -KEYWORDS="x86 -ppc -sparc amd64"
39 +KEYWORDS="amd64 x86"
40 +IUSE=""
41
42 RDEPEND="x11-libs/libX11
43 x11-libs/libXext
44 @@ -21,18 +20,17 @@
45 >=sys-apps/sed-4"
46
47 src_unpack() {
48 - unpack ${A} ; cd ${S}/src
49 - sed -i -e "s:-Wall -g:\$(CFLAGS):" Makefile
50 + unpack ${A}
51 + cd "${S}"
52 + sed -i -e "s:-Wall -g:\$(CFLAGS):" src/Makefile \
53 + || die "sed failed."
54 }
55
56 src_compile() {
57 - emake || die "parallel make failed"
58 + emake || die "emake failed."
59 }
60
61 src_install() {
62 - cd ${S}
63 dodoc BUGS CREDITS README TODO
64 -
65 - cd ${S}/src
66 - dobin wmgtemp
67 + dobin src/wmgtemp
68 }
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list