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/libkcal: ChangeLog libkcal-3.5.7-r2.ebuild
Date: Thu, 04 Oct 2007 19:24:55
Message-Id: E1IdWAe-0007Vn-1X@stork.gentoo.org
1 philantrop 07/10/04 19:15:40
2
3 Modified: ChangeLog
4 Added: libkcal-3.5.7-r2.ebuild
5 Log:
6 Added an upstream patch to fix problems with recurring events. Fixes bug 194371.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.86 kde-base/libkcal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcal/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcal/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcal/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 11 Aug 2007 16:56:46 -0000 1.85
23 +++ ChangeLog 4 Oct 2007 19:15:39 -0000 1.86
24 @@ -1,6 +1,13 @@
25 # ChangeLog for kde-base/libkcal
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.85 2007/08/11 16:56:46 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.86 2007/10/04 19:15:39 philantrop Exp $
29 +
30 +*libkcal-3.5.7-r2 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/libkcal-3.5.7-recurring_194371.patch, +libkcal-3.5.7-r2.ebuild:
34 + Added an upstream patch to fix problems with recurring events. Fixes bug
35 + 194371.
36
37 11 Aug 2007; Raúl Porcel <armin76@g.o> libkcal-3.5.7-r1.ebuild:
38 x86 stable wrt #185823
39
40
41
42 1.1 kde-base/libkcal/libkcal-3.5.7-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcal/libkcal-3.5.7-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcal/libkcal-3.5.7-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkcal-3.5.7-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/libkcal-3.5.7-r2.ebuild,v 1.1 2007/10/04 19:15:39 philantrop Exp $
52
53 KMNAME=kdepim
54 MAXKDEVER=$PV
55 KM_DEPRANGE="$PV $MAXKDEVER"
56 inherit kde-meta eutils
57
58 SRC_URI="${SRC_URI}
59 mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
60
61 DESCRIPTION="KDE kcal library for KOrganizer etc"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
66 RDEPEND="${DEPEND}"
67
68 KMCOPYLIB="libktnef ktnef/lib"
69 KMEXTRACTONLY="libkdepim/email.h"
70 KMCOMPILEONLY="libemailfunctions/"
71
72 PATCHES="${FILESDIR}/${P}-recurring_194371.patch"
73
74 src_unpack() {
75 kde-meta_src_unpack
76 sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" -i libkcal/Makefile.am
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list