From 688d13bfb963660c58d06a7d7ceff7d154f77369 Mon Sep 17 00:00:00 2001 From: Philippe Chaintreuil Date: Sun, 20 Oct 2019 07:47:54 -0400 Subject: mail-filter/sqlgrey: Upgrade to 1.8.0, EAPI=7, GLEP-81 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also removed pkg_config() - it's not worth the maint. overhead for a package aimed at mail admins. Closes: https://bugs.gentoo.org/354869 Closes: https://github.com/gentoo/gentoo/pull/13361 Bug: https://bugs.gentoo.org/696252 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Philippe Chaintreuil Signed-off-by: Michał Górny --- acct-user/sqlgrey/metadata.xml | 13 +++++++++++++ acct-user/sqlgrey/sqlgrey-0.ebuild | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 acct-user/sqlgrey/metadata.xml create mode 100644 acct-user/sqlgrey/sqlgrey-0.ebuild (limited to 'acct-user/sqlgrey') diff --git a/acct-user/sqlgrey/metadata.xml b/acct-user/sqlgrey/metadata.xml new file mode 100644 index 000000000000..265493eecbee --- /dev/null +++ b/acct-user/sqlgrey/metadata.xml @@ -0,0 +1,13 @@ + + + + + gentoo_bugs_peep@parallaxshift.com + Philippe Chaintreuil + + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/sqlgrey/sqlgrey-0.ebuild b/acct-user/sqlgrey/sqlgrey-0.ebuild new file mode 100644 index 000000000000..a7c27f156d5f --- /dev/null +++ b/acct-user/sqlgrey/sqlgrey-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for SQLGrey" + +ACCT_USER_ID=336 +ACCT_USER_GROUPS=( sqlgrey ) +ACCT_USER_HOME="/var/spool/sqlgrey" + +acct-user_add_deps -- cgit v1.2.3-65-gdbad