Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/
Date: Sat, 17 Aug 2019 10:31:41
Message-Id: 1566037887.cb91bfd8175f00dd23085da1782ca1e9c9ad013a.titanofold@gentoo
1 commit: cb91bfd8175f00dd23085da1782ca1e9c9ad013a
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 10:31:22 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 10:31:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb91bfd8
7
8 dev-db/pspg: Bump to 1.6.8
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 dev-db/pspg/Manifest | 1 +
14 dev-db/pspg/pspg-1.6.8.ebuild | 15 +++++++++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
18 index 4671b13cb65..4c8f903ced3 100644
19 --- a/dev-db/pspg/Manifest
20 +++ b/dev-db/pspg/Manifest
21 @@ -1,2 +1,3 @@
22 DIST pspg-1.3.0.tar.gz 885210 BLAKE2B 4a6f41b915603a96eef8cd5de9a76322bf0cfec94afe5c54707ab290e657159d7e8f6d29f5c4c1de07770047e45d3566d3a4f09c53d80461a50be48afade289b SHA512 6c6e4b12008ca36ea4ecf6c60d474f897622427590d8326db73f7d5a6d2134c479db17b0765cd8861ccf422e5fab292e10fc7f7e7a548c5d3773c64c5e11d1dd
23 DIST pspg-1.6.5.tar.gz 1005525 BLAKE2B 2befb8a7081e1fcf5df60eca48f34b819d9de3d07920613b7f759887b4ddcccbc52e46ea8f407666a50a53bbfda582a10b1b2ca65d0c4452bc46db8cd971a802 SHA512 755e40dd6c68a01ad235e6fc2751af76c8ed63c2832bfa26356fa80e62bd59a076413cf7fc075685f9267bc7339fadf4975a695d681fc7821b7da0589805c1f0
24 +DIST pspg-1.6.8.tar.gz 1017316 BLAKE2B 0150b4577365000b2fdd9de93307acbb5133915917c92affd1a598b3f16769ff0afa6e0b9c0d4639b771dcd62f1f7364a028a3b9d96cc6c40e3ac41c550a8d48 SHA512 337ae1eb9e92dc97ca32127322aaa3d0c5edb8766e5cab16e778148b3256119c7c5b1b2e4b6ab0b520113ede07c464d1c1c5e460c8efb7714f5a29acfa845e9d
25
26 diff --git a/dev-db/pspg/pspg-1.6.8.ebuild b/dev-db/pspg/pspg-1.6.8.ebuild
27 new file mode 100644
28 index 00000000000..a537b5d8c3a
29 --- /dev/null
30 +++ b/dev-db/pspg/pspg-1.6.8.ebuild
31 @@ -0,0 +1,15 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="A better pager for psql and mysql"
38 +HOMEPAGE="https://github.com/okbob/${PN}"
39 +SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +DEPEND="sys-libs/ncurses:*"
46 +RDEPEND="${DEPEND}"