summaryrefslogtreecommitdiff
path: root/dev-db/pg_top
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /dev-db/pg_top
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'dev-db/pg_top')
-rw-r--r--dev-db/pg_top/Manifest3
-rw-r--r--dev-db/pg_top/pg_top-4.0.0-r1.ebuild4
-rw-r--r--dev-db/pg_top/pg_top-4.0.0.ebuild20
3 files changed, 3 insertions, 24 deletions
diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest
index e080a2d2107e..443ace209d93 100644
--- a/dev-db/pg_top/Manifest
+++ b/dev-db/pg_top/Manifest
@@ -1,4 +1,3 @@
DIST pg_top-4.0.0.tar.xz 117920 BLAKE2B 5c13fd868804492ccce3b660875602df958f065126f9dc17f45ebcac7961384cd1d3d3313da49832a1219ea7e86ae78cbbdb975467b13b32d5f836f5cd33a443 SHA512 b7a016137495ceecdcf0ac0e95c73b7eca20b57264f7b63b0a38c3f31db742c704ed0094e07f6df051bce9bc26214f5a8f66ced1e923bb66e0c86fff1e2ffc19
-EBUILD pg_top-4.0.0-r1.ebuild 502 BLAKE2B af9ae53114cbbc83ac342cd0b8650f13095a15ce9daa60e305c38d804ec3be00c2ad436f9a27e5001a6a46425696712a66bd7e174a6b7514d85fb13e4e25f9bb SHA512 5398576f10e8081c3c79253e184ff1f7e8a890ca4304776ab3ecefc132e96ad63f36b6e57f7098e8ad5fa4ec97d5ffa4179ba3eedd4b2e769923e5ad1c1c03b5
-EBUILD pg_top-4.0.0.ebuild 400 BLAKE2B d5ac60a50fa11db849c9457077ad063151772d9c95e43c85b7267e056b011c54226f867fd2d6190775f6cd95ab78f6dc46bd88318bc1ab3f21ba54b5393344f1 SHA512 92e5c7de0b037b57a75e995953fd26f4ff4f1651f5945b95c1af61d4e708349a2f262c3dbc1a019bb56b4f6541bc51f3d607893e5dd0bb0b2f6b7ec78a50b53c
+EBUILD pg_top-4.0.0-r1.ebuild 501 BLAKE2B bb7a33342722a365e6a0463f9d2822ba7a44509f40b2425799f7a1d326166479aab25a38b29cc70c31afcf8152b13d7e11b243dad6c9a0897924df5aa3bdcc21 SHA512 61400b6b33c0affd4028096bc43dc30179e120aa23bd4c9065e92d16a332a64f2fcb7414c7260b3b539d0424015249c61c8e60ae524f3cb0481a127bf9041542
MISC metadata.xml 461 BLAKE2B e6f8d76b546b6b6b6cb13dc1158f71d20f3c68fc9ecc9b37ccf8d8581ec8699e5faab5bd4b10100a0897f668e04449e8f67622e3e3eeb3fdbc54023af536ec0a SHA512 ef6740e37b9d51eb8d303e393d826c91519e8fbd2fe66930486bfbf16bf3bfe09f1a90040a044428841ed61dd6885eefefa2fc9bc43a08e6d4e2dec4a67ba9fc
diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
index 5b0f7a7fb338..cbb357c436a3 100644
--- a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
+++ b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-db/postgresql:="
diff --git a/dev-db/pg_top/pg_top-4.0.0.ebuild b/dev-db/pg_top/pg_top-4.0.0.ebuild
deleted file mode 100644
index 45ca3ea8b48b..000000000000
--- a/dev-db/pg_top/pg_top-4.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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:="
-DEPEND="${RDEPEND}"
-
-DOCS=( HISTORY.rst README.rst TODO Y2K )