# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program to print a year diary on one of a range of paper sizes." HOMEPAGE="http://6u.adelie.cx/makediary/" SRC_URI="http://6u.adelie.cx/makediary/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.3.4 >=dev-python/imaging-1.1.4-r1 >=dev-python/egenix-mx-base-2.0.5" src_install() { python setup.py install --prefix=${D}/usr || die "Failed to setup ${A}" }