summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2019-11-15 19:50:58 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2019-11-15 19:57:23 -0500
commit0fffd50cd83a345a3ce59bdaeb355a90ae5e9077 (patch)
tree503bbf98fbe4001a75d88ff8869b3f88b8a8b3f6 /dev-db/pspg
parentdev-util/cargo-ebuild: add ~ppc64 keyword (diff)
downloadgentoo-0fffd50cd83a345a3ce59bdaeb355a90ae5e9077.tar.gz
gentoo-0fffd50cd83a345a3ce59bdaeb355a90ae5e9077.tar.bz2
gentoo-0fffd50cd83a345a3ce59bdaeb355a90ae5e9077.zip
dev-db/postgresql: Version bumps
12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25. Update no-server patch for 12.1. Closes: https://bugs.gentoo.org/696152 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pspg')
-rw-r--r--dev-db/pspg/pspg-2.5.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-db/pspg/pspg-2.5.3.ebuild b/dev-db/pspg/pspg-2.5.3.ebuild
new file mode 100644
index 000000000000..60a6aaa3b834
--- /dev/null
+++ b/dev-db/pspg/pspg-2.5.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 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/${PN}"
+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}"