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-contact-applet: ktp-contact-applet-0.5.0.ebuild ChangeLog
Date: Tue, 28 Aug 2012 12:06:26
Message-Id: 20120828120601.9544920A17@flycatcher.gentoo.org
1 johu 12/08/28 12:06:01
2
3 Modified: ChangeLog
4 Added: ktp-contact-applet-0.5.0.ebuild
5 Log:
6 Version bump KDE Telepathy 0.5.0.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 net-im/ktp-contact-applet/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-applet/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-applet/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-applet/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 26 Jul 2012 12:28:54 -0000 1.7
24 +++ ChangeLog 28 Aug 2012 12:06:01 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/ktp-contact-applet
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.7 2012/07/26 12:28:54 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.8 2012/08/28 12:06:01 johu Exp $
30 +
31 +*ktp-contact-applet-0.5.0 (28 Aug 2012)
32 +
33 + 28 Aug 2012; Johannes Huber <johu@g.o>
34 + +ktp-contact-applet-0.5.0.ebuild:
35 + Version bump KDE Telepathy 0.5.0.
36
37 *ktp-contact-applet-0.4.1 (26 Jul 2012)
38
39
40
41
42 1.1 net-im/ktp-contact-applet/ktp-contact-applet-0.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ktp-contact-applet-0.5.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.5.0.ebuild,v 1.1 2012/08/28 12:06:01 johu Exp $
52
53 EAPI=4
54
55 KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
56 pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
57 inherit kde4-base
58
59 DESCRIPTION="KDE Telepathy contact applet"
60 HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
61 if [[ ${PV} != *9999* ]]; then
62 SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
63 KEYWORDS="~amd64 ~x86"
64 else
65 KEYWORDS=""
66 fi
67
68 LICENSE="GPL-2"
69 SLOT="4"
70 IUSE="debug"
71
72 DEPEND="
73 >=net-im/ktp-common-internals-${PV}
74 >=net-libs/telepathy-qt-0.9.3
75 "
76 RDEPEND="${DEPEND}
77 >=net-im/ktp-contact-list-${PV}
78 "