2012-06-08 17:24:12 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2013-09-08 13:19:26 +04:00
|
|
|
EAPI="5"
|
2012-06-08 17:24:12 +04:00
|
|
|
|
2013-09-08 13:19:26 +04:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
EGIT_REPO_URI="git://github.com/itmages/itmages-service.git"
|
|
|
|
inherit distutils-r1 git-r3
|
2012-06-08 17:24:12 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Scripts for uploading pictures to ITmages.ru"
|
2012-06-10 18:54:32 +04:00
|
|
|
HOMEPAGE="https://github.com/itmages/itmages-service"
|
2013-09-08 13:19:26 +04:00
|
|
|
SRC_URI=""
|
2012-06-08 17:24:12 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS=""
|
|
|
|
|
2013-09-08 13:19:26 +04:00
|
|
|
RDEPEND="dev-python/pycurl[${PYTHON_USEDEP}]
|
|
|
|
dev-python/dbus-python[${PYTHON_USEDEP}]
|
|
|
|
dev-python/lxml[${PYTHON_USEDEP}]
|
|
|
|
dev-python/pygobject:2[${PYTHON_USEDEP}]"
|
|
|
|
|
|
|
|
python_install_all() {
|
|
|
|
distutils-r1_python_install_all
|
|
|
|
# TODO: fix incorrect examples installation
|
|
|
|
rm -r "${ED}/usr/share/doc/itmages/example" || die
|
|
|
|
}
|