diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2021-03-04 10:11:16 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2021-03-04 10:11:16 -0500 |
commit | 377caf5e25633165355740b1c895bca30c2999a7 (patch) | |
tree | e51ce2d6a654c3fb11fa936b589a73b6143090a6 /dev-db/pgFormatter | |
parent | app-dicts/dictd-vera: amd64 stable wrt bug #774138 (diff) | |
download | gentoo-377caf5e25633165355740b1c895bca30c2999a7.tar.gz gentoo-377caf5e25633165355740b1c895bca30c2999a7.tar.bz2 gentoo-377caf5e25633165355740b1c895bca30c2999a7.zip |
dev-db/pgFormatter: Initial commit
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pgFormatter')
-rw-r--r-- | dev-db/pgFormatter/Manifest | 1 | ||||
-rw-r--r-- | dev-db/pgFormatter/metadata.xml | 11 | ||||
-rw-r--r-- | dev-db/pgFormatter/pgFormatter-5.0.ebuild | 14 |
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-db/pgFormatter/Manifest b/dev-db/pgFormatter/Manifest new file mode 100644 index 000000000000..a2e47a5cd854 --- /dev/null +++ b/dev-db/pgFormatter/Manifest @@ -0,0 +1 @@ +DIST pgFormatter-5.0.tar.gz 1311094 BLAKE2B af9a730e50d09920026dd50794c65e11456c8ea38a6f4793d6bf85d7d3afec37c114f098551c72da25fe1f91bd72845c80f5f0bd96472003d5cba182a0ec5a6b SHA512 0b192c176431eb8c59a30783bc83d5ce2451ee240d08c95ac1cddb899e6c201f01601858db8019a2b967c9d31dcb710da781d06fff694295dba1a623c1c9eb19 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" |