# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ # This ebuild come from http://bugs.gentoo.org/attachment.cgi?id=160355 - Zugaina.org only host a copy LANGS="bg ca da de el en_GB es et fi fr hu it ja ka ko nl pt ru sr sr@Latn sv tr zh_TW ar cs gl he lt pa pt_BR ta" LANGS_DOC="da es et it nl pt ru sv" USE_KEG_PACKAGING=1 inherit kde MY_P=${P/_/} DESCRIPTION="A user friendly IRC Client for KDE3.x" HOMEPAGE="http://konversation.kde.org/" SRC_URI="mirror://berlios/${PN}/${uri_prefix}${MY_P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" need-kde 3 S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A}; cd "${S}" } pkg_postinst() { kde_pkg_postinst if ! has_version kde-base/konsole && ! has_version kde-base/kdebase; then echo elog "If you want to be able to use Konsole from inside ${PN}, please emerge either" elog "kde-base/konsole or kde-base/kdebase." echo fi }