Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/
Date: Tue, 28 Nov 2017 20:35:43
Message-Id: 1511901330.99ab5598323be84536b3f8d8c7d610b5dd1b5f7e.titanofold@gentoo
1 commit: 99ab5598323be84536b3f8d8c7d610b5dd1b5f7e
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 20:35:30 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 20:35:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ab5598
7
8 dev-db/pspg: Bump to 0.7.4
9
10 Now with MySQL support!
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 dev-db/pspg/Manifest | 1 +
15 dev-db/pspg/pspg-0.7.4.ebuild | 16 ++++++++++++++++
16 2 files changed, 17 insertions(+)
17
18 diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
19 index e709c302c7b..1274d69a6bb 100644
20 --- a/dev-db/pspg/Manifest
21 +++ b/dev-db/pspg/Manifest
22 @@ -1 +1,2 @@
23 DIST pspg-0.5.tar.gz 845824 BLAKE2B db7b36fbc644e1ac45906ba726212233c0a61230f609584d4fc6207576c4e350b926c6d93e2b9eb563340524e1dae7de0a0c846bed379143bb6a4fcb10cdfd0b SHA512 69e45885d4c155fc0e95360d442ac0b67fb910005148537dbd758e9a22ec83fb232214bf5f292b72a79be444ce05f2eb7bc0a2effaeb8731d1442a7f7ddec5df
24 +DIST pspg-0.7.4.tar.gz 846366 BLAKE2B 06a2927d326ba2f12661495b3a0133cdaf2b8c4edc624e87e285ae347850d654c345585471724521f6bea1f84cbfccef5ffef8971246b786675fc350c9de432c SHA512 403abe21230f760a43317b2d6be04a8cd6873f7ebb85037c3f4c12b7726ea491c6614bbe923f52dd863d3ebfba2e203f6a40c3fd6d13945663c4ae7b3091e0db
25
26 diff --git a/dev-db/pspg/pspg-0.7.4.ebuild b/dev-db/pspg/pspg-0.7.4.ebuild
27 new file mode 100644
28 index 00000000000..9b90eedb3e0
29 --- /dev/null
30 +++ b/dev-db/pspg/pspg-0.7.4.ebuild
31 @@ -0,0 +1,16 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
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 +IUSE=""
45 +
46 +DEPEND="sys-libs/ncurses:*"
47 +RDEPEND="${DEPEND}"