# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit distutils eutils DESCRIPTION="Open Source anime list tracker and MyAnimeList synchronizer application written in python." HOMEPAGE="http://code.google.com/p/anichou/" SRC_URI="http://anichou.googlecode.com/files/AniChou-9.1.6-beta.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/python dev-python/pygtk" RDEPEND="${DEPEND}" S="${WORKDIR}/AniChou-9.1.6-beta" src_install() { distutils_src_install doicon src/AniChou/data/acbt.png make_desktop_entry anichou.py 'AniChou' acbt.png 'Network;Database;Video' }