summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-11-16 10:32:04 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2017-11-16 10:32:04 -0500
commit76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b (patch)
tree1e98cf06095b04f3bcb6d5f053b8eda75235e7e4
parentdev-db/postgis: Bump to 2.4.2 (diff)
downloadgentoo-76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b.tar.gz
gentoo-76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b.tar.bz2
gentoo-76fcf5d6c72c89e33c14549ab01dc96ec3ca8a1b.zip
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
-rw-r--r--dev-db/pspg/Manifest1
-rw-r--r--dev-db/pspg/metadata.xml8
-rw-r--r--dev-db/pspg/pspg-0.5.ebuild16
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
new file mode 100644
index 000000000000..92ec6cfcf91b
--- /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 000000000000..eb41154c968f
--- /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 000000000000..92c104bcb6dd
--- /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}"