commit: 497741fa97857a804d48e0a08c9119bdf7de0ff5 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Sat Mar 20 18:54:13 2021 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 18:54:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497741fa
dev-db/pg_activity: remove old Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-db/pg_activity/Manifest | 1 - dev-db/pg_activity/pg_activity-1.6.2.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest index b8470637747..d8e0784a58e 100644 --- a/dev-db/pg_activity/Manifest +++ b/dev-db/pg_activity/Manifest @@ -1,2 +1 @@ -DIST pg_activity-1.6.2.tar.gz 127561 BLAKE2B 5ddebd3068ddc33196903892c01b947ffc50ecff7ec790e196626e87ee8933ff79242e3ba61c207ea1020535c5d85dbbc4ac9e4825a19ab98004bb27ea0b6a6c SHA512 fd743f369201c6ec3762373c39969b2b7632d79a8fb9c8ebd12a88b66b91915c30e445e93162844b4a176cf7e13009c9c8136e973180b00e7cc708ecd66b4853 DIST pg_activity-2.1.3.tar.gz 277297 BLAKE2B 9677ebad581e2e66e266e5433454e054274693a8e2e5a959c5f807ec1641f3b02a4c202eac7bddb7abe7e51e131d32d25a513a439e97aca996e79be6e1e9c0be SHA512 e28c75d1b88f6b530820d82327d6428d2388341bd09ba4efec5e80e753aee17e995b4e6d5ee8b35b3b972f20aa1228d525fe0c4bdcb8e365795d568a4a25c076 diff --git a/dev-db/pg_activity/pg_activity-1.6.2.ebuild b/dev-db/pg_activity/pg_activity-1.6.2.ebuild deleted file mode 100644 index 262e50ab292..00000000000 --- a/dev-db/pg_activity/pg_activity-1.6.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python3_7 python3_8 ) - -inherit distutils-r1 - -DESCRIPTION="Realtime PostgreSQL database server monitoring tool" -HOMEPAGE="https://github.com/dalibo/pg_activity" -SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" -SLOT="0" -LICENSE="POSTGRESQL" - -DEPEND="" -RDEPEND="dev-python/psutil[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}]" - -src_install() { - distutils-r1_src_install - doman docs/man/${PN}.1 -}
