# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ inherit eutils python distutils DESCRIPTION="An application to read web comics." HOMEPAGE="http://comicbrowser.sourceforge.net" SRC_URI="mirror://sourceforge/comicbrowser/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=virtual/python-2.3" src_compile() { distutils_src_compile } src_install() { distutils_src_install python setup.py install } pkg_postinst() { python_version python_mod_optimize /usr/lib/python${PYVER}/site-packages/dosage } pkg_postrm() { python_mod_cleanup }