summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-11-21 21:19:28 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2020-11-21 21:19:28 -0500
commitee889f7b7cd28a7c824a9ed597f0b443d9ddfc50 (patch)
tree47bfe23e5682c2403aa706723a9087d32d46fb21 /dev-db
parentdev-libs/concurrencykit: drop old version (diff)
downloadgentoo-ee889f7b7cd28a7c824a9ed597f0b443d9ddfc50.tar.gz
gentoo-ee889f7b7cd28a7c824a9ed597f0b443d9ddfc50.tar.bz2
gentoo-ee889f7b7cd28a7c824a9ed597f0b443d9ddfc50.zip
dev-db/pg_top: Bump to 4.0.0
Bump EAPI to 7. Use CMake instead of Autotools. Home moved to https://pg_top.gitlab.io/. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pg_top/Manifest1
-rw-r--r--dev-db/pg_top/pg_top-4.0.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest
index f72bfcdce728..262011dad3c9 100644
--- a/dev-db/pg_top/Manifest
+++ b/dev-db/pg_top/Manifest
@@ -1 +1,2 @@
DIST pg_top-3.7.0.tar.bz2 236076 BLAKE2B 87a29d0237aad48b683c17ba56fdbc4a90f854f4f497057ffc978be1797d978f02694781e83d296fca82e03c8bc737f7cfd74e996987eea0bd8d6a66ae433ce0 SHA512 509cd3ce65a9b549097eaab5ae27106fa469cdeb4f37950564654f3df01390e1a771c8fa4f5858c3e4c1e76470b6c0fd9b07e8268564f59285e30bf824d7c4ec
+DIST pg_top-4.0.0.tar.xz 117920 BLAKE2B 5c13fd868804492ccce3b660875602df958f065126f9dc17f45ebcac7961384cd1d3d3313da49832a1219ea7e86ae78cbbdb975467b13b32d5f836f5cd33a443 SHA512 b7a016137495ceecdcf0ac0e95c73b7eca20b57264f7b63b0a38c3f31db742c704ed0094e07f6df051bce9bc26214f5a8f66ced1e923bb66e0c86fff1e2ffc19
diff --git a/dev-db/pg_top/pg_top-4.0.0.ebuild b/dev-db/pg_top/pg_top-4.0.0.ebuild
new file mode 100644
index 000000000000..f0d4e2ea16a6
--- /dev/null
+++ b/dev-db/pg_top/pg_top-4.0.0.ebuild
@@ -0,0 +1,20 @@
+# 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 )