Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.26.ebuild ChangeLog
Date: Mon, 05 May 2008 13:42:01
Message-Id: E1Jt0x5-0003Pa-84@stork.gentoo.org
1 remi 08/05/05 13:41:59
2
3 Modified: whois-4.7.26.ebuild ChangeLog
4 Log:
5 net-misc/whois: Add patch to fix --as-needed (see bug #220351)
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 net-misc/whois/whois-4.7.26.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild?r1=1.1&r2=1.2
14
15 Index: whois-4.7.26.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- whois-4.7.26.ebuild 5 May 2008 04:55:32 -0000 1.1
22 +++ whois-4.7.26.ebuild 5 May 2008 13:41:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild,v 1.1 2008/05/05 04:55:32 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.26.ebuild,v 1.2 2008/05/05 13:41:58 remi Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -24,6 +24,7 @@
32 cd "${S}"
33 epatch "${FILESDIR}"/${PN}-4.7.26-gentoo-security.patch
34 epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
35 + epatch "${FILESDIR}/${PN}-4.7.26-fix-as-needed.patch"
36
37 if use nls ; then
38 cd po
39
40
41
42 1.108 net-misc/whois/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.108&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.108&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.107&r2=1.108
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
51 retrieving revision 1.107
52 retrieving revision 1.108
53 diff -u -r1.107 -r1.108
54 --- ChangeLog 5 May 2008 04:55:32 -0000 1.107
55 +++ ChangeLog 5 May 2008 13:41:58 -0000 1.108
56 @@ -1,6 +1,10 @@
57 # ChangeLog for net-misc/whois
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.107 2008/05/05 04:55:32 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.108 2008/05/05 13:41:58 remi Exp $
61 +
62 + 05 May 2008; RĂ©mi Cardona <remi@g.o>
63 + +files/whois-4.7.26-fix-as-needed.patch, whois-4.7.26.ebuild:
64 + Add patch to fix --as-needed (see bug #220351)
65
66 *whois-4.7.26 (05 May 2008)
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list