# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils kde need-kde 3 DESCRIPTION="A graphical frontend for portage" SRC_URI="http://freesoftware.fsf.org/download/${PN}/${PN}.pkg/${PV/.1//}/${P}.tar.bz2" HOMEPAGE="http://www.freesoftware.fsf.org/kportage/" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc" DEPEND=">=sys-apps/portage-2.0.46-r12 =dev-lang/python-2.3* >=x11-libs/qt-3.1" IUSE="" src_unpack() { kde_src_unpack epatch ${FILESDIR}/${P}-python2.3.patch } src_compile() { kde_src_compile configure emake CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" || die }