summaryrefslogtreecommitdiff
path: root/dev-db/pgFormatter
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-db/pgFormatter
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-db/pgFormatter')
-rw-r--r--dev-db/pgFormatter/Manifest1
-rw-r--r--dev-db/pgFormatter/metadata.xml9
-rw-r--r--dev-db/pgFormatter/pgFormatter-5.8.ebuild14
3 files changed, 24 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest
new file mode 100644
index 000000000000..60d0d0682b79
--- /dev/null
+++ b/dev-db/pgFormatter/Manifest
@@ -0,0 +1 @@
+DIST pgFormatter-5.8.tar.gz 1332029 BLAKE2B 10aa97635c142c814cb28fa19939ca3969e243dd1b61035f2af36bb798d31e3e80229a1672e56cf7a7f43de434ce719c1b505bc19a89f107812a41fb60963621 SHA512 931eeef9421a288744440b05de32fdbb203851186793b85d4b8bacabad248adb0d5cae5fb8a5fb75698f33a0ccd0eeecb02f771f0b241abbcbc65dfb0f9a633c
diff --git a/dev-db/pgFormatter/metadata.xml b/dev-db/pgFormatter/metadata.xml
new file mode 100644
index 000000000000..5174e85e8e4a
--- /dev/null
+++ b/dev-db/pgFormatter/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>pgsql-bugs@gentoo.org</email>
+ <name>PostgreSQL and Related Package Development</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-db/pgFormatter/pgFormatter-5.8.ebuild b/dev-db/pgFormatter/pgFormatter-5.8.ebuild
new file mode 100644
index 000000000000..9af747b2025b
--- /dev/null
+++ b/dev-db/pgFormatter/pgFormatter-5.8.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"