From 84daf07b6e5a15d5ee8d472fb2440898024bfd1f Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 3 Jul 2019 09:00:01 -0400 Subject: acct-group/mysql: New group package for GID 60 This GID is already in the ebuilds for the consumers so there is no conflicts Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Brian Evans --- acct-group/mysql/metadata.xml | 8 ++++++++ acct-group/mysql/mysql-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 acct-group/mysql/metadata.xml create mode 100644 acct-group/mysql/mysql-0.ebuild (limited to 'acct-group') diff --git a/acct-group/mysql/metadata.xml b/acct-group/mysql/metadata.xml new file mode 100644 index 000000000000..24aafd06dba9 --- /dev/null +++ b/acct-group/mysql/metadata.xml @@ -0,0 +1,8 @@ + + + + + mysql-bugs@gentoo.org + MySQL Project + + diff --git a/acct-group/mysql/mysql-0.ebuild b/acct-group/mysql/mysql-0.ebuild new file mode 100644 index 000000000000..3ade1e2896a7 --- /dev/null +++ b/acct-group/mysql/mysql-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="MySQL program group" +ACCT_GROUP_ID=60 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -- cgit v1.2.3-65-gdbad