Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-cli/
Date: Fri, 29 Nov 2019 09:57:28
Message-Id: 1575021438.df575f460bf2782b4eb12aa8cf47518dcbfba336.voyageur@gentoo
1 commit: df575f460bf2782b4eb12aa8cf47518dcbfba336
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 09:53:17 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 09:57:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df575f46
7
8 net-misc/pyhoca-cli: drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/pyhoca-cli/Manifest | 2 --
14 net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild | 30 --------------------------
15 net-misc/pyhoca-cli/pyhoca-cli-0.6.0.0.ebuild | 31 ---------------------------
16 3 files changed, 63 deletions(-)
17
18 diff --git a/net-misc/pyhoca-cli/Manifest b/net-misc/pyhoca-cli/Manifest
19 index 1274b0e65dc..a2309a35d60 100644
20 --- a/net-misc/pyhoca-cli/Manifest
21 +++ b/net-misc/pyhoca-cli/Manifest
22 @@ -1,3 +1 @@
23 -DIST pyhoca-cli-0.5.0.4.tar.gz 32486 BLAKE2B e47799519715c14ba89f8696ed8d394248397548ccbd0dcfc514d8c8ba96071dfa12a191eace4cc6f92aeaeb8fd0b17addf471e6f11d5ffb4e456977d38c7e14 SHA512 6dadbd01922f9957469c2f401a6b1d7da4ad7bfa9c82f38d951b230cd880b826e96a63cf3d244d27299ea9bab4d1f42239a2f0d73702e62eb4859a52c25158bd
24 -DIST pyhoca-cli-0.6.0.0.tar.gz 40513 BLAKE2B 203ba683c65a77c8f136ac65fea156e938b86b8338dff4c39c5b0ab9368a5e0b1e845e4862b9d95fd02cec9484691b9b11b6d2dbd41cc8a1089e32a4e9c9d717 SHA512 a6e2504cf40eb847db826eb016bcba4ead83f5b8d45de8c251c4c3b0f4cef86dbdfe4c8663f900ce9afe6fef868e67ff5ab1e3222179d19afcc7d0233b4804c6
25 DIST pyhoca-cli-0.6.0.1.tar.gz 40816 BLAKE2B 719ca6f277cfd2ecd2100e1b34e1c0d4d7e6849eb0b8f39d2a1628878b4da1bdcc1db622144d815347c33e0148d7fd6303caa661f146e18422169d7ae455c993 SHA512 65ced3bcb6e8fc15d22b0abc760a981af66b10325278613a9276de16c1e73d3b8d325b57aed9d4faf43a6d9eb8167045716c2974d4f6563c7a51df8ee66a69eb
26
27 diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild
28 deleted file mode 100644
29 index 2a3ca05effb..00000000000
30 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="X2Go command line client"
42 -HOMEPAGE="http://www.x2go.org"
43 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="AGPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
51 - >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
52 -RDEPEND="${DEPEND}"
53 -
54 -python_install() {
55 - distutils-r1_python_install
56 - python_doscript ${PN}
57 -}
58 -
59 -python_install_all() {
60 - distutils-r1_python_install_all
61 - doman man/man1/*
62 -}
63
64 diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.0.0.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.0.0.ebuild
65 deleted file mode 100644
66 index 858a77c4648..00000000000
67 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.0.0.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 1999-2018 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -PYTHON_COMPAT=( python3_{5,6} )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="X2Go command line client"
79 -HOMEPAGE="http://www.x2go.org"
80 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="AGPL-3"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -IUSE=""
86 -
87 -DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
88 - >=net-misc/python-x2go-0.6.0.1[${PYTHON_USEDEP}]"
89 -RDEPEND="${DEPEND}"
90 -
91 -python_install() {
92 - distutils-r1_python_install
93 - python_doscript ${PN}
94 -}
95 -
96 -python_install_all() {
97 - distutils-r1_python_install_all
98 - doman man/man1/*
99 - find "${ED}" -name '*.pth' -delete || die
100 -}