Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ngxtop/
Date: Mon, 04 Oct 2021 12:33:29
Message-Id: 1633350743.84977f74757613fcc7befdbccd4829c0249e37f1.juippis@gentoo
1 commit: 84977f74757613fcc7befdbccd4829c0249e37f1
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 24 21:35:58 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 12:32:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84977f74
7
8 app-admin/ngxtop: drop old
9
10 Closes: https://bugs.gentoo.org/795447
11 Closes: https://bugs.gentoo.org/813291
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/22392
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild | 2 ++
17 app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 28 -----------------------
18 2 files changed, 2 insertions(+), 28 deletions(-)
19
20 diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
21 index e93de604bd5..4199e73cc65 100644
22 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
23 +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
24 @@ -26,3 +26,5 @@ DEPEND="${RDEPEND}
25 "
26
27 PATCHES=( "${FILESDIR}"/${PN}-0.0.2-py3.patch )
28 +
29 +distutils_enable_tests pytest
30
31 diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
32 deleted file mode 100644
33 index 1b32811c6b6..00000000000
34 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
35 +++ /dev/null
36 @@ -1,28 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python3_{7,8} )
43 -PYTHON_REQ_USE="sqlite"
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="real-time metrics for nginx server (and others)"
48 -HOMEPAGE="https://github.com/lebinh/ngxtop"
49 -#SRC_URI="https://github.com/lebinh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
51 -
52 -SLOT="0"
53 -LICENSE="MIT"
54 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
55 -IUSE=""
56 -
57 -RDEPEND="
58 - dev-python/docopt[${PYTHON_USEDEP}]
59 - dev-python/pyparsing[${PYTHON_USEDEP}]
60 - dev-python/tabulate[${PYTHON_USEDEP}]"
61 -DEPEND="${RDEPEND}
62 -"
63 -
64 -PATCHES=( "${FILESDIR}"/${PN}-0.0.2-py3.patch )