Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-im/telepathy-kde-meta/
Date: Wed, 30 Nov 2011 10:38:31
Message-Id: cccd4d5682874249ab7a64b5391a6487599dc8f1.christian@gentoo
1 commit: cccd4d5682874249ab7a64b5391a6487599dc8f1
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Wed Nov 30 10:37:45 2011 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Wed Nov 30 10:37:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cccd4d56
7
8 [net-im/telepathy-kde-meta] clarify post-install message
9
10 ---
11 .../telepathy-kde-meta-0.2.0.ebuild | 4 ++--
12 .../telepathy-kde-meta-9999.ebuild | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-im/telepathy-kde-meta/telepathy-kde-meta-0.2.0.ebuild b/net-im/telepathy-kde-meta/telepathy-kde-meta-0.2.0.ebuild
16 index 4f406ab..5cdcbda 100644
17 --- a/net-im/telepathy-kde-meta/telepathy-kde-meta-0.2.0.ebuild
18 +++ b/net-im/telepathy-kde-meta/telepathy-kde-meta-0.2.0.ebuild
19 @@ -34,7 +34,7 @@ RDEPEND="
20
21 pkg_postinst() {
22 echo
23 - elog "You will need in KDE System Settings configure accounts"
24 - elog "and then open contact list and/or add plasma applet."
25 + elog "You can configure the accounts in the KDE System Settings"
26 + elog "and then add the Instant Messaging plasma applet to access the contact list."
27 echo
28 }
29
30 diff --git a/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild b/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
31 index b43c7be..59cd37b 100644
32 --- a/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
33 +++ b/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
34 @@ -35,7 +35,7 @@ RDEPEND="
35
36 pkg_postinst() {
37 echo
38 - elog "You will need in KDE System Settings configure accounts"
39 - elog "and then open contact list and/or add plasma applet."
40 + elog "You can configure the accounts in the KDE System Settings"
41 + elog "and then add the Instant Messaging plasma applet to access the contact list."
42 echo
43 }