# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT="python2_7" inherit distutils-r1 MY_PV="0.14daily13.06.20" DESCRIPTION="Scripts to work with Phablet. Installs Touch Developer Preview on Nexus devices" HOMEPAGE="https://launchpad.net/phablet-tools" SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} dev-python/configobj dev-python/requests dev-util/android-sdk-update-manager" S="${WORKDIR}/${PN}-${MY_PV}"