# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 DESCRIPTION="cGmail (check gnome mail) is an email checker and notifier applet for the gnome desktop written in python" HOMEPAGE="http://cgmail.tuxfamily.org/" SRC_URI="http://cgmail.tuxfamily.org/files/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" DOCS="AUTHORS INSTALL README TODO" src_unpack() { gnome2_src_unpack epatch "${FILESDIR}/${P}-Makefile-fix.patch" } src_compile() { einfo "No compilation necessary" }