Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/fcgi: ChangeLog fcgi-2.4.1_pre0910052249.ebuild
Date: Mon, 01 Feb 2010 11:24:31
Message-Id: E1NbuOL-0004uE-9B@stork.gentoo.org
1 flameeyes 10/02/01 11:24:29
2
3 Modified: ChangeLog fcgi-2.4.1_pre0910052249.ebuild
4 Log:
5 Properly link and install libfcgi++. Closes bug #157821 after over three years. Rejoice.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.41 dev-libs/fcgi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 30 Jan 2010 08:29:43 -0000 1.40
22 +++ ChangeLog 1 Feb 2010 11:24:28 -0000 1.41
23 @@ -1,6 +1,12 @@
24 # ChangeLog for dev-libs/fcgi
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.40 2010/01/30 08:29:43 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.41 2010/02/01 11:24:28 flameeyes Exp $
28 +
29 + 01 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
30 + fcgi-2.4.1_pre0910052249.ebuild,
31 + +files/fcgi-2.4.1_pre0910052249-link.patch:
32 + Properly link and install libfcgi++. Closes bug #157821 after over three
33 + years. Rejoice.
34
35 *fcgi-2.4.1_pre0910052249 (30 Jan 2010)
36
37
38
39
40 1.2 dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild?r1=1.1&r2=1.2
45
46 Index: fcgi-2.4.1_pre0910052249.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- fcgi-2.4.1_pre0910052249.ebuild 30 Jan 2010 08:29:43 -0000 1.1
53 +++ fcgi-2.4.1_pre0910052249.ebuild 1 Feb 2010 11:24:28 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.1 2010/01/30 08:29:43 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.2 2010/02/01 11:24:28 flameeyes Exp $
59
60 EAPI="2"
61
62 @@ -25,6 +25,7 @@
63 epatch "${FILESDIR}/fcgi-2.4.0-clientdata-pointer.patch"
64 epatch "${FILESDIR}/fcgi-2.4.0-html-updates.patch"
65 epatch "${FILESDIR}"/fcgi-2.4.1_pre0311112127-gcc44.patch
66 + epatch "${FILESDIR}"/${P}-link.patch
67
68 eautoreconf
69 }