commit:     013884ef62a18e1992f495b929761bc2a2c963b8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 15:48:08 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 15:48:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013884ef

dev-db/pg_activity: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-db/pg_activity/Manifest                 |  1 -
 dev-db/pg_activity/pg_activity-1.5.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest
index 55066ed1357..c4869ed32fe 100644
--- a/dev-db/pg_activity/Manifest
+++ b/dev-db/pg_activity/Manifest
@@ -1,2 +1 @@
-DIST pg_activity-1.5.0.tar.gz 92392 BLAKE2B 
ffe39f602773e0e63ca9bc8a5c96a5dad6a0862aa622b7bf4f3073d869c33bf6e4b79a152a3c956e780d70852aaedf3172a693536436ecbbf89e6943e41ba654
 SHA512 
01e3d2a1f0c839e40d1da79197dd8a405dee302d46495b972f11e3672e52becceb6211cccc6e1a5c711ca36247dcead6e959435d5f4eb1735556073b6c834904
 DIST pg_activity-1.6.1.tar.gz 127376 BLAKE2B 
4e9c055c2b7d7eb78ee735124284d4d34c70a067011c2bdd3d960a7e2ff59cb799fb4a3ec1a51d7ebd0e921f5d46e85a28625d3a1a7efc281fc751702f2b58b6
 SHA512 
4a67443521afe88283315be1c2b3d3f19df3cb2cb3e4e059149775f5dd45925dbab8bd34525878ac883f8d007da08fbdfe3d23db9a6e1f17a4af4aa9b9c96338

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
-}

Reply via email to