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: ktp-accounts-kcm-0.7.0.ebuild ChangeLog
Date: Tue, 29 Oct 2013 20:06:37
Message-Id: 20131029200631.35FC82005C@flycatcher.gentoo.org
1 johu 13/10/29 20:06:31
2
3 Modified: ChangeLog
4 Added: ktp-accounts-kcm-0.7.0.ebuild
5 Log:
6 Version bump KDE Telepathy 0.7.0.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.18 net-im/ktp-accounts-kcm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 14 Sep 2013 15:29:37 -0000 1.17
24 +++ ChangeLog 29 Oct 2013 20:06:31 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/ktp-accounts-kcm
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.17 2013/09/14 15:29:37 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.18 2013/10/29 20:06:31 johu Exp $
30 +
31 +*ktp-accounts-kcm-0.7.0 (29 Oct 2013)
32 +
33 + 29 Oct 2013; Johannes Huber <johu@g.o> +ktp-accounts-kcm-0.7.0.ebuild:
34 + Version bump KDE Telepathy 0.7.0.
35
36 14 Sep 2013; Johannes Huber <johu@g.o> -ktp-accounts-kcm-0.6.1.ebuild:
37 Remove KDE Telepathy 0.6.1.
38
39
40
41 1.1 net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.7.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ktp-accounts-kcm-0.7.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53
54 KDE_MINIMAL="4.7"
55 KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
56 ja kk km lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
57 sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
58 inherit kde4-base
59
60 DESCRIPTION="KDE Telepathy account management kcm"
61 HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
62 if [[ ${PV} != *9999* ]]; then
63 SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
64 KEYWORDS="~amd64 ~x86"
65 else
66 KEYWORDS=""
67 fi
68
69 LICENSE="LGPL-2.1"
70 SLOT="4"
71 IUSE="debug"
72
73 DEPEND="
74 >=net-im/ktp-common-internals-${PV}
75 net-im/telepathy-mission-control
76 net-libs/telepathy-glib
77 >=net-libs/telepathy-qt-0.9.3
78 "
79 RDEPEND="${DEPEND}"