# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit distutils MY_PV="${PV/_*/}" DESCRIPTION="Qomics is a comics strip collection manager" HOMEPAGE="http://qomics.inzenet.org/" SRC_URI="http://download.gna.org/qomics/dist/${MY_PV}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="mysql postgres" RDEPEND=" >=dev-lang/python-2.4 dev-python/pysqlite mysql? ( dev-python/mysql-python ) postgres? ( dev-python/psycopg ) dev-python/PyQt4" DEPEND=" ${RDEPEND} sys-devel/gettext " src_compile() { true }