Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/whatportis/
Date: Sat, 28 Jul 2018 13:03:11
Message-Id: 1532782975.aea591630ff0ed7ce3c0453aead230d697c1184b.mgorny@gentoo
1 commit: aea591630ff0ed7ce3c0453aead230d697c1184b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 13:02:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 13:02:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea59163
7
8 net-misc/whatportis: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/645388
11
12 net-misc/whatportis/Manifest | 1 -
13 net-misc/whatportis/metadata.xml | 13 ------------
14 net-misc/whatportis/whatportis-0.6.ebuild | 34 -------------------------------
15 profiles/package.mask | 4 ----
16 4 files changed, 52 deletions(-)
17
18 diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
19 deleted file mode 100644
20 index 9559d4d7cdb..00000000000
21 --- a/net-misc/whatportis/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST whatportis-0.6.tar.gz 218447 BLAKE2B 97932b380407d02874bbdddcb95ada7a4ee90cfc5c712b4b03f9034982e9b7220ccb418310daa47467feb6d20be7ae58890361e46abdfdbb93941e8bc41bb1f6 SHA512 f9a46974618b0c70164de29aa9c57c7d0cb3c0a09626ec3d7d514fe0b88ce50b2acca1f9e949449508a2b170311e470fe9c7f3ed66f0af4ef01fd63dd815b8a2
25
26 diff --git a/net-misc/whatportis/metadata.xml b/net-misc/whatportis/metadata.xml
27 deleted file mode 100644
28 index 497425e2662..00000000000
29 --- a/net-misc/whatportis/metadata.xml
30 +++ /dev/null
31 @@ -1,13 +0,0 @@
32 -<?xml version='1.0' encoding='UTF-8'?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <!-- maintainer-needed -->
36 - <upstream>
37 - <remote-id type="pypi">whatportis</remote-id>
38 - <maintainer status="unknown">
39 - <email>ncrocfer@×××××.com</email>
40 - <name>Nicolas Crocfer</name>
41 - </maintainer>
42 - <remote-id type="github">ncrocfer/whatportis</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
47 deleted file mode 100644
48 index fbf6ed61361..00000000000
49 --- a/net-misc/whatportis/whatportis-0.6.ebuild
50 +++ /dev/null
51 @@ -1,34 +0,0 @@
52 -# Copyright 1999-2018 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
58 -
59 -inherit distutils-r1 eutils
60 -
61 -DESCRIPTION="A command to search port names and numbers"
62 -HOMEPAGE="https://github.com/ncrocfer/whatportis https://pypi.org/project/whatportis/"
63 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
64 -
65 -LICENSE="MIT"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
68 -IUSE="test"
69 -
70 -RDEPEND="
71 - >=dev-python/click-6.2[${PYTHON_USEDEP}]
72 - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
73 - >=dev-python/tinydb-3.1.2[${PYTHON_USEDEP}]
74 - >=dev-python/simplejson-3.8.1[${PYTHON_USEDEP}]
75 -"
76 -DEPEND="${RDEPEND}
77 - dev-python/setuptools[${PYTHON_USEDEP}]"
78 -
79 -python_test() {
80 - "${EPYTHON}" test_${PN}.py || die
81 -}
82 -
83 -pkg_postinst() {
84 - optfeature "Run ${PN} as a Server" dev-python/flask
85 -}
86
87 diff --git a/profiles/package.mask b/profiles/package.mask
88 index ce901e38885..f6d3b8ecc2e 100644
89 --- a/profiles/package.mask
90 +++ b/profiles/package.mask
91 @@ -139,10 +139,6 @@ dev-python/jaraco-utils
92 # for generating new keys and doing key maintenance. Removal in a month
93 app-crypt/gkeys-gen
94
95 -# Pacho Ramos <pacho@g.o> (28 Jun 2018)
96 -# Doesn't work at all (#645388). Removal in a month
97 -net-misc/whatportis
98 -
99 # Andreas Sturmlechner <asturm@g.o> (26 Jun 2018)
100 # Mask Qt4 for removal. Bug #631788
101 =dev-qt/assistant-4.8.7