Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/rsibreak: ChangeLog rsibreak-0.10.ebuild
Date: Thu, 24 Jun 2010 17:27:42
Message-Id: 20100624172738.D0B912CF4B@corvid.gentoo.org
1 ssuominen 10/06/24 17:27:38
2
3 Modified: ChangeLog rsibreak-0.10.ebuild
4 Log:
5 Fix building with GCC 4.5+ wrt #322525 by Markos Chandras.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.34 kde-misc/rsibreak/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 28 Oct 2009 12:56:45 -0000 1.33
22 +++ ChangeLog 24 Jun 2010 17:27:38 -0000 1.34
23 @@ -1,6 +1,10 @@
24 # ChangeLog for kde-misc/rsibreak
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.33 2009/10/28 12:56:45 ssuominen Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.34 2010/06/24 17:27:38 ssuominen Exp $
29 +
30 + 24 Jun 2010; Samuli Suominen <ssuominen@g.o> rsibreak-0.10.ebuild,
31 + +files/rsibreak-0.10-gcc45.patch:
32 + Fix building with GCC 4.5+ wrt #322525 by Markos Chandras.
33
34 28 Oct 2009; Samuli Suominen <ssuominen@g.o> rsibreak-0.10.ebuild:
35 amd64 stable wrt #290873
36
37
38
39 1.4 kde-misc/rsibreak/rsibreak-0.10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild?r1=1.3&r2=1.4
44
45 Index: rsibreak-0.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- rsibreak-0.10.ebuild 28 Oct 2009 12:56:45 -0000 1.3
52 +++ rsibreak-0.10.ebuild 24 Jun 2010 17:27:38 -0000 1.4
53 @@ -1,9 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v 1.3 2009/10/28 12:56:45 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v 1.4 2010/06/24 17:27:38 ssuominen Exp $
59
60 EAPI=2
61 -KDE_MINIMAL=4.2
62 KDE_LINGUAS="ar be ca cs da de el en_GB es et fr ga gl hi hne is it ja km ko lt
63 ml nb nds nl nn oc pl pt pt_BR ro ru se sk sv tr uk zh_CN zh_TW"
64 KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
65 @@ -19,4 +18,4 @@
66 KEYWORDS="amd64 ~ppc ~x86"
67 IUSE="debug +handbook"
68
69 -DEPEND="!${CATEGORY}/${PN}:0"
70 +PATCHES=( "${FILESDIR}/${P}-gcc45.patch" )