From e23a08d0c97a0cc415aaa165da840b056f93c997 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Oct 2021 23:06:07 +0100 Subject: gentoo resync : 08.10.2021 --- app-admin/ngxtop/Manifest | 2 +- app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild | 30 +++++++++++++++++++++++ app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 28 --------------------- 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild delete mode 100644 app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild (limited to 'app-admin/ngxtop') diff --git a/app-admin/ngxtop/Manifest b/app-admin/ngxtop/Manifest index b56d6b97ae03..e5a747e34aaf 100644 --- a/app-admin/ngxtop/Manifest +++ b/app-admin/ngxtop/Manifest @@ -1,5 +1,5 @@ AUX ngxtop-0.0.2-py3.patch 1816 BLAKE2B 1f19b6143bc5eab4786043d1641f17a370cc07b72c3e61329e9b3255fb6a0c66d00d94b371aae5e0d5747e99964a102d7ea630a235ebad4df0cd3ff015917c95 SHA512 47127c5ba26d0d6319ca74f21370bf01ce3a74676066bf7476f862de8165c2d62d90e5cad1cb2369e5743db4fa51090e8bdf59da04f9dcfafec62edc44122f8f DIST ngxtop-0.0.3_pre141201.tar.xz 9012 BLAKE2B 9e8a7d2c3aadb302e0923fc7cb5b0219a56489993fdcf83fb7b38ba67036f2b5cae7e5bba2c9efc81d858c58b0f1e25f17fa8cc600e77f76b45aafd9d5a3354e SHA512 ce0c6d027eacfe553752a4a66b7d5823de45ef847d4db1a50d9677126a1d574c22e17b5a60f073bf74eb93d56d15d88d6201353324b201b77c1dd5bede6d7cde EBUILD ngxtop-0.0.3_pre141201-r1.ebuild 749 BLAKE2B df74eb3f526b1923027923a2619af43c898f4331bfbc2f190aad953842c09719098ff3d522d6036f1234168f09d0cb9a666c052ab868f2297c9d5cc47eaad31a SHA512 bdc0be8087055b3e4e94209ada558728500c8f0fcfa6d64db3d0d94e7b553b0fe710c2433d2b048dfe2731f3cd6fe2c034173db1966d5fb8522cea69dc990505 -EBUILD ngxtop-0.0.3_pre141201.ebuild 715 BLAKE2B 77928cf8ec4032f0d6b2480557b0a79ba549781762982c66fd44d33c182407bf1f387c98a210c0655b8ca8d4c3a1a07d83010a07ac4ce258e9c24809c68407d7 SHA512 e75792344959e260dcff6f3c506009a4dd3dec76325615da592ee651afba59da0ccb4d111e8d2370bf2ba1864c73858fdc7b651623faeb31f63ba7f4ee8d97fc +EBUILD ngxtop-0.0.3_pre141201-r2.ebuild 748 BLAKE2B da5a56556d3ffc501b964048b12f8e19e7128a69d587391bd99badcd25d767753ad943f045d8d2c22b1af92858ebd764d83e17e1a710b150ac0ff2b7b85daf98 SHA512 af31d7b5b2b158d500fe5c85db9d39c86bf0b8d4d592782028710dc5c578533263bf0b4aaa514521c24800b09e763b78938356d786b4a223b31850f700ca7ef9 MISC metadata.xml 492 BLAKE2B 83a6fd96b1e0322cae6cd653bff950ed4716c5c84a0edeaf41461c6de70185e9cd011dedaa49e29913d0b672776be04b572a215f035ec8bb8d806eada14313c9 SHA512 bdd922c0dc95423c839034c0514bb753a05ecb760f753290dd33149893334212f1808566b9980c16dff51730dd63b54dc93846b0b28c48b77810cbcf1952e225 diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild new file mode 100644 index 000000000000..b76e25b4baf5 --- /dev/null +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +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" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +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}"/${PN}-0.0.2-py3.patch ) + +distutils_enable_tests pytest diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild deleted file mode 100644 index 1b32811c6b60..000000000000 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8} ) -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" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -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}"/${PN}-0.0.2-py3.patch ) -- cgit v1.2.3