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