diff options
-rw-r--r-- | net-misc/whatportis/Manifest | 1 | ||||
-rw-r--r-- | net-misc/whatportis/metadata.xml | 13 | ||||
-rw-r--r-- | net-misc/whatportis/whatportis-0.6.ebuild | 34 | ||||
-rw-r--r-- | profiles/package.mask | 4 |
4 files changed, 0 insertions, 52 deletions
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest deleted file mode 100644 index 9559d4d7cdb7..000000000000 --- a/net-misc/whatportis/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST whatportis-0.6.tar.gz 218447 BLAKE2B 97932b380407d02874bbdddcb95ada7a4ee90cfc5c712b4b03f9034982e9b7220ccb418310daa47467feb6d20be7ae58890361e46abdfdbb93941e8bc41bb1f6 SHA512 f9a46974618b0c70164de29aa9c57c7d0cb3c0a09626ec3d7d514fe0b88ce50b2acca1f9e949449508a2b170311e470fe9c7f3ed66f0af4ef01fd63dd815b8a2 diff --git a/net-misc/whatportis/metadata.xml b/net-misc/whatportis/metadata.xml deleted file mode 100644 index 497425e26622..000000000000 --- a/net-misc/whatportis/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">whatportis</remote-id> - <maintainer status="unknown"> - <email>ncrocfer@gmail.com</email> - <name>Nicolas Crocfer</name> - </maintainer> - <remote-id type="github">ncrocfer/whatportis</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild deleted file mode 100644 index fbf6ed61361c..000000000000 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 eutils - -DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="https://github.com/ncrocfer/whatportis https://pypi.org/project/whatportis/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - >=dev-python/click-6.2[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}] - >=dev-python/tinydb-3.1.2[${PYTHON_USEDEP}] - >=dev-python/simplejson-3.8.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${EPYTHON}" test_${PN}.py || die -} - -pkg_postinst() { - optfeature "Run ${PN} as a Server" dev-python/flask -} diff --git a/profiles/package.mask b/profiles/package.mask index ce901e388858..f6d3b8ecc2ed 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -139,10 +139,6 @@ dev-python/jaraco-utils # for generating new keys and doing key maintenance. Removal in a month app-crypt/gkeys-gen -# Pacho Ramos <pacho@gentoo.org> (28 Jun 2018) -# Doesn't work at all (#645388). Removal in a month -net-misc/whatportis - # Andreas Sturmlechner <asturm@gentoo.org> (26 Jun 2018) # Mask Qt4 for removal. Bug #631788 =dev-qt/assistant-4.8.7 |