Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/mysql/
Date: Wed, 03 Jul 2019 13:08:21
Message-Id: 1562159059.84daf07b6e5a15d5ee8d472fb2440898024bfd1f.grknight@gentoo
1 commit: 84daf07b6e5a15d5ee8d472fb2440898024bfd1f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 13:00:01 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 13:04:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84daf07b
7
8 acct-group/mysql: New group package for GID 60
9
10 This GID is already in the ebuilds for the consumers so there is no conflicts
11
12 Package-Manager: Portage-2.3.68, Repoman-2.3.16
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 acct-group/mysql/metadata.xml | 8 ++++++++
16 acct-group/mysql/mysql-0.ebuild | 10 ++++++++++
17 2 files changed, 18 insertions(+)
18
19 diff --git a/acct-group/mysql/metadata.xml b/acct-group/mysql/metadata.xml
20 new file mode 100644
21 index 00000000000..24aafd06dba
22 --- /dev/null
23 +++ b/acct-group/mysql/metadata.xml
24 @@ -0,0 +1,8 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="project">
29 + <email>mysql-bugs@g.o</email>
30 + <name>MySQL Project</name>
31 + </maintainer>
32 +</pkgmetadata>
33
34 diff --git a/acct-group/mysql/mysql-0.ebuild b/acct-group/mysql/mysql-0.ebuild
35 new file mode 100644
36 index 00000000000..3ade1e2896a
37 --- /dev/null
38 +++ b/acct-group/mysql/mysql-0.ebuild
39 @@ -0,0 +1,10 @@
40 +# Copyright 2019 Gentoo Authors
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=7
44 +
45 +inherit acct-group
46 +
47 +DESCRIPTION="MySQL program group"
48 +ACCT_GROUP_ID=60
49 +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"