Gentoo Archives: gentoo-dev

From: "Hasan ÇALIŞIR" <hasan.calisir@×××××××.com>
To: gentoo-dev@l.g.o
Cc: kensington@g.o, mgorny@g.o, juippis@g.o
Subject: Re: [gentoo-dev] [PATCH 1/2] acct-group/unrealircd: new group (495)
Date: Sun, 04 Aug 2019 10:01:02
Message-Id: e5a82531-0a2b-4381-93b7-fd9aeada989b@email.android.com
In Reply to: [gentoo-dev] [PATCH 1/2] acct-group/unrealircd: new group (495) by Michael Palimaka
1
I have a request waiting for "gvm" user on ID 495 ??
https://github.com/gentoo/gentoo/pull/12609

4 A��u 2019 12:31 tarihinde Michael Palimaka <kensington@g.o> yazd��:

Package-Manager: Portage-2.3.69, Repoman-2.3.16

2 Signed-off-by: Michael Palimaka <kensington@g.o>
3 ---
4 acct-group/unrealircd/metadata.xml        | 7 +++++++
5 acct-group/unrealircd/unrealircd-0.ebuild | 8 ++++++++
6 2 files changed, 15 insertions(+)
7 create mode 100644 acct-group/unrealircd/metadata.xml
8 create mode 100644 acct-group/unrealircd/unrealircd-0.ebuild
9
10 diff --git a/acct-group/unrealircd/metadata.xml b/acct-group/unrealircd/metadata.xml
11 new file mode 100644
12 index 00000000000..69570e84932
13 --- /dev/null
14 +++ b/acct-group/unrealircd/metadata.xml
15 @@ -0,0 +1,7 @@
16 +<?xml version="1.0" encoding="UTF-8"?>
17 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 +<pkgmetadata>
19 + <maintainer type="person">
20 + <email>kensington@g.o</email>
21 + </maintainer>
22 +</pkgmetadata>
23 diff --git a/acct-group/unrealircd/unrealircd-0.ebuild b/acct-group/unrealircd/unrealircd-0.ebuild
24 new file mode 100644
25 index 00000000000..113279ff302
26 --- /dev/null
27 +++ b/acct-group/unrealircd/unrealircd-0.ebuild
28 @@ -0,0 +1,8 @@
29 +# Copyright 2019 Gentoo Authors
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=7
33 +
34 +inherit acct-group
35 +
36 +ACCT_GROUP_ID=495
37 --
38 2.21.0
39
40
41

42

Replies

Subject Author
[gentoo-dev] Re: [PATCH 1/2] acct-group/unrealircd: new group (495) Michael Palimaka <kensington@g.o>