# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-base need-kde 3 DEPEND="dev-db/postgresql >=dev-libs/libpqxx-2.2.1" DESCRIPTION="PostgreSQL grafical frontend for KDE" HOMEPAGE="http://kpogre.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/${PV}-fixes.patch" }