# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit distutils eutils MY_PN="${PN/anichou/AniChou}" MY_PV="${PV/_/-}" MY_P="${MY_PN}-${MY_PV}" 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/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/python dev-python/pygtk" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { distutils_src_install doicon src/AniChou/data/acbt.png make_desktop_entry anichou.py 'AniChou' acbt.png 'Network;Database;Video' }