pinkbyte-overlay/app-misc/itmages-service/itmages-service-9999.ebuild

24 lines
487 B
Bash
Raw Normal View History

# 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"
2012-06-10 18:54:32 +04:00
HOMEPAGE="https://github.com/itmages/itmages-service"
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"