net-misc/whatportis: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 13:02:23 +0000 (15:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 13:02:55 +0000 (15:02 +0200)
Closes: https://bugs.gentoo.org/645388

net-misc/whatportis/Manifest [deleted file]
net-misc/whatportis/metadata.xml [deleted file]
net-misc/whatportis/whatportis-0.6.ebuild [deleted file]
profiles/package.mask

diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
deleted file mode 100644 (file)
index 9559d4d..0000000
+++ /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 (file)
index 497425e..0000000
+++ /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 (file)
index fbf6ed6..0000000
+++ /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
-}
index ce901e38885838da7bf9d95549a4b7a6d9bd337a..f6d3b8ecc2edf162db379c1e9ce566a18570c39e 100644 (file)
@@ -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