diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2021-09-28 09:17:58 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2021-09-28 09:17:58 -0400 |
commit | 42c40c93d8c921c081fe5bad31e40e587ad6bdd5 (patch) | |
tree | 29d1d8a2d1c8d10b6eab56b3b5c3de9ca71c357b /dev-db | |
parent | dev-lua/toluapp: Fix location of CMAKE_REMOVE_MODULES_LIST variable (diff) | |
download | gentoo-42c40c93d8c921c081fe5bad31e40e587ad6bdd5.tar.gz gentoo-42c40c93d8c921c081fe5bad31e40e587ad6bdd5.tar.bz2 gentoo-42c40c93d8c921c081fe5bad31e40e587ad6bdd5.zip |
dev-db/pgFormatter: Bump to 5.1
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgFormatter/Manifest | 1 | ||||
-rw-r--r-- | dev-db/pgFormatter/pgFormatter-5.1.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest index a2e47a5cd854..4ec026861d87 100644 --- a/dev-db/pgFormatter/Manifest +++ b/dev-db/pgFormatter/Manifest @@ -1 +1,2 @@ DIST pgFormatter-5.0.tar.gz 1311094 BLAKE2B af9a730e50d09920026dd50794c65e11456c8ea38a6f4793d6bf85d7d3afec37c114f098551c72da25fe1f91bd72845c80f5f0bd96472003d5cba182a0ec5a6b SHA512 0b192c176431eb8c59a30783bc83d5ce2451ee240d08c95ac1cddb899e6c201f01601858db8019a2b967c9d31dcb710da781d06fff694295dba1a623c1c9eb19 +DIST pgFormatter-5.1.tar.gz 1314702 BLAKE2B e6615cc2b2d98bbbff18f6a13694061639566ef96f991fa6cb6c3c43df5fa502d814a965b5cb287675152ddc2990d8170a325bc7cd75d0f5d8b6fb903fc21c71 SHA512 86afb0e77a000145bdcfbd3d5f91c59dc8de3676b4e764a4b86147a52fd7787681b33f4e23a4e0eb9b15e9a24d5b60eb01c90574f59ff5cab2f33489c5f2e91b diff --git a/dev-db/pgFormatter/pgFormatter-5.1.ebuild b/dev-db/pgFormatter/pgFormatter-5.1.ebuild new file mode 100644 index 000000000000..893441f4d1a3 --- /dev/null +++ b/dev-db/pgFormatter/pgFormatter-5.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit perl-module + +DESCRIPTION="PostgreSQL SQL syntax beautifier" +HOMEPAGE="https://github.com/darold/pgFormatter" +SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" |