diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:37:59 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:37:59 +0000 |
commit | 99d4568666f43ca66ac0137895f44e57d50938ae (patch) | |
tree | 9a874d75fbab9a2e6b872cc707d44ebc00c3fcab /kde-base | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-99d4568666f43ca66ac0137895f44e57d50938ae.tar.gz gentoo-2-99d4568666f43ca66ac0137895f44e57d50938ae.tar.bz2 gentoo-2-99d4568666f43ca66ac0137895f44e57d50938ae.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ktalkd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktalkd/files/digest-ktalkd-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/ktalkd/ktalkd-3.5.8.ebuild | 25 |
3 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/ktalkd/ChangeLog b/kde-base/ktalkd/ChangeLog index 9af348178cbf..5f99080fb7b1 100644 --- a/kde-base/ktalkd/ChangeLog +++ b/kde-base/ktalkd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktalkd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.70 2007/08/11 15:38:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.71 2007/10/19 23:37:58 philantrop Exp $ + +*ktalkd-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +ktalkd-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> ktalkd-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/ktalkd/files/digest-ktalkd-3.5.8 b/kde-base/ktalkd/files/digest-ktalkd-3.5.8 new file mode 100644 index 000000000000..3a6a77c43c1f --- /dev/null +++ b/kde-base/ktalkd/files/digest-ktalkd-3.5.8 @@ -0,0 +1,3 @@ +MD5 0e79374d1109d937b0c9bdd3a75e7476 kdenetwork-3.5.8.tar.bz2 9334188 +RMD160 3941c56411ab4cdb89ae9de116a24d0906a275da kdenetwork-3.5.8.tar.bz2 9334188 +SHA256 7320e3d8fd9fb60ecee88ab70ccf8edf95fecf90bbbcabe4def4b26e48c20785 kdenetwork-3.5.8.tar.bz2 9334188 diff --git a/kde-base/ktalkd/ktalkd-3.5.8.ebuild b/kde-base/ktalkd/ktalkd-3.5.8.ebuild new file mode 100644 index 000000000000..fe6493afdcb2 --- /dev/null +++ b/kde-base/ktalkd/ktalkd-3.5.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.8.ebuild,v 1.1 2007/10/19 23:37:58 philantrop Exp $ + +KMNAME=kdenetwork +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE talk daemon" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" +KMEXTRA="doc/kcontrol/kcmktalkd" + +RDEPEND="|| ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )" + +pkg_postinst() { + kde_pkg_postinst + + if has_version net-misc/ytalk ; then + elog "To use net-misc/ytalk as your local network chat program, please" + elog "configure your system accordingly, either via the KDE control center" + elog "or by calling \"kcmshell kcmktalkd\" on the command line." + fi +} |