diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 15:02:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 15:02:55 +0200 |
commit | aea591630ff0ed7ce3c0453aead230d697c1184b (patch) | |
tree | 44ae04147b3ae13765864c155f14af25ac0e6d24 /net-misc | |
parent | app-misc/jira-cli: Remove last-rited pkg (diff) | |
download | gentoo-aea591630ff0ed7ce3c0453aead230d697c1184b.tar.gz gentoo-aea591630ff0ed7ce3c0453aead230d697c1184b.tar.bz2 gentoo-aea591630ff0ed7ce3c0453aead230d697c1184b.zip |
net-misc/whatportis: Remove last-rited pkg
Closes: https://bugs.gentoo.org/645388
Diffstat (limited to 'net-misc')
-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 |
3 files changed, 0 insertions, 48 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 -} |