Add initial pgmon ebuild

This commit is contained in:
James Campbell 2024-06-02 00:14:02 -04:00
parent bcebbf995e
commit 1ccb378461
Signed by: james
GPG Key ID: 2287C33A40DC906A
2 changed files with 26 additions and 0 deletions

1
dev-db/pgmon/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD pgmon-0.0.1.ebuild 424 SHA256 6a6cca84d8d6d9f5179fab7078c0585b31ef56e5f4bc6009ea289083de66ef25 SHA512 615672e3d095bd9f3a89dbc8fde99628a65c46f1683538e775def6a649ce3b8eac0d173417957257472f02b5e3e7af8cbdba935a681293d6ccff93dcac429b56 WHIRLPOOL e1462ad21a3ff76017dbdd2ba913b9b1ec52e8f498f8d0079166deae212e7079665bd7b65a5816e322e3280955264a647eaf04a19c5fbf3c41321ebc6f2adb41

View File

@ -0,0 +1,25 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{6..11} )
inherit git-r3 python-r1
DESCRIPTION="PostgreSQL monitoring bridge"
HOMEPAGE="None"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
EGIT_REPO_URL="https://code2.shh-dot-com.org/pgmon.git"
#EGIT_COMMIT=""
DEPEND="
${PYTHON_DEPS}
dev-python/psycopg:2
"
RDEPEND="${DEPEND}"
BDEPEND=""