diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2019-10-20 07:47:54 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-08 14:58:05 +0100 |
commit | 688d13bfb963660c58d06a7d7ceff7d154f77369 (patch) | |
tree | ed01f6769d6566eeb9cbdfc7b7d37032a1d080e8 /acct-group | |
parent | profiles: Mask app-emulation/protontricks on amd64/no-multilib (diff) | |
download | gentoo-688d13bfb963660c58d06a7d7ceff7d154f77369.tar.gz gentoo-688d13bfb963660c58d06a7d7ceff7d154f77369.tar.bz2 gentoo-688d13bfb963660c58d06a7d7ceff7d154f77369.zip |
mail-filter/sqlgrey: Upgrade to 1.8.0, EAPI=7, GLEP-81
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 <gentoo_bugs_peep@parallaxshift.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/sqlgrey/metadata.xml | 13 | ||||
-rw-r--r-- | acct-group/sqlgrey/sqlgrey-0.ebuild | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/sqlgrey/metadata.xml b/acct-group/sqlgrey/metadata.xml new file mode 100644 index 000000000000..265493eecbee --- /dev/null +++ b/acct-group/sqlgrey/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo_bugs_peep@parallaxshift.com</email> + <name>Philippe Chaintreuil</name> + </maintainer> + + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sqlgrey/sqlgrey-0.ebuild b/acct-group/sqlgrey/sqlgrey-0.ebuild new file mode 100644 index 000000000000..10df6a2e8ee5 --- /dev/null +++ b/acct-group/sqlgrey/sqlgrey-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for SQLGrey" +ACCT_GROUP_ID=336 |