summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2021-03-02 05:47:21 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2021-03-02 05:47:21 -0500
commitfed044159b90cc9758a1ed704471f541e8538ca8 (patch)
treecc2352189af3c58acc6f86bd323a01d266036c78 /dev-db
parentdev-db/pgbadger: Bump to 11.5 (diff)
downloadgentoo-fed044159b90cc9758a1ed704471f541e8538ca8.tar.gz
gentoo-fed044159b90cc9758a1ed704471f541e8538ca8.tar.bz2
gentoo-fed044159b90cc9758a1ed704471f541e8538ca8.zip
dev-db/pspg: Bump to 4.3.0
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pspg/Manifest1
-rw-r--r--dev-db/pspg/pspg-4.3.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index 74a945482c62..4a3bafea5553 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1 +1,2 @@
DIST pspg-3.1.5.tar.gz 1380515 BLAKE2B b9539347d1977a178468127df5f92f8b7be835b7e6edc49720131173b71b22e01b614bcde55e354d32a2ecf1665dcebd27502110786b7595411b5ec782391f01 SHA512 287d4794aebc867bf3c344c3747f1d058c1b93710dd0d86de66ae1e0d97961f4e3d511bc0f7df98c309bffc962aaf50b758faab1f8c6f0eb3374450e53ecdccb
+DIST pspg-4.3.0.tar.gz 1398789 BLAKE2B 51669105e335669ad76f174f7e085954bb5bf65719c929b0153aaa53c1a48d3f6c642cdf20624042dcfe5d7ad43bf2e6c5b5aaa5263d100590fdfa8ae21e62f4 SHA512 947052ca480ff271712b4620d7cf6060a5a702f245417c5223d8dcd6a357f71d16bc5bc732f883e80c730d3b699534a5791fc58d37b6c05e40e71e8f814e2c23
diff --git a/dev-db/pspg/pspg-4.3.0.ebuild b/dev-db/pspg/pspg-4.3.0.ebuild
new file mode 100644
index 000000000000..cda28fd0c83e
--- /dev/null
+++ b/dev-db/pspg/pspg-4.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A better pager for psql and mysql"
+HOMEPAGE="https://github.com/okbob/pspg"
+SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/ncurses:*
+dev-db/postgresql:=
+sys-libs/readline:="
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"