Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/klibido: ChangeLog klibido-0.2.5.ebuild
Date: Mon, 09 Jun 2008 12:01:32
Message-Id: E1K5g3z-00025g-36@stork.gentoo.org
1 flameeyes 08/06/09 12:01:27
2
3 Modified: ChangeLog klibido-0.2.5.ebuild
4 Log:
5 Better to save the ebuild after modifying it.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.26 net-nntp/klibido/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 9 Jun 2008 11:56:59 -0000 1.25
22 +++ ChangeLog 9 Jun 2008 12:01:26 -0000 1.26
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-nntp/klibido
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.25 2008/06/09 11:56:59 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.26 2008/06/09 12:01:26 flameeyes Exp $
28 +
29 + 09 Jun 2008; Diego Pettenò <flameeyes@g.o> klibido-0.2.5.ebuild:
30 + Better to save the ebuild after modifying it.
31
32 09 Jun 2008; Diego Pettenò <flameeyes@g.o>
33 +files/klibido-0.2.5+gcc-4.3.patch:
34
35
36
37 1.8 net-nntp/klibido/klibido-0.2.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild?r1=1.7&r2=1.8
42
43 Index: klibido-0.2.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- klibido-0.2.5.ebuild 18 May 2007 20:20:44 -0000 1.7
50 +++ klibido-0.2.5.ebuild 9 Jun 2008 12:01:26 -0000 1.8
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2007 Gentoo Foundation
53 +# Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.7 2007/05/18 20:20:44 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.8 2008/06/09 12:01:26 flameeyes Exp $
57
58 inherit kde db-use
59
60 @@ -19,6 +19,11 @@
61
62 need-kde 3
63
64 +PATCHES=(
65 + "${FILESDIR}"/${P}-gcc4.1.diff
66 + "${FILESDIR}"/${P}+gcc-4.3.patch
67 +)
68 +
69 src_unpack() {
70 kde_src_unpack
71
72 @@ -31,9 +36,9 @@
73
74 sed -i \
75 -e "s,-I/usr/include/db4,-I${dbincldir}," \
76 - "${S}"/src/Makefile.{am,in}
77 + "${S}"/src/Makefile.am
78
79 - epatch "${FILESDIR}/${P}-gcc4.1.diff"
80 + rm -f "${S}"/configure
81 }
82
83 src_compile() {
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list