From: "Aaron W. Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/
Date: Fri, 21 Oct 2022 12:14:55 +0000 (UTC) [thread overview]
Message-ID: <1666354398.cffe0935a532c50cbb104acd2061b80fa1a051ff.titanofold@gentoo> (raw)
commit: cffe0935a532c50cbb104acd2061b80fa1a051ff
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 12:13:18 2022 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:13:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffe0935
dev-db/pspg: Bump to 5.5.8
Dependency on dev-db/postgresql is now optional.
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
dev-db/pspg/Manifest | 1 +
dev-db/pspg/pspg-5.5.8.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index 32aa6ebed49d..b2207f4c1cc9 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1 +1,2 @@
DIST pspg-5.5.4.tar.gz 2415002 BLAKE2B 1b7712318069c5fe69afe5e7477aa2a415d007a1f41af866726b11e65073c507ed12a51de14fc39ee06df9ccbe2763472332f55dda49167547e6ba590850bb5b SHA512 f13f4d7424d7b172a1fc5f963e7390a53f73f5c53ea4af7a9bed32dabc99f657e46cae550e8d5c7dd756b3496dd2ad665f3fd6551e54f9add1b3aef491709572
+DIST pspg-5.5.8.tar.gz 2428371 BLAKE2B 09021f61c51698fd85ccf61c559014b6ffecad72079abf10c7dc50249bffbe34b86afa124a30a8d4f5c360af069ec623a4815288267a2ee225f7030de14b76d4 SHA512 f3fa9bc097ac43ab0113586b3474e9137c84b2ca844c45397a7ec185a01c66daa204f7bf739f7b65f1d741de02be8f7c1ba7df5abaa962008f33f6082c576b9f
diff --git a/dev-db/pspg/pspg-5.5.8.ebuild b/dev-db/pspg/pspg-5.5.8.ebuild
new file mode 100644
index 000000000000..08af431e6bb1
--- /dev/null
+++ b/dev-db/pspg/pspg-5.5.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A better pager for CLI database clients, and can substitute psql"
+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"
+IUSE="postgres"
+RESTRICT="test"
+
+RDEPEND="
+sys-libs/ncurses:=
+sys-libs/readline:=
+postgres? ( dev-db/postgresql:= )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_with postgres postgresql)
+}
next reply other threads:[~2022-10-21 12:14 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-21 12:14 Aaron W. Swenson [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-05 15:16 [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/ Patrick Lauer
2024-05-08 16:22 Aaron W. Swenson
2023-11-28 12:59 罗百科
2022-06-29 2:55 Aaron W. Swenson
2022-06-13 16:29 Sam James
2022-06-13 7:07 Agostino Sarubbo
2022-03-15 17:29 Aaron W. Swenson
2021-08-11 0:02 Sam James
2021-07-09 10:23 Aaron W. Swenson
2021-03-02 10:48 Aaron W. Swenson
2020-12-24 2:59 Aaron W. Swenson
2020-12-22 17:08 Thomas Deutschmann
2020-12-21 19:45 Sam James
2020-11-21 21:49 Aaron W. Swenson
2020-11-21 21:44 Aaron W. Swenson
2020-07-27 1:54 Sam James
2020-06-25 16:05 Aaron W. Swenson
2020-06-25 15:27 Aaron W. Swenson
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-02-18 18:58 Aaron W. Swenson
2019-11-17 19:17 Aaron W. Swenson
2019-11-16 0:57 Aaron W. Swenson
2019-11-16 0:57 Aaron W. Swenson
2019-08-17 10:32 Aaron W. Swenson
2019-08-17 10:31 Aaron W. Swenson
2019-07-24 8:19 Agostino Sarubbo
2019-07-22 13:54 Agostino Sarubbo
2019-06-19 10:29 Aaron W. Swenson
2018-09-18 20:06 Aaron Swenson
2018-09-15 19:18 Mikle Kolyada
2018-09-10 21:21 Thomas Deutschmann
2018-08-11 14:54 Aaron Swenson
2018-04-27 20:20 Aaron Swenson
2018-03-07 20:15 Aaron Swenson
2018-03-07 20:13 Aaron Swenson
2018-01-21 20:30 Thomas Deutschmann
2018-01-16 11:45 Aaron Swenson
2018-01-15 19:03 Tobias Klausmann
2018-01-11 11:48 Aaron Swenson
2018-01-05 14:23 Aaron Swenson
2018-01-05 14:20 Aaron Swenson
2017-12-15 15:07 Aaron Swenson
2017-12-01 10:23 Aaron Swenson
2017-11-28 20:35 Aaron Swenson
2017-11-26 13:12 Aaron Swenson
2017-11-16 15:32 Aaron Swenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666354398.cffe0935a532c50cbb104acd2061b80fa1a051ff.titanofold@gentoo \
--to=titanofold@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox