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: kdepim-common-libs-4.12.1-r1.ebuild ChangeLog
Date: Mon, 27 Jan 2014 23:24:55
Message-Id: 20140127232451.B077C2004C@flycatcher.gentoo.org
1 dilfridge 14/01/27 23:24:51
2
3 Modified: ChangeLog
4 Added: kdepim-common-libs-4.12.1-r1.ebuild
5 Log:
6 Move all agents into kdepim-common-libs, bug 494754
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.128 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.128&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog?rev=1.128&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog?r1=1.127&r2=1.128
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v
20 retrieving revision 1.127
21 retrieving revision 1.128
22 diff -u -r1.127 -r1.128
23 --- ChangeLog 20 Jan 2014 15:00:07 -0000 1.127
24 +++ ChangeLog 27 Jan 2014 23:24:51 -0000 1.128
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.127 2014/01/20 15:00:07 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.128 2014/01/27 23:24:51 dilfridge Exp $
30 +
31 +*kdepim-common-libs-4.12.1-r1 (27 Jan 2014)
32 +
33 + 27 Jan 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +kdepim-common-libs-4.12.1-r1.ebuild:
35 + Move all agents into kdepim-common-libs, bug 494754
36
37 20 Jan 2014; Michael Palimaka <kensington@g.o>
38 -kdepim-common-libs-4.12.0.ebuild:
39
40
41
42 1.1 kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1-r1.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.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepim-common-libs-4.12.1-r1.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.1-r1.ebuild,v 1.1 2014/01/27 23:24:51 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/
91 akonadi_next/
92 calendarsupport/
93 calendarviews/
94 composereditor-ng/
95 grantleetheme/
96 kaddressbookgrantlee/
97 incidenceeditor-ng/
98 libkdepim/
99 libkdepimdbusinterfaces/
100 libkleo/
101 libkpgp/
102 kdgantt2/
103 messagecomposer/
104 messagecore/
105 messagelist/
106 messageviewer/
107 ontologies/
108 pimcommon/
109 templateparser/
110 "
111 KMEXTRACTONLY="
112 kleopatra/
113 kmail/
114 knode/org.kde.knode.xml
115 korgac/org.kde.korganizer.KOrgac.xml
116 korganizer/org.kde.korganizer.Korganizer.xml
117 mailcommon/
118 "
119 KMSAVELIBS="true"
120
121 PATCHES=( "${FILESDIR}/install-composereditorng.patch" )