Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ktalkd: ChangeLog ktalkd-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:23:45
Message-Id: E1JRyHv-00082C-Fv@stork.gentoo.org
1 philantrop 08/02/20 23:23:43
2
3 Modified: ChangeLog
4 Added: ktalkd-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.78 kde-base/ktalkd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktalkd/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktalkd/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktalkd/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 17 Feb 2008 03:04:48 -0000 1.77
23 +++ ChangeLog 20 Feb 2008 23:23:42 -0000 1.78
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/ktalkd
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.77 2008/02/17 03:04:48 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.78 2008/02/20 23:23:42 philantrop Exp $
29 +
30 +*ktalkd-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +ktalkd-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 17 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -ktalkd-3.5.5.ebuild,
36 -ktalkd-3.5.6.ebuild, -ktalkd-3.5.7.ebuild:
37
38
39
40 1.1 kde-base/ktalkd/ktalkd-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ktalkd-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.9.ebuild,v 1.1 2008/02/20 23:23:42 philantrop Exp $
50
51 KMNAME=kdenetwork
52 EAPI="1"
53 inherit kde-meta eutils
54
55 DESCRIPTION="KDE talk daemon"
56 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE="kdehiddenvisibility"
58 KMEXTRA="doc/kcontrol/kcmktalkd"
59
60 RDEPEND="|| ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )"
61
62 pkg_postinst() {
63 kde_pkg_postinst
64
65 if has_version net-misc/ytalk ; then
66 elog "To use net-misc/ytalk as your local network chat program, please"
67 elog "configure your system accordingly, either via the KDE control center"
68 elog "or by calling \"kcmshell kcmktalkd\" on the command line."
69 fi
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list