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/pgFormatter/
Date: Tue, 28 Sep 2021 13:18:59
Message-Id: 1632835078.42c40c93d8c921c081fe5bad31e40e587ad6bdd5.titanofold@gentoo
1 commit: 42c40c93d8c921c081fe5bad31e40e587ad6bdd5
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 13:17:58 2021 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 13:17:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c40c93
7
8 dev-db/pgFormatter: Bump to 5.1
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 dev-db/pgFormatter/Manifest | 1 +
13 dev-db/pgFormatter/pgFormatter-5.1.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest
17 index a2e47a5cd85..4ec026861d8 100644
18 --- a/dev-db/pgFormatter/Manifest
19 +++ b/dev-db/pgFormatter/Manifest
20 @@ -1 +1,2 @@
21 DIST pgFormatter-5.0.tar.gz 1311094 BLAKE2B af9a730e50d09920026dd50794c65e11456c8ea38a6f4793d6bf85d7d3afec37c114f098551c72da25fe1f91bd72845c80f5f0bd96472003d5cba182a0ec5a6b SHA512 0b192c176431eb8c59a30783bc83d5ce2451ee240d08c95ac1cddb899e6c201f01601858db8019a2b967c9d31dcb710da781d06fff694295dba1a623c1c9eb19
22 +DIST pgFormatter-5.1.tar.gz 1314702 BLAKE2B e6615cc2b2d98bbbff18f6a13694061639566ef96f991fa6cb6c3c43df5fa502d814a965b5cb287675152ddc2990d8170a325bc7cd75d0f5d8b6fb903fc21c71 SHA512 86afb0e77a000145bdcfbd3d5f91c59dc8de3676b4e764a4b86147a52fd7787681b33f4e23a4e0eb9b15e9a24d5b60eb01c90574f59ff5cab2f33489c5f2e91b
23
24 diff --git a/dev-db/pgFormatter/pgFormatter-5.1.ebuild b/dev-db/pgFormatter/pgFormatter-5.1.ebuild
25 new file mode 100644
26 index 00000000000..893441f4d1a
27 --- /dev/null
28 +++ b/dev-db/pgFormatter/pgFormatter-5.1.ebuild
29 @@ -0,0 +1,14 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit perl-module
36 +
37 +DESCRIPTION="PostgreSQL SQL syntax beautifier"
38 +HOMEPAGE="https://github.com/darold/pgFormatter"
39 +SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD"
42 +SLOT="0"
43 +KEYWORDS="~amd64"