* [gentoo-commits] repo/gentoo:master commit in: acct-group/mosquitto/
@ 2019-09-27 16:18 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2019-09-27 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 101bd70aab1a4804b75b82c049d0b13cb4258f3e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 18:21:24 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 16:18:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101bd70a
acct-group/mosquitto: Add 'mosquitto' group (GID 482)
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13052
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
acct-group/mosquitto/metadata.xml | 12 ++++++++++++
acct-group/mosquitto/mosquitto-0.ebuild | 9 +++++++++
2 files changed, 21 insertions(+)
diff --git a/acct-group/mosquitto/metadata.xml b/acct-group/mosquitto/metadata.xml
new file mode 100644
index 00000000000..c640cce56bd
--- /dev/null
+++ b/acct-group/mosquitto/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ramage.lucas@protonmail.com</email>
+ <name>Lucas Ramage</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-group/mosquitto/mosquitto-0.ebuild b/acct-group/mosquitto/mosquitto-0.ebuild
new file mode 100644
index 00000000000..d60226b9b88
--- /dev/null
+++ b/acct-group/mosquitto/mosquitto-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="A group for the mosquitto MQTT broker"
+ACCT_GROUP_ID=482
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-group/mosquitto/
@ 2020-02-01 0:08 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-02-01 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 3ca7f8ca07395b089fc49c1be82e34bb6247c66a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 1 00:04:36 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 1 00:08:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca7f8ca
acct-group/mosquitto: Add myself as a maintainer
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
acct-group/mosquitto/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/acct-group/mosquitto/metadata.xml b/acct-group/mosquitto/metadata.xml
index c640cce56bd..b978ba7d36b 100644
--- a/acct-group/mosquitto/metadata.xml
+++ b/acct-group/mosquitto/metadata.xml
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>mattst88@gentoo.org</email>
+ <name>Matt Turner</name>
+ </maintainer>
<maintainer type="person">
<email>ramage.lucas@protonmail.com</email>
<name>Lucas Ramage</name>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-group/mosquitto/
@ 2020-02-25 0:18 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-02-25 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 5b58edee39cc7859d36956bbb6ffd029376d2367
Author: Lucas Ramage <ramage.lucas <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 25 00:16:11 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 00:18:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b58edee
acct-group/mosquitto: Remove myself as maintainer
Closes: https://github.com/gentoo/gentoo/pull/14763
Signed-off-by: Lucas Ramage <ramage.lucas <AT> protonmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
acct-group/mosquitto/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/acct-group/mosquitto/metadata.xml b/acct-group/mosquitto/metadata.xml
index b978ba7d36b..c74515c3e34 100644
--- a/acct-group/mosquitto/metadata.xml
+++ b/acct-group/mosquitto/metadata.xml
@@ -5,12 +5,4 @@
<email>mattst88@gentoo.org</email>
<name>Matt Turner</name>
</maintainer>
- <maintainer type="person">
- <email>ramage.lucas@protonmail.com</email>
- <name>Lucas Ramage</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-25 0:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25 0:18 [gentoo-commits] repo/gentoo:master commit in: acct-group/mosquitto/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2020-02-01 0:08 Matt Turner
2019-09-27 16:18 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox