# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" inherit distutils git DESCRIPTION="MeeGo Image Creator (MIC) is a tool for creating and manipulating MeeGo images." HOMEPAGE="http://meego.gitorious.org/meego-developer-tools/image-creator" EGIT_REPO_URI="git://gitorious.org/meego-developer-tools/image-creator.git" if [[ ${PV} != 9999* ]] ; then EGIT_BRANCH="${PV}" fi LICENSE="GPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then KEYWORDS="~x86" else KEYWORDS="" fi IUSE="" DEPEND="dev-python/urlgrabber dev-python/pysqlite:0 dev-python/sqlitecachec dev-python/pykickstart sys-apps/yum >=app-arch/rpm-4.8.1 app-emulation/qemu-kvm[static]" RDEPEND="${DEPEND}" src_install() { distutils_src_install dodoc API HACKING || die }