diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /acct-group/postgres | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'acct-group/postgres')
| -rw-r--r-- | acct-group/postgres/metadata.xml | 9 | ||||
| -rw-r--r-- | acct-group/postgres/postgres-0.ebuild | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/postgres/metadata.xml b/acct-group/postgres/metadata.xml new file mode 100644 index 000000000000..938bce2c01c2 --- /dev/null +++ b/acct-group/postgres/metadata.xml @@ -0,0 +1,9 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/acct-group/postgres/postgres-0.ebuild b/acct-group/postgres/postgres-0.ebuild new file mode 100644 index 000000000000..979541863f53 --- /dev/null +++ b/acct-group/postgres/postgres-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="PostgreSQL program group" +ACCT_GROUP_ID=70 +SLOT="0" |
