Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-common-libs: ChangeLog kdepim-common-libs-4.12.2.ebuild
Date: Thu, 06 Feb 2014 23:25:25
Message-Id: 20140206232042.C4B4520060@flycatcher.gentoo.org
1 dilfridge 14/02/06 23:20:42
2
3 Modified: ChangeLog
4 Added: kdepim-common-libs-4.12.2.ebuild
5 Log:
6 Version bump KDE SC 4.12.2
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.130 kde-base/kdepim-common-libs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog?rev=1.130&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog?rev=1.130&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog?r1=1.129&r2=1.130
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v
20 retrieving revision 1.129
21 retrieving revision 1.130
22 diff -u -r1.129 -r1.130
23 --- ChangeLog 31 Jan 2014 13:16:01 -0000 1.129
24 +++ ChangeLog 6 Feb 2014 23:20:42 -0000 1.130
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdepim-common-libs
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.129 2014/01/31 13:16:01 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.130 2014/02/06 23:20:42 dilfridge Exp $
30 +
31 +*kdepim-common-libs-4.12.2 (06 Feb 2014)
32 +
33 + 06 Feb 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +kdepim-common-libs-4.12.2.ebuild:
35 + Version bump KDE SC 4.12.2
36
37 *kdepim-common-libs-4.12.1-r2 (31 Jan 2014)
38
39
40
41
42 1.1 kde-base/kdepim-common-libs/kdepim-common-libs-4.12.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepim-common-libs-4.12.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.2.ebuild,v 1.1 2014/02/06 23:20:42 dilfridge Exp $
52
53 EAPI=5
54
55 KMNAME="kdepim"
56 KMNOMODULE="true"
57 inherit kde4-meta
58
59 DESCRIPTION="Common libraries for KDE PIM apps"
60 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
61 IUSE="debug"
62
63 DEPEND="
64 app-crypt/gpgme
65 >=app-office/akonadi-server-1.10.43
66 dev-libs/grantlee
67 >=dev-libs/shared-desktop-ontologies-0.11.0
68 $(add_kdebase_dep kdepimlibs)
69 "
70 RDEPEND="${DEPEND}
71 !kde-base/akonadi:4
72 !kde-base/libkdepim:4
73 !kde-base/libkleo:4
74 !kde-base/libkpgp:4
75 !<kde-base/kaddressbook-4.11.50:4
76 !kde-base/kdepim-wizards:4
77 !<kde-base/kmail-4.4.80:4
78 !=kde-base/kmail-4.12.0
79 !=kde-base/kmail-4.12.1
80 !=kde-base/kmail-4.11*
81 !<kde-base/korganizer-4.5.67:4
82 app-crypt/gnupg
83 $(add_kdebase_dep kdepim-runtime)
84 "
85
86 RESTRICT="test"
87 # bug 393131
88
89 KMEXTRA="
90 agents/followupreminderagent/
91 agents/sendlateragent/
92 akonadi_next/
93 calendarsupport/
94 calendarviews/
95 composereditor-ng/
96 grantleetheme/
97 kaddressbookgrantlee/
98 incidenceeditor-ng/
99 libkdepim/
100 libkdepimdbusinterfaces/
101 libkleo/
102 libkpgp/
103 kdgantt2/
104 messagecomposer/
105 messagecore/
106 messagelist/
107 messageviewer/
108 ontologies/
109 pimcommon/
110 templateparser/
111 "
112 KMEXTRACTONLY="
113 kleopatra/
114 kmail/
115 knode/org.kde.knode.xml
116 korgac/org.kde.korganizer.KOrgac.xml
117 korganizer/org.kde.korganizer.Korganizer.xml
118 mailcommon/
119 "
120 KMSAVELIBS="true"
121
122 PATCHES=( "${FILESDIR}/install-composereditorng.patch" )