# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Module to make Portage use a cdb as a database, for performance reasons" HOMEPAGE="http://forums.gentoo.org/viewtopic-t-261580.html" SRC_URI="somewhere.i.can.drop.this.ebuild.com/portage-cdb-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-python/python-cdb" RDEPEND=${DEPEND} src_install() { cp --recursive * ${D} } pkg_postrm() { rm /etc/portage/modules }