Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ktp-accounts-kcm: metadata.xml ktp-accounts-kcm-0.7.0.ebuild ChangeLog
Date: Wed, 30 Oct 2013 21:41:11
Message-Id: 20131030214103.6E86E20047@flycatcher.gentoo.org
1 johu 13/10/30 21:41:03
2
3 Modified: metadata.xml ktp-accounts-kcm-0.7.0.ebuild
4 ChangeLog
5 Log:
6 Adding upstream patches to make modemmanager (net-libs/libmm-qt) optional and to fix build when its installed wrt bug #489890.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.2 net-im/ktp-accounts-kcm/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 25 Jan 2012 22:53:25 -0000 1.1
24 +++ metadata.xml 30 Oct 2013 21:41:03 -0000 1.2
25 @@ -1,5 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>kde</herd>
30 + <herd>kde</herd>
31 + <use>
32 + <flag name="modemmanager">Enable support for mobile broadband devices</flag>
33 + </use>
34 </pkgmetadata>
35
36
37
38 1.2 net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild?r1=1.1&r2=1.2
43
44 Index: ktp-accounts-kcm-0.7.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ktp-accounts-kcm-0.7.0.ebuild 29 Oct 2013 20:06:31 -0000 1.1
51 +++ ktp-accounts-kcm-0.7.0.ebuild 30 Oct 2013 21:41:03 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild,v 1.1 2013/10/29 20:06:31 johu Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild,v 1.2 2013/10/30 21:41:03 johu Exp $
57
58 EAPI=5
59
60 @@ -21,12 +21,26 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="4"
64 -IUSE="debug"
65 +IUSE="debug modemmanager"
66
67 DEPEND="
68 >=net-im/ktp-common-internals-${PV}
69 net-im/telepathy-mission-control
70 net-libs/telepathy-glib
71 >=net-libs/telepathy-qt-0.9.3
72 + modemmanager? ( net-libs/libmm-qt )
73 "
74 RDEPEND="${DEPEND}"
75 +
76 +PATCHES=(
77 + "${FILESDIR}/${P}-libmm-qt-api.patch"
78 + "${FILESDIR}/${P}-libmm-qt-optional.patch"
79 +)
80 +
81 +src_configure() {
82 + local mycmakeargs=(
83 + $(cmake-utils_use_build modemmanager pintxo)
84 + )
85 +
86 + kde4-base_src_configure
87 +}
88
89
90
91 1.20 net-im/ktp-accounts-kcm/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.20&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.20&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?r1=1.19&r2=1.20
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v
100 retrieving revision 1.19
101 retrieving revision 1.20
102 diff -u -r1.19 -r1.20
103 --- ChangeLog 29 Oct 2013 21:48:21 -0000 1.19
104 +++ ChangeLog 30 Oct 2013 21:41:03 -0000 1.20
105 @@ -1,6 +1,13 @@
106 # ChangeLog for net-im/ktp-accounts-kcm
107 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.19 2013/10/29 21:48:21 johu Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.20 2013/10/30 21:41:03 johu Exp $
110 +
111 + 30 Oct 2013; Johannes Huber <johu@g.o>
112 + +files/ktp-accounts-kcm-0.7.0-libmm-qt-api.patch,
113 + +files/ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch,
114 + ktp-accounts-kcm-0.7.0.ebuild, metadata.xml:
115 + Adding upstream patches to make modemmanager (net-libs/libmm-qt) optional and
116 + to fix build when its installed wrt bug #489890.
117
118 29 Oct 2013; Johannes Huber <johu@g.o> -ktp-accounts-kcm-0.6.2.ebuild:
119 Remove KDE Telepathy 0.6.2.