public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/
Date: Thu, 16 Nov 2017 15:32:16 +0000 (UTC)	[thread overview]
Message-ID: <1510846324.76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b.titanofold@gentoo> (raw)

commit:     76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 15:32:04 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 15:32:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fcf5d6

dev-db/pspg: Initial commit

Introducing a new and better pager to be used with PostgreSQL’s psql.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/pspg/Manifest        |  1 +
 dev-db/pspg/metadata.xml    |  8 ++++++++
 dev-db/pspg/pspg-0.5.ebuild | 16 ++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
new file mode 100644
index 00000000000..92ec6cfcf91
--- /dev/null
+++ b/dev-db/pspg/Manifest
@@ -0,0 +1 @@
+DIST pspg-0.5.tar.gz 845824 SHA256 754d1e380d072517e9bc2c3c38785e2f19a9f927f061de9a646fd1094baa204e SHA512 69e45885d4c155fc0e95360d442ac0b67fb910005148537dbd758e9a22ec83fb232214bf5f292b72a79be444ce05f2eb7bc0a2effaeb8731d1442a7f7ddec5df WHIRLPOOL fe647cda821855a55b91be0a38f5859a65b5217bc6df2f0973f137029a7d24a3730e40f705cf865b5f7386fcbba7a82ae41fdd4ff5975cdd83a3d3e41de78a89

diff --git a/dev-db/pspg/metadata.xml b/dev-db/pspg/metadata.xml
new file mode 100644
index 00000000000..eb41154c968
--- /dev/null
+++ b/dev-db/pspg/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="project">
+        <email>pgsql-bugs@gentoo.org</email>
+        <name>PostgreSQL and Related Package Development</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-db/pspg/pspg-0.5.ebuild b/dev-db/pspg/pspg-0.5.ebuild
new file mode 100644
index 00000000000..92c104bcb6d
--- /dev/null
+++ b/dev-db/pspg/pspg-0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A better pager for psql"
+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"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:*"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2017-11-16 15:32 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16 15:32 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26 13:12 [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/ Aaron Swenson
2017-11-28 20:35 Aaron Swenson
2017-12-01 10:23 Aaron Swenson
2017-12-15 15:07 Aaron Swenson
2018-01-05 14:20 Aaron Swenson
2018-01-05 14:23 Aaron Swenson
2018-01-11 11:48 Aaron Swenson
2018-01-15 19:03 Tobias Klausmann
2018-01-16 11:45 Aaron Swenson
2018-01-21 20:30 Thomas Deutschmann
2018-03-07 20:13 Aaron Swenson
2018-03-07 20:15 Aaron Swenson
2018-04-27 20:20 Aaron Swenson
2018-08-11 14:54 Aaron Swenson
2018-09-10 21:21 Thomas Deutschmann
2018-09-15 19:18 Mikle Kolyada
2018-09-18 20:06 Aaron Swenson
2019-06-19 10:29 Aaron W. Swenson
2019-07-22 13:54 Agostino Sarubbo
2019-07-24  8:19 Agostino Sarubbo
2019-08-17 10:31 Aaron W. Swenson
2019-08-17 10:32 Aaron W. Swenson
2019-11-16  0:57 Aaron W. Swenson
2019-11-16  0:57 Aaron W. Swenson
2019-11-17 19:17 Aaron W. Swenson
2020-02-18 18:58 Aaron W. Swenson
2020-03-20  8:59 Agostino Sarubbo
2020-03-20  9:04 Agostino Sarubbo
2020-06-25 15:27 Aaron W. Swenson
2020-06-25 16:05 Aaron W. Swenson
2020-07-27  1:54 Sam James
2020-11-21 21:44 Aaron W. Swenson
2020-11-21 21:49 Aaron W. Swenson
2020-12-21 19:45 Sam James
2020-12-22 17:08 Thomas Deutschmann
2020-12-24  2:59 Aaron W. Swenson
2021-03-02 10:48 Aaron W. Swenson
2021-07-09 10:23 Aaron W. Swenson
2021-08-11  0:02 Sam James
2022-03-15 17:29 Aaron W. Swenson
2022-06-13  7:07 Agostino Sarubbo
2022-06-13 16:29 Sam James
2022-06-29  2:55 Aaron W. Swenson
2022-10-21 12:14 Aaron W. Swenson
2023-11-28 12:59 罗百科
2024-05-08 16:22 Aaron W. Swenson
2024-11-05 15:16 Patrick Lauer
2024-12-01 22:36 Jakov Smolić

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=1510846324.76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b.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