From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60D02158017 for ; Tue, 28 Sep 2021 13:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83384E095E; Tue, 28 Sep 2021 13:18:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 458EEE095E for ; Tue, 28 Sep 2021 13:18:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EB9C342C9A for ; Tue, 28 Sep 2021 13:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C9035 for ; Tue, 28 Sep 2021 13:18:55 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1632835078.42c40c93d8c921c081fe5bad31e40e587ad6bdd5.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgFormatter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgFormatter/Manifest dev-db/pgFormatter/pgFormatter-5.1.ebuild X-VCS-Directories: dev-db/pgFormatter/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 42c40c93d8c921c081fe5bad31e40e587ad6bdd5 X-VCS-Branch: master Date: Tue, 28 Sep 2021 13:18:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c641620-3729-4644-aa64-43fdcda4d5d2 X-Archives-Hash: a975e532278a40315516f380c66579b8 commit: 42c40c93d8c921c081fe5bad31e40e587ad6bdd5 Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Sep 28 13:17:58 2021 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Tue Sep 28 13:17:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c40c93 dev-db/pgFormatter: Bump to 5.1 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/pgFormatter/Manifest | 1 + dev-db/pgFormatter/pgFormatter-5.1.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest index a2e47a5cd85..4ec026861d8 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 00000000000..893441f4d1a --- /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"