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: ChangeLog ktp-accounts-kcm-0.3.1.ebuild
Date: Thu, 05 Apr 2012 11:03:23
Message-Id: 20120405110223.025612005E@flycatcher.gentoo.org
1 johu 12/04/05 11:02:23
2
3 Modified: ChangeLog
4 Added: ktp-accounts-kcm-0.3.1.ebuild
5 Log:
6 Version bump KDE Telepathy 0.3.1.
7
8 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 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.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Jan 2012 22:53:25 -0000 1.1
24 +++ ChangeLog 5 Apr 2012 11:02:22 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/ktp-accounts-kcm
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.1 2012/01/25 22:53:25 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.2 2012/04/05 11:02:22 johu Exp $
30 +
31 +*ktp-accounts-kcm-0.3.1 (05 Apr 2012)
32 +
33 + 05 Apr 2012; Johannes Huber <johu@g.o> +ktp-accounts-kcm-0.3.1.ebuild:
34 + Version bump KDE Telepathy 0.3.1.
35
36 *ktp-accounts-kcm-0.3.0 (25 Jan 2012)
37
38
39
40
41 1.1 net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.1.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.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ktp-accounts-kcm-0.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
51
52 EAPI=4
53
54 KDE_MINIMAL="4.7"
55 KDE_LINGUAS="ca cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nb nds
56 nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk
57 zh_CN zh_TW"
58 KDE_SCM="git"
59 inherit kde4-base
60
61 DESCRIPTION="KDE Telepathy account management kcm"
62 HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
63 if [[ ${PV} != *9999* ]]; then
64 SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
65 KEYWORDS="~amd64 ~x86"
66 else
67 KEYWORDS=""
68 fi
69
70 LICENSE="LGPL-2.1"
71 SLOT="4"
72 IUSE="debug"
73
74 DEPEND="
75 >=net-im/ktp-common-internals-${PV}
76 net-im/telepathy-mission-control
77 net-libs/telepathy-glib
78 >=net-libs/telepathy-qt-0.9.0
79 "
80 RDEPEND="${DEPEND}
81 "