diff options
author | 2020-09-08 17:48:08 +0200 | |
---|---|---|
committer | 2020-09-08 17:48:08 +0200 | |
commit | 013884ef62a18e1992f495b929761bc2a2c963b8 (patch) | |
tree | f3cc564fd6d91df297aebea051771089967f088f /dev-db/pg_activity/pg_activity-1.5.0.ebuild | |
parent | dev-db/pg_activity: version bump to 1.6.1 (diff) | |
download | gentoo-013884ef62a18e1992f495b929761bc2a2c963b8.tar.gz gentoo-013884ef62a18e1992f495b929761bc2a2c963b8.tar.bz2 gentoo-013884ef62a18e1992f495b929761bc2a2c963b8.zip |
dev-db/pg_activity: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db/pg_activity/pg_activity-1.5.0.ebuild')
-rw-r--r-- | dev-db/pg_activity/pg_activity-1.5.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild deleted file mode 100644 index 2868663364f..00000000000 --- a/dev-db/pg_activity/pg_activity-1.5.0.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_6 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 -} |