Remove app-misc/itmages-service due to itmages.ru has been discontinued

This commit is contained in:
Sergey Popov 2019-10-29 11:11:32 +03:00
parent 0d2d094797
commit 9ce72c5c15
2 changed files with 0 additions and 34 deletions

View File

@ -1,28 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
EGIT_REPO_URI="git://github.com/itmages/itmages-service.git"
inherit distutils-r1 git-r3
DESCRIPTION="Scripts for uploading pictures to ITmages.ru"
HOMEPAGE="https://github.com/itmages/itmages-service"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
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
}

View File

@ -1,6 +0,0 @@
<?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>