public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/postgrey/
@ 2020-12-19 21:20 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-12-19 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e5c0594d40b652fc307af868a395cb921d239986
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 21:13:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 21:20:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c0594d

acct-user/postgrey: add user (360) for mail-filter/postgrey

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/postgrey/metadata.xml      | 12 ++++++++++++
 acct-user/postgrey/postgrey-0.ebuild | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/postgrey/metadata.xml b/acct-user/postgrey/metadata.xml
new file mode 100644
index 00000000000..06d712b61c7
--- /dev/null
+++ b/acct-user/postgrey/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>lists@xunil.at</email>
+		<name>Stefan Weichinger</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-user/postgrey/postgrey-0.ebuild b/acct-user/postgrey/postgrey-0.ebuild
new file mode 100644
index 00000000000..635b6617c40
--- /dev/null
+++ b/acct-user/postgrey/postgrey-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the postgrey mail daemon"
+ACCT_USER_ID=360
+ACCT_USER_GROUPS=( postgrey )
+
+acct-user_add_deps


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: acct-user/postgrey/
@ 2020-12-20 18:24 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-12-20 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     db2d16e510b64a496a1240d37e2a2c0454f48bea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 18:24:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 18:24:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2d16e5

acct-user/postgrey: adopt package

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/postgrey/metadata.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/acct-user/postgrey/metadata.xml b/acct-user/postgrey/metadata.xml
index 06d712b61c7..6356cbc03fb 100644
--- a/acct-user/postgrey/metadata.xml
+++ b/acct-user/postgrey/metadata.xml
@@ -2,11 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>lists@xunil.at</email>
-		<name>Stefan Weichinger</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: acct-user/postgrey/
@ 2021-10-28  7:51 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-10-28  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     feb974e32c8d99b2198c37e3af48dad607bb0805
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 07:49:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 07:49:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb974e3

acct-user/postgrey: update EAPI 7 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/postgrey/postgrey-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acct-user/postgrey/postgrey-0.ebuild b/acct-user/postgrey/postgrey-0.ebuild
index 635b6617c40..71d344b3791 100644
--- a/acct-user/postgrey/postgrey-0.ebuild
+++ b/acct-user/postgrey/postgrey-0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-user
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-28  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20 18:24 [gentoo-commits] repo/gentoo:master commit in: acct-user/postgrey/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-10-28  7:51 Sam James
2020-12-19 21:20 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox