summaryrefslogtreecommitdiff
path: root/dev-db/pg_top
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /dev-db/pg_top
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-db/pg_top')
-rw-r--r--dev-db/pg_top/Manifest4
-rw-r--r--dev-db/pg_top/metadata.xml3
-rw-r--r--dev-db/pg_top/pg_top-4.0.0-r3.ebuild (renamed from dev-db/pg_top/pg_top-4.0.0-r1.ebuild)5
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest
index 746564dbe4e8..dcd699b5bca1 100644
--- a/dev-db/pg_top/Manifest
+++ b/dev-db/pg_top/Manifest
@@ -1,3 +1,3 @@
DIST pg_top-4.0.0.tar.xz 117920 BLAKE2B 5c13fd868804492ccce3b660875602df958f065126f9dc17f45ebcac7961384cd1d3d3313da49832a1219ea7e86ae78cbbdb975467b13b32d5f836f5cd33a443 SHA512 b7a016137495ceecdcf0ac0e95c73b7eca20b57264f7b63b0a38c3f31db742c704ed0094e07f6df051bce9bc26214f5a8f66ced1e923bb66e0c86fff1e2ffc19
-EBUILD pg_top-4.0.0-r1.ebuild 501 BLAKE2B bb7a33342722a365e6a0463f9d2822ba7a44509f40b2425799f7a1d326166479aab25a38b29cc70c31afcf8152b13d7e11b243dad6c9a0897924df5aa3bdcc21 SHA512 61400b6b33c0affd4028096bc43dc30179e120aa23bd4c9065e92d16a332a64f2fcb7414c7260b3b539d0424015249c61c8e60ae524f3cb0481a127bf9041542
-MISC metadata.xml 462 BLAKE2B 4f9f470814690c9899fe55a1cf27715244e6ab0056ee086f759881092409ce94646b8a54c3f078508b8eb33ad99c65ce0d36791dfa4eca4e859432dae6a22855 SHA512 181dd3380385bf73fb418a0397d3ce822469ed3127881dbc222b9273976d61e2d8c97aed1eb19ab1f88b8ead07fa86c95e0ba2440370cc8552159c88c4d5b8f5
+EBUILD pg_top-4.0.0-r3.ebuild 556 BLAKE2B 18fc9add528f0a74cf5d1f1b82e6ff79c962f19f617bc65a549c9adedaefe5cbfaeb1b82101bc72c134915aa7612b94dd48b66164d600200076cd499d5ddb855 SHA512 d73fe03ee28c23b72bc64bc376d144936b69442db71731b2dd945249232ffd02b87dc176642ffc5e8de1588d1b29100c2b1a586da88fc4c9c5d0c6b348275fc3
+MISC metadata.xml 540 BLAKE2B 1788f81c174a420261812980f74c0726b8b51fc0fdac8ff254f1ce21fb43340493d0b645ae92bc1fab15cebced7d96946c5933a30ab8fb62c06ba54b69333e14 SHA512 6d6bbdeb2680a7dbb84f237b38d58f0966ae39963fee7136800e4c426b0bf109d2ddba64f94c519fb226f4bd90fbe166d716a6d907f6fc6fc1a1419de27c5653
diff --git a/dev-db/pg_top/metadata.xml b/dev-db/pg_top/metadata.xml
index 4a8730300bd9..d59836d0d4d5 100644
--- a/dev-db/pg_top/metadata.xml
+++ b/dev-db/pg_top/metadata.xml
@@ -9,4 +9,7 @@
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to
top, pg_top allows you to monitor PostgreSQL processes.
</longdescription>
+ <upstream>
+ <remote-id type="gitlab">pg_top/pg_top</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild
index cbb357c436a3..5f3dab62c30b 100644
--- a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
+++ b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild
@@ -14,7 +14,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="dev-db/postgresql:="
+RDEPEND="dev-db/postgresql:=
+ dev-libs/libbsd
+ sys-libs/ncurses:=
+ virtual/libelf:="
DEPEND="${RDEPEND}"
DOCS=( HISTORY.rst README.rst TODO Y2K )