diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-09-25 16:06:14 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-09-25 16:14:31 +0200 |
commit | d58b0821fae6125879ce1cbb607841611f36681b (patch) | |
tree | 7d2f925ab75f205ca126434e7d0781004bcf63f0 /net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild | |
parent | net-misc/pyhoca-gui: drop old (diff) | |
download | gentoo-d58b0821fae6125879ce1cbb607841611f36681b.tar.gz gentoo-d58b0821fae6125879ce1cbb607841611f36681b.tar.bz2 gentoo-d58b0821fae6125879ce1cbb607841611f36681b.zip |
net-misc/pyhoca-cli: drop old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild')
-rw-r--r-- | net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild deleted file mode 100644 index 8f38c0a9eb8e..000000000000 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="X2Go command line client" -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="" - -DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}] - >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_install() { - distutils-r1_python_install - python_doscript ${PN} -} - -python_install_all() { - distutils-r1_python_install_all - doman man/man1/* -} |