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/wmpop3lb: wmpop3lb-2.4.2-r2.ebuild ChangeLog
Date: Mon, 06 Sep 2010 08:36:16
Message-Id: 20100906083608.0B3AE20051@flycatcher.gentoo.org
1 s4t4n 10/09/06 08:36:08
2
3 Modified: wmpop3lb-2.4.2-r2.ebuild ChangeLog
4 Log:
5 Some ebuild QA, honour Gentoo LDFLAGS. Closes bug #335986.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild?r1=1.4&r2=1.5
14
15 Index: wmpop3lb-2.4.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- wmpop3lb-2.4.2-r2.ebuild 21 Jan 2008 14:32:45 -0000 1.4
22 +++ wmpop3lb-2.4.2-r2.ebuild 6 Sep 2010 08:36:07 -0000 1.5
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild,v 1.4 2008/01/21 14:32:45 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild,v 1.5 2010/09/06 08:36:07 s4t4n Exp $
29
30 +EAPI=2
31 inherit eutils
32
33 IUSE=""
34 @@ -23,16 +24,18 @@
35 x11-proto/xextproto
36 >=sys-apps/sed-4"
37
38 -src_unpack() {
39 - unpack ${A} ; cd "${S}"/wmpop3
40 -
41 - sed -i -e "s:-g2 -D_DEBUG:${CFLAGS}:" Makefile
42 -
43 - #Fix bug #110683 - it is already included in the following patch
44 - #epatch ${FILESDIR}/${P}-socket-close.patch
45 +src_prepare() {
46 + #Honour Gentoo CFLAGS
47 + sed -i -e "s:-g2 -D_DEBUG:${CFLAGS}:" "wmpop3/Makefile"
48
49 #Fix bug #161530
50 epatch "${FILESDIR}"/${P}-fix-RECV-and-try-STAT-if-LAST-wont-work.patch
51 +
52 + #De-hardcode compiler
53 + sed -i -e "s:cc:\$(CC):g" "wmpop3/Makefile"
54 +
55 + #Honour Gentoo LDFLAGS - bug #335986
56 + sed -i -e "s:\$(FLAGS) -o wmpop3lb:\$(LDFLAGS) -o wmpop3lb:" "wmpop3/Makefile"
57 }
58
59 src_compile() {
60
61
62
63 1.15 x11-plugins/wmpop3lb/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog?rev=1.15&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog?rev=1.15&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog?r1=1.14&r2=1.15
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v
72 retrieving revision 1.14
73 retrieving revision 1.15
74 diff -u -r1.14 -r1.15
75 --- ChangeLog 21 Jan 2008 14:32:45 -0000 1.14
76 +++ ChangeLog 6 Sep 2010 08:36:07 -0000 1.15
77 @@ -1,6 +1,9 @@
78 # ChangeLog for x11-plugins/wmpop3lb
79 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.14 2008/01/21 14:32:45 drac Exp $
81 +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.15 2010/09/06 08:36:07 s4t4n Exp $
83 +
84 + 06 Jan 2010; Michele Noberasco <s4t4n@g.o> wmpop3lb-2.4.2-r2.ebuild:
85 + Some ebuild QA, honour Gentoo LDFLAGS. Closes bug #335986.
86
87 21 Jan 2008; Samuli Suominen <drac@g.o> -wmpop3lb-2.4.2.ebuild,
88 wmpop3lb-2.4.2-r2.ebuild: