diff options
Diffstat (limited to 'kde-base/ktalkd/ktalkd-3.5.8.ebuild')
-rw-r--r-- | kde-base/ktalkd/ktalkd-3.5.8.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-base/ktalkd/ktalkd-3.5.8.ebuild b/kde-base/ktalkd/ktalkd-3.5.8.ebuild deleted file mode 100644 index 9c8dc095d5c4..000000000000 --- a/kde-base/ktalkd/ktalkd-3.5.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 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.7 2008/03/04 05:50:08 jer Exp $ - -KMNAME=kdenetwork -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE talk daemon" -KEYWORDS="alpha amd64 hppa 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 -} |