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/kdepim: ChangeLog kdepim-3.5.7-r4.ebuild
Date: Sat, 22 Sep 2007 15:16:59
Message-Id: E1IZ4Oi-0003su-95@stork.gentoo.org
1 philantrop 07/09/22 12:47:48
2
3 Modified: ChangeLog
4 Added: kdepim-3.5.7-r4.ebuild
5 Log:
6 Allow kpilot to be built again, now that pilot-link-0.12.2 is in the tree and unmasked. cf. bug 163853.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.289 kde-base/kdepim/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?rev=1.289&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?rev=1.289&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?r1=1.288&r2=1.289
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v
19 retrieving revision 1.288
20 retrieving revision 1.289
21 diff -u -r1.288 -r1.289
22 --- ChangeLog 1 Sep 2007 17:49:37 -0000 1.288
23 +++ ChangeLog 22 Sep 2007 12:47:47 -0000 1.289
24 @@ -1,6 +1,13 @@
25 # ChangeLog for kde-base/kdepim
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.288 2007/09/01 17:49:37 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.289 2007/09/22 12:47:47 philantrop Exp $
29 +
30 +*kdepim-3.5.7-r4 (22 Sep 2007)
31 +
32 + 22 Sep 2007; Wulf C. Krueger <philantrop@g.o>
33 + +kdepim-3.5.7-r4.ebuild:
34 + Allow kpilot to be built again, now that pilot-link-0.12.2 is in the tree
35 + and unmasked. cf. bug 163853.
36
37 01 Sep 2007; Wulf C. Krueger <philantrop@g.o>
38 kdepim-3.5.7-r3.ebuild:
39
40
41
42 1.1 kde-base/kdepim/kdepim-3.5.7-r4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepim-3.5.7-r4.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/kdepim/kdepim-3.5.7-r4.ebuild,v 1.1 2007/09/22 12:47:47 philantrop Exp $
52
53 inherit kde-dist
54
55 SRC_URI="${SRC_URI}
56 mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
57
58 DESCRIPTION="KDE PIM (Personal Information Management) applications: KOrganizer, KMail, KNode,..."
59
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="pda gnokii"
62
63 RESTRICT="test"
64
65 # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
66 DEPEND="~kde-base/kdebase-${PV}
67 >=dev-libs/cyrus-sasl-2
68 gnokii? ( app-mobilephone/gnokii )
69 >=app-crypt/gpgme-1.1.2-r1
70 || ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )
71 x11-libs/libXScrnSaver
72 app-pda/libopensync
73 pda? ( >=app-pda/pilot-link-0.12.0 dev-libs/libmal )"
74
75 RDEPEND="${DEPEND}
76 app-crypt/pinentry"
77
78 DEPEND="${DEPEND}
79 x11-proto/scrnsaverproto
80 x11-apps/xhost"
81
82 src_unpack() {
83 kde_src_unpack
84 # Call Qt 3 designer
85 sed -i -e "s:\"designer\":\"${QTDIR}/bin/designer\":g" "${S}"/libkdepim/kcmdesignerfields.cpp || die "sed failed"
86
87 # disabling tests, see bug #164038 and bug #164097
88 sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" \
89 -i libkcal/Makefile.am || die "sed failed" || die "sed failed"
90 # sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \
91 # -i kitchensync/libkonnector2/Makefile.am || die "sed failed"
92 # sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \
93 # -i kitchensync/libksync/Makefile.am || die "sed failed"
94
95 sed -e "s:check_PROGRAMS = testalarmdlg:check_PROGRAMS =:" \
96 -i korganizer/korgac/Makefile.am || die "sed failed"
97
98 if ! [[ $(xhost >> /dev/null 2>/dev/null) ]] ; then
99 einfo "User ${USER} has no X access, disabling some tests."
100 sed -e "s:tests::" -i libkdepim/Makefile.am || die "sed failed"
101 fi
102 }
103
104 src_compile() {
105 local myconf="--with-sasl $(use_with gnokii)"
106 myconf="${myconf} --with-gpg=/usr/bin/gpg"
107
108 use pda || DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
109 # DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
110
111 kde_src_compile
112 }
113
114 pkg_postinst() {
115 kde_pkg_postinst
116
117 ewarn "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with Kontact."
118 ewarn "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
119 }
120
121
122
123 --
124 gentoo-commits@g.o mailing list