summaryrefslogtreecommitdiff
path: root/dev-db/pg_activity/pg_activity-1.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pg_activity/pg_activity-1.2.0.ebuild')
-rw-r--r--dev-db/pg_activity/pg_activity-1.2.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-db/pg_activity/pg_activity-1.2.0.ebuild b/dev-db/pg_activity/pg_activity-1.2.0.ebuild
deleted file mode 100644
index ab84a426b26f..000000000000
--- a/dev-db/pg_activity/pg_activity-1.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Realtime PostgreSQL database server monitoring tool"
-HOMEPAGE="https://github.com/julmon/pg_activity/"
-SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-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
-}