24 lines
485 B
Bash
24 lines
485 B
Bash
|
# Copyright 1999-2012 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
EAPI="4"
|
||
|
|
||
|
PYTHON_DEPEND="2"
|
||
|
|
||
|
inherit git-2 distutils
|
||
|
|
||
|
DESCRIPTION="Scripts for uploading pictures to ITmages.ru"
|
||
|
HOMEPAGE="http://www.gnu.org/software/sed/sed.html"
|
||
|
EGIT_REPO_URI="git://github.com/itmages/itmages-service.git"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
SLOT="0"
|
||
|
KEYWORDS=""
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND="dev-python/pycurl
|
||
|
dev-python/dbus-python
|
||
|
dev-python/lxml
|
||
|
dev-python/pygobject"
|