diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:44:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:55 +0100 |
commit | 58dbddd6612090134fc44a9a3f313f72cc44cf7f (patch) | |
tree | d43f91a27e5d17dc6c84737167a42ecca4295e45 /app-admin | |
parent | dev-embedded/platformio: Remove Python 2 (diff) | |
download | gentoo-58dbddd6612090134fc44a9a3f313f72cc44cf7f.tar.gz gentoo-58dbddd6612090134fc44a9a3f313f72cc44cf7f.tar.bz2 gentoo-58dbddd6612090134fc44a9a3f313f72cc44cf7f.zip |
app-admin/ngxtop: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ngxtop/Manifest | 1 | ||||
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-admin/ngxtop/Manifest b/app-admin/ngxtop/Manifest index 2f2c5a18947b..e67fa82d45ea 100644 --- a/app-admin/ngxtop/Manifest +++ b/app-admin/ngxtop/Manifest @@ -1,2 +1 @@ -DIST ngxtop-0.0.2.tar.gz 9668 BLAKE2B becd0ba58490ad26dce2166ddf39d2064e797bc26da64b70e38e137078130f5c21a95fffccf656fcaa35ca595fe769bd4b59036e9e0993afa75d062b49714f10 SHA512 49cd0f43bb7dae79253a13c4011a5bb92a33c137d0ce7a8de7d57ba18624ec1e10bf462a32fe96d1045ed85ba9c273260a846fb1983e189884e65c1621a39d43 DIST ngxtop-0.0.3_pre141201.tar.xz 9012 BLAKE2B 9e8a7d2c3aadb302e0923fc7cb5b0219a56489993fdcf83fb7b38ba67036f2b5cae7e5bba2c9efc81d858c58b0f1e25f17fa8cc600e77f76b45aafd9d5a3354e SHA512 ce0c6d027eacfe553752a4a66b7d5823de45ef847d4db1a50d9677126a1d574c22e17b5a60f073bf74eb93d56d15d88d6201353324b201b77c1dd5bede6d7cde diff --git a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild deleted file mode 100644 index e8ccdd2483aa..000000000000 --- a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -DESCRIPTION="real-time metrics for nginx server (and others)" -HOMEPAGE="https://github.com/lebinh/ngxtop" -SRC_URI="https://github.com/lebinh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/tabulate[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -" - -PATCHES=( "${FILESDIR}"/${P}-py3.patch ) |