Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/pump: pump-0.8.24.ebuild ChangeLog
Date: Sat, 29 Dec 2007 20:04:30
Message-Id: E1J8huu-0005Dk-JF@stork.gentoo.org
1 phreak 07/12/29 20:04:20
2
3 Modified: pump-0.8.24.ebuild ChangeLog
4 Log:
5 Adding patch for compilation against dev-libs/popt-1.12, as N is already defined in popt.h. This keeps it working with current stable dev-libs/popt, which doesn't have the define in popt.h. Thanks to Preston Crow <pc_gentoo_bugzilla at crowcastle.net> in #201958 for the idea.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 net-misc/pump/pump-0.8.24.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild?r1=1.8&r2=1.9
14
15 Index: pump-0.8.24.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- pump-0.8.24.ebuild 26 Sep 2006 05:37:10 -0000 1.8
22 +++ pump-0.8.24.ebuild 29 Dec 2007 20:04:20 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild,v 1.8 2006/09/26 05:37:10 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24.ebuild,v 1.9 2007/12/29 20:04:20 phreak Exp $
29
30 inherit eutils
31
32 @@ -33,6 +33,10 @@
33 # Enable the creation of /etc/ntp.conf and the --no-ntp option
34 epatch "${FILESDIR}/pump-${PV}-gentoo.patch"
35
36 + # Add an if defined around the definition of foo, just like in popt.h
37 + # Fixes #201958
38 + epatch "${FILESDIR}/${P}-redefinition.patch"
39 +
40 # Only install specific po files if LINGUAS is set
41 if [[ -n ${LINGUAS} ]]; then
42 cd po
43
44
45
46 1.39 net-misc/pump/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/ChangeLog?rev=1.39&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/ChangeLog?rev=1.39&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/ChangeLog?r1=1.38&r2=1.39
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v
55 retrieving revision 1.38
56 retrieving revision 1.39
57 diff -u -r1.38 -r1.39
58 --- ChangeLog 25 Dec 2007 16:26:45 -0000 1.38
59 +++ ChangeLog 29 Dec 2007 20:04:20 -0000 1.39
60 @@ -1,6 +1,13 @@
61 # ChangeLog for net-misc/pump
62 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.38 2007/12/25 16:26:45 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.39 2007/12/29 20:04:20 phreak Exp $
65 +
66 + 29 Dec 2007; Christian Heim <phreak@g.o>
67 + +files/pump-0.8.24-redefinition.patch, pump-0.8.24.ebuild:
68 + Adding patch for compilation against dev-libs/popt-1.12, as N is already
69 + defined in popt.h. This keeps it working with current stable dev-libs/popt,
70 + which doesn't have the define in popt.h. Thanks to Preston Crow
71 + <pc_gentoo_bugzilla at crowcastle.net> in #201958 for the idea.
72
73 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
74 Removing uberlord from metadata.xml as per #199318. Assigning to
75
76
77
78 --
79 gentoo-commits@g.o mailing list