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/wmnet: wmnet-1.06-r1.ebuild
Date: Sun, 29 Jun 2008 14:23:37
Message-Id: E1KCxoR-0001RV-Nz@stork.gentoo.org
1 drac 08/06/29 14:23:31
2
3 Modified: wmnet-1.06-r1.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/wmnet/wmnet-1.06-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: wmnet-1.06-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wmnet-1.06-r1.ebuild 22 Jul 2007 04:44:41 -0000 1.9
22 +++ wmnet-1.06-r1.ebuild 29 Jun 2008 14:23:31 -0000 1.10
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/wmnet/wmnet-1.06-r1.ebuild,v 1.9 2007/07/22 04:44:41 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v 1.10 2008/06/29 14:23:31 drac Exp $
29
30 inherit eutils
31
32 @@ -23,19 +23,14 @@
33 KEYWORDS="x86 sparc alpha amd64 ppc"
34
35 src_unpack() {
36 - unpack ${A} ; cd ${S}
37 -
38 - # Misc patchset, bug #72818
39 - epatch ${WORKDIR}/${P}-misc.patch
40 -
41 - # Issue already taken care of in prev patchset
42 - # epatch ${FILESDIR}/${P}-nonx86.patch
43 + unpack ${A}
44 + cd "${S}"
45 + epatch "${WORKDIR}"/${P}-misc.patch # bug 72818
46 }
47
48 src_compile() {
49 - xmkmf || die "xmkmf failed"
50 -
51 - emake CDEBUGFLAGS="${CFLAGS}" || die "parallel make failed"
52 + xmkmf || die "xmkmf failed."
53 + emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed."
54 }
55
56 src_install() {
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list