summaryrefslogtreecommitdiff
path: root/dev-db/pgFormatter
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /dev-db/pgFormatter
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'dev-db/pgFormatter')
-rw-r--r--dev-db/pgFormatter/Manifest3
-rw-r--r--dev-db/pgFormatter/metadata.xml11
-rw-r--r--dev-db/pgFormatter/pgFormatter-5.0.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 000000000000..f6fd84362f40
--- /dev/null
+++ b/dev-db/pgFormatter/Manifest
@@ -0,0 +1,3 @@
+DIST pgFormatter-5.0.tar.gz 1311094 BLAKE2B af9a730e50d09920026dd50794c65e11456c8ea38a6f4793d6bf85d7d3afec37c114f098551c72da25fe1f91bd72845c80f5f0bd96472003d5cba182a0ec5a6b SHA512 0b192c176431eb8c59a30783bc83d5ce2451ee240d08c95ac1cddb899e6c201f01601858db8019a2b967c9d31dcb710da781d06fff694295dba1a623c1c9eb19
+EBUILD pgFormatter-5.0.ebuild 351 BLAKE2B d2f706cd19065bedfe6617990123dad601f4ddcbba57bb73f23d05b741d99927244d46b1e6e5926dfbe4dc58b68841cd92f99640c7da316a984d3aa5b1280166 SHA512 04c860991ddea29ce49fb12d22ca14d13a010b25659909d794b0e359690d4b5b3fe1ff8acb629bcc2abd5b3e9973b2b04b05cec14ef1c4b81abf2f8babe7e3f1
+MISC metadata.xml 373 BLAKE2B 98b377a3549b3bd27492c791b4fbd3556d3ba98b8736a8e26a162cc2427a4209340cb28391574d9d48ec91e8ce6e164c93d00c1ccc7e1cb817514c15e6654f18 SHA512 a66667075db4298d870c447c3c9b0d84e4022766d50483774375025457f8d01b4cf7a1507a73fc3435813b85559af3d16fbf276351dd1e3d096a3e1699fa6c13
diff --git a/dev-db/pgFormatter/metadata.xml b/dev-db/pgFormatter/metadata.xml
new file mode 100644
index 000000000000..79a51a6f7526
--- /dev/null
+++ b/dev-db/pgFormatter/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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.0.ebuild b/dev-db/pgFormatter/pgFormatter-5.0.ebuild
new file mode 100644
index 000000000000..893441f4d1a3
--- /dev/null
+++ b/dev-db/pgFormatter/pgFormatter-5.0.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"