summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-06-28 20:51:41 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2026-06-28 20:51:41 +0100
commit595ef710995152f323450dc5ddacb6875186c5e4 (patch)
treeb6120ffa3c69e3dca45f37b491d5b9f023e6fdb2
parentBump webstat-0.6 (diff)
downloadportage-595ef710995152f323450dc5ddacb6875186c5e4.tar.bz2
portage-595ef710995152f323450dc5ddacb6875186c5e4.tar.xz
portage-595ef710995152f323450dc5ddacb6875186c5e4.zip
pgFormatter v5.10HEADmain
-rw-r--r--dev-db/pgFormatter/Manifest3
-rw-r--r--dev-db/pgFormatter/metadata.xml11
-rw-r--r--dev-db/pgFormatter/pgFormatter-5.10.ebuild14
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest
new file mode 100644
index 0000000..852b746
--- /dev/null
+++ b/dev-db/pgFormatter/Manifest
@@ -0,0 +1,3 @@
+DIST pgFormatter-5.10.tar.gz 1336879 BLAKE2B 453a31dda15c35e055bdabeb9db489f5ba24081cf56ac7f807b164ad21bba8556ab93dc133815709dc36cd6d5d91467ce650a4f01e2eaa29a664fa4fcdb53364 SHA512 3f7c4fd2e803ff8f83ea95da39d9512d2f969423dc5217a66130f0611a995432506ab00145ca933fd4a689d8e9098e6ca8692f125343291cd567ac63c423c143
+EBUILD pgFormatter-5.10.ebuild 351 BLAKE2B 7bb332d08dd493886316a3674d17fd65587ce5b00125838041066a5e192d762f1ba7ca8ff6360f65a456af1b3c3d37cd443500522aa420fecd30b5c4f58e43ea SHA512 056cce9178556f30122e232e3d9a84084985b1cc751da65e2947d1c8078809fc421087650c3012244fa605750806bd2854d5a889630ad18a8eb55c951887504c
+MISC metadata.xml 374 BLAKE2B 432a54cc344007b00e8237dcac827f5e03ff702465a493eaf9309b0e192323de3185115e6f94580a11ce2c559ba69296058b1e6661f4dc829a60cca558ed52f6 SHA512 8b028d4713031f3bd90fc241691e902e008442c649272e15e0491927f3f8aed5fce35bc74bc36bd699ee8a3484663598a28d2e56772f1a72cbd2cf2a9a662069
diff --git a/dev-db/pgFormatter/metadata.xml b/dev-db/pgFormatter/metadata.xml
new file mode 100644
index 0000000..0654026
--- /dev/null
+++ b/dev-db/pgFormatter/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>pgsql-bugs@gentoo.org</email>
+ <name>PostgreSQL and Related Package Development</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">darold/pgFormatter</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-db/pgFormatter/pgFormatter-5.10.ebuild b/dev-db/pgFormatter/pgFormatter-5.10.ebuild
new file mode 100644
index 0000000..9af747b
--- /dev/null
+++ b/dev-db/pgFormatter/pgFormatter-5.10.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"