commit:     cdc267c463a015c48b222d9f3b587188679a5462
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 31 21:37:29 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  1 16:28:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc267c4

dev-db/pg_top: add 4.1.3

Closes: https://bugs.gentoo.org/951890
Closes: https://bugs.gentoo.org/957251
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/pg_top/Manifest            |  1 +
 dev-db/pg_top/pg_top-4.1.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest
index d183e72042af..50e20baa3381 100644
--- a/dev-db/pg_top/Manifest
+++ b/dev-db/pg_top/Manifest
@@ -1 +1,2 @@
 DIST pg_top-4.1.1.tar.xz 103128 BLAKE2B 
6899b3e4963880aff9e4b3d94441903ea6a2141fb2cac56821c9ca3a5333cca4ed6a80c83f6feef34c9fe634c7c7b2d9ab1fbaba844b0485d7a5edb2e5bc9598
 SHA512 
bc58b0aaf02326d90cd7e6ed894021edf20dd6f7b67125d856bec474afe16cb6f096506c73becbde4a104c61fe62e5281df02f16c7bdbdd74478faa1e91ed9ae
+DIST pg_top-4.1.3.tar.xz 105828 BLAKE2B 
d8001db728355abed441c17802e639021325b42b075581cdc785e8841269787d8da72325f8a79e44634358be119c45aafbc0ec32311ab6dffb623a7d874865a9
 SHA512 
72d6f0d93d5a4362ea970fff0009eca73fda48a0c4af3e0f276a223097eeecb19f97ced12bed60e322a7318d6ab19d6d7dcf66b83465e278de0b7c9c3546fc25

diff --git a/dev-db/pg_top/pg_top-4.1.3.ebuild 
b/dev-db/pg_top/pg_top-4.1.3.ebuild
new file mode 100644
index 000000000000..7712d4ac19e5
--- /dev/null
+++ b/dev-db/pg_top/pg_top-4.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="'top' for PostgreSQL"
+HOMEPAGE="https://pg_top.gitlab.io/";
+SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       dev-db/postgresql:=
+       dev-libs/libbsd
+       sys-libs/ncurses:=
+       virtual/libelf:="
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/docutils"
+
+DOCS=( HISTORY.rst README.rst TODO Y2K )

Reply via email to