live ebuild for itmages-service: scripts for uploading pictures to ITmages.ru

This commit is contained in:
Sergey Popov 2012-06-08 17:24:12 +04:00
parent fc6a09c770
commit aaab0dc4ba
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD itmages-service-9999.ebuild 485 RMD160 c4d5d03fd7b254c8c173eabcb08eee3ccb2c74c7 SHA1 a6e1a932ef4eeb32e786ff77bff8fa1617c5c412 SHA256 6086f2f14e122f0fd0a71f666bd0e316455b0e8f51902116a17d70b7003dae21
MISC metadata.xml 227 RMD160 2347f59df0b59983caee9c352404e2abfc402966 SHA1 0c2ade9ad300f4223bd8ed6ee953df45070a4dc5 SHA256 6cabc0781008593c3951ed8500cd4b8901d747703b15c2076c83fccc7aae6262

View File

@ -0,0 +1,23 @@
# 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"

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>Python scripts for uploading pictures to ITmages.ru</longdescription>
</pkgmetadata>