# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Python client for accessing Google Calendar from the command line" HOMEPAGE="http://code.google.com/p/gcalcli/" SRC_URI="http://gcalcli.googlecode.com/files/${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="dev-lang/python dev-python/elementtree dev-python/python-dateutil >=dev-python/gdata-1.0.8" src_install() { dobin gcalcli }