summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2019-06-19 06:28:56 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2019-06-19 06:29:12 -0400
commite8cd0d9f28315ca87c63d983a6e46499ebb3a681 (patch)
tree20cb8223da5ebed064fcfc884e12d4ec41999bcf /dev-db/pspg
parentapp-text/texlive-core: Drop old (diff)
downloadgentoo-e8cd0d9f28315ca87c63d983a6e46499ebb3a681.tar.gz
gentoo-e8cd0d9f28315ca87c63d983a6e46499ebb3a681.tar.bz2
gentoo-e8cd0d9f28315ca87c63d983a6e46499ebb3a681.zip
dev-db/pspg: Bump to 1.6.5
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pspg')
-rw-r--r--dev-db/pspg/Manifest1
-rw-r--r--dev-db/pspg/pspg-1.6.5.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index f483c28d02f0..4671b13cb65b 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1 +1,2 @@
DIST pspg-1.3.0.tar.gz 885210 BLAKE2B 4a6f41b915603a96eef8cd5de9a76322bf0cfec94afe5c54707ab290e657159d7e8f6d29f5c4c1de07770047e45d3566d3a4f09c53d80461a50be48afade289b SHA512 6c6e4b12008ca36ea4ecf6c60d474f897622427590d8326db73f7d5a6d2134c479db17b0765cd8861ccf422e5fab292e10fc7f7e7a548c5d3773c64c5e11d1dd
+DIST pspg-1.6.5.tar.gz 1005525 BLAKE2B 2befb8a7081e1fcf5df60eca48f34b819d9de3d07920613b7f759887b4ddcccbc52e46ea8f407666a50a53bbfda582a10b1b2ca65d0c4452bc46db8cd971a802 SHA512 755e40dd6c68a01ad235e6fc2751af76c8ed63c2832bfa26356fa80e62bd59a076413cf7fc075685f9267bc7339fadf4975a695d681fc7821b7da0589805c1f0
diff --git a/dev-db/pspg/pspg-1.6.5.ebuild b/dev-db/pspg/pspg-1.6.5.ebuild
new file mode 100644
index 000000000000..a537b5d8c3a9
--- /dev/null
+++ b/dev-db/pspg/pspg-1.6.5.ebuild
@@ -0,0 +1,15 @@
+# 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:*"
+RDEPEND="${DEPEND}"