# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils distutils gnome2 DESCRIPTION="A new shiny mail checker for the gnome desktop" HOMEPAGE="http://cgmail.tuxfamily.org/" SRC_URI="http://cgmail.tuxfamily.org/files/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ia64 ~ppc" IUSE="" RDEPEND=">=dev-lang/python-2.5 >=dev-python/gnome-python-desktop-2.20.0 >=dev-python/dbus-python-0.80.2 >=dev-python/gst-python-0.10.9" DEPEND="${RDEPEND} >=dev-python/python-distutils-extra-1.91.1" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}"/checkers_count_int_format.patch } src_compile() { /bin/true } src_install() { DOCS="AUTHORS README" distutils_src_install }