Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/mimelib: mimelib-3.5.9.ebuild ChangeLog
Date: Sun, 24 Feb 2008 13:38:32
Message-Id: E1JTH3l-0004NZ-MH@stork.gentoo.org
1 philantrop 08/02/24 13:38:29
2
3 Modified: mimelib-3.5.9.ebuild ChangeLog
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Ryan Hill on bug 211216.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 kde-base/mimelib/mimelib-3.5.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild?r1=1.1&r2=1.2
14
15 Index: mimelib-3.5.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mimelib-3.5.9.ebuild 20 Feb 2008 23:33:23 -0000 1.1
22 +++ mimelib-3.5.9.ebuild 24 Feb 2008 13:38:29 -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/kde-base/mimelib/mimelib-3.5.9.ebuild,v 1.1 2008/02/20 23:33:23 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/mimelib-3.5.9.ebuild,v 1.2 2008/02/24 13:38:29 philantrop Exp $
28
29 KMNAME=kdepim
30 EAPI="1"
31 @@ -9,3 +9,5 @@
32 DESCRIPTION="KDE mime library"
33 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
34 IUSE=""
35 +
36 +PATCHES="${FILESDIR}/${P}-gcc-4.3-testsuite.patch"
37
38
39
40 1.76 kde-base/mimelib/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/ChangeLog?rev=1.76&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/ChangeLog?rev=1.76&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/mimelib/ChangeLog?r1=1.75&r2=1.76
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-base/mimelib/ChangeLog,v
49 retrieving revision 1.75
50 retrieving revision 1.76
51 diff -u -r1.75 -r1.76
52 --- ChangeLog 20 Feb 2008 23:33:23 -0000 1.75
53 +++ ChangeLog 24 Feb 2008 13:38:29 -0000 1.76
54 @@ -1,6 +1,11 @@
55 # ChangeLog for kde-base/mimelib
56 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/ChangeLog,v 1.75 2008/02/20 23:33:23 philantrop Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/kde-base/mimelib/ChangeLog,v 1.76 2008/02/24 13:38:29 philantrop Exp $
59 +
60 + 24 Feb 2008; Wulf C. Krueger <philantrop@g.o>
61 + +files/mimelib-3.5.9-gcc-4.3-testsuite.patch, mimelib-3.5.9.ebuild:
62 + Added a patch for gcc 4.3 compatibility as kindly provided by Ryan Hill on
63 + bug 211216.
64
65 *mimelib-3.5.9 (20 Feb 2008)
66
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list