net-misc/pyhoca-gui: drop old
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 30 Sep 2018 19:59:08 +0000 (21:59 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Sun, 30 Sep 2018 20:00:49 +0000 (22:00 +0200)
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

net-misc/pyhoca-gui/Manifest
net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild [deleted file]

index 894fbfa9b20db87cd659ec839d5d618a5c80a378..d60195f0400a6e8ce6ec8ff102cd6d03680d57e0 100644 (file)
@@ -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 (file)
index 7f3d947..0000000
+++ /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/*
-}