# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="KBackup is a program that lets you back up any directories or files." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=44998" SRC_URI="http://www.kde-apps.org/content/files/44998-${P}.tar.bz2" LICENSE="GPL-2" RESTRICT="nomirror" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND=">=app-arch/bzip2-1.0.2 >=sys-libs/zlib-1.1.4" need-kde 3.3 pkg_postinst() { einfo "NOTE: there is a bug in kdelibs -" einfo "which only hurts if you compile from source against kdelibs einfo "which where compiled with debug info - einfo "which leads to a crash." einfo "This is fixed in kdelibs for 3.5.5." einfo "Currently either not use kdelibs with debug info or apply patch (or update from SVN)" }