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/wmload: wmload-0.9.2.ebuild
Date: Sun, 29 Jun 2008 13:26:09
Message-Id: E1KCwup-0008VL-RT@stork.gentoo.org
1 drac 08/06/29 13:26:03
2
3 Modified: wmload-0.9.2.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.9 x11-plugins/wmload/wmload-0.9.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild?r1=1.8&r2=1.9
14
15 Index: wmload-0.9.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- wmload-0.9.2.ebuild 22 Jul 2007 04:55:45 -0000 1.8
22 +++ wmload-0.9.2.ebuild 29 Jun 2008 13:26:03 -0000 1.9
23 @@ -1,6 +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/wmload/wmload-0.9.2.ebuild,v 1.8 2007/07/22 04:55:45 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.9 2008/06/29 13:26:03 drac Exp $
29
30 inherit eutils
31
32 @@ -24,23 +24,20 @@
33
34 src_unpack() {
35 unpack ${A}
36 -
37 - cd ${S}
38 - epatch ${FILESDIR}/${PN}-ComplexProgramTargetNoMan.patch
39 + cd "${S}"
40 + epatch "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
41 }
42
43 src_compile() {
44 - cd ${S}
45 - PATH="$PATH:/usr/X11R6/bin"
46 - xmkmf || die "xmkmf failed"
47 - emake CDEBUGFLAGS="${CFLAGS}" || die "Compilation failed"
48 + xmkmf || die "xmkmf failed."
49 + emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed."
50 }
51
52 src_install() {
53 - einstall DESTDIR=${D} BINDIR=/usr/bin || die "Installation failed"
54 + einstall DESTDIR="${D}" BINDIR=/usr/bin || die "einstall failed."
55
56 dodoc README
57
58 insinto /usr/share/applications
59 - doins ${FILESDIR}/${PN}.desktop
60 + doins "${FILESDIR}"/${PN}.desktop
61 }
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list