# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program to view and manage the contents of a wine cellar" HOMEPAGE="http://xcave.free.fr/" SRC_URI="http://xcave.free.fr/download/${P}.tar.gz" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND=" >=x11-libs/gtk+-2 gnome-base/gnome-libs" DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" src_install() { einstall || die }