Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepimlibs: ChangeLog kdepimlibs-4.7.0.ebuild
Date: Wed, 27 Jul 2011 14:11:46
Message-Id: 20110727140435.01F8620073@flycatcher.gentoo.org
1 alexxy 11/07/27 14:04:34
2
3 Modified: ChangeLog
4 Added: kdepimlibs-4.7.0.ebuild
5 Log:
6 [kde-base] Version bump KDE SC 4.7.0
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.106 kde-base/kdepimlibs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.106&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.106&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepimlibs/ChangeLog?r1=1.105&r2=1.106
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v
20 retrieving revision 1.105
21 retrieving revision 1.106
22 diff -u -r1.105 -r1.106
23 --- ChangeLog 9 Jul 2011 15:14:05 -0000 1.105
24 +++ ChangeLog 27 Jul 2011 14:04:34 -0000 1.106
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/kdepimlibs
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.105 2011/07/09 15:14:05 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.106 2011/07/27 14:04:34 alexxy Exp $
30 +
31 +*kdepimlibs-4.7.0 (27 Jul 2011)
32 +
33 + 27 Jul 2011; Alexey Shvetsov <alexxy@g.o> +kdepimlibs-4.7.0.ebuild:
34 + Version bump KDE SC 4.7.0
35
36 *kdepimlibs-4.6.5 (09 Jul 2011)
37
38
39
40
41 1.1 kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdepimlibs-4.7.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild,v 1.1 2011/07/27 14:04:34 alexxy Exp $
51
52 EAPI=4
53
54 KDE_HANDBOOK="optional"
55 CPPUNIT_REQUIRED="optional"
56 KDE_SCM="git"
57 inherit kde4-base
58
59 DESCRIPTION="Common library for KDE PIM apps."
60 HOMEPAGE="http://www.kde.org/"
61
62 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
63 LICENSE="LGPL-2.1"
64 IUSE="debug ldap semantic-desktop"
65
66 # some akonadi tests timeout, that probaly needs more work as its ~700 tests
67 RESTRICT="test"
68
69 DEPEND="
70 >=app-crypt/gpgme-1.1.6
71 >=dev-libs/boost-1.35.0-r5
72 dev-libs/libgpg-error
73 >=dev-libs/libical-0.43
74 dev-libs/cyrus-sasl
75 $(add_kdebase_dep kdelibs 'semantic-desktop=')
76 semantic-desktop? (
77 >=app-office/akonadi-server-1.5.80
78 media-libs/phonon
79 x11-misc/shared-mime-info
80 )
81 ldap? ( net-nds/openldap )
82 "
83 RDEPEND="${DEPEND}"
84
85 # libakonadi-kcal moved here from akonadi in 4.3.86
86 add_blocker akonadi '<4.3.86'
87 # @since 4.3 - libkholidays is in kdepimlibs now
88 add_blocker libkholidays
89 # @since 4.4 - kontactinterfaces is in kdepimlibs now
90 add_blocker kontactinterfaces
91
92 src_prepare() {
93 kde4-base_src_prepare
94
95 # Disable hardcoded checks
96 sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \
97 -e '/macro_log_feature\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \
98 -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \
99 -i CMakeLists.txt || die
100 if ! use semantic-desktop; then
101 sed -e '/include(SopranoAddOntology)/s/^/#DISABLED /' \
102 -i CMakeLists.txt || die
103 # More reliable than -DBUILD_akonadi=OFF
104 rm -r akonadi mailtransport || die
105 fi
106 }
107
108 src_configure() {
109 mycmakeargs=(
110 $(cmake-utils_use_build handbook doc)
111 $(cmake-utils_use_with ldap)
112 $(cmake-utils_use_with semantic-desktop Akonadi)
113 $(cmake-utils_use_with semantic-desktop SharedDesktopOntologies)
114 $(cmake-utils_use_with semantic-desktop Soprano)
115 $(cmake-utils_use_with semantic-desktop Nepomuk)
116 # $(cmake-utils_use_with prison)
117 -DWITH_Prison=NO
118 )
119
120 kde4-base_src_configure
121 }