# Copyright 2006 Jeff Bryner # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic eutils toolchain-funcs multilib distutils DESCRIPTION="yim2text.py is a python script to decode yahoo IM files and print them." HOMEPAGE="http://www.jeffbryner.com/" SRC_URI="http://www.jeffbryner.com/code/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.3" src_compile(){ einfo "workdir: " + ${WORKDIR} einfo ${S} } #src_install() { #distutils_src_install #chmod +x ${WORKDIR}setup.py #${WORKDIR}/setup.py install doman ${S}/yim2text.man.1 #}