From: Bernard Cafarelli Date: Sun, 30 Sep 2018 19:59:08 +0000 (+0200) Subject: net-misc/pyhoca-gui: drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=678258311b6d63a8191e48648561d8648fa811f6;p=gentoo.git net-misc/pyhoca-gui: drop old Signed-off-by: Bernard Cafarelli Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest index 894fbfa9b20d..d60195f0400a 100644 --- a/net-misc/pyhoca-gui/Manifest +++ b/net-misc/pyhoca-gui/Manifest @@ -1,2 +1 @@ -DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 BLAKE2B aafb54d2e863afd93b0fa40191a3f8508af91b1f2839448399e64ca273b2eefce4b8dca76bdcd9b30e046bcefb2b1ec01841dd50f07ea12d7de63f762aac6dc9 SHA512 46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045 SHA512 bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6 diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild deleted file mode 100644 index 7f3d94759271..000000000000 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="X2Go graphical client applet" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}] - dev-python/pycups[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] - dev-python/wxpython[${PYTHON_USEDEP}] - >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]" -DEPEND="${DEPEND} - dev-python/python-distutils-extra[${PYTHON_USEDEP}]" - -python_install() { - distutils-r1_python_install - python_doscript ${PN} -} - -python_install_all() { - distutils-r1_python_install_all - doman man/man1/* -}