public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2016-05-08  5:19 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2016-05-08  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7c3ef099d7aeac8e36381c619010d37df87d1aba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 05:17:26 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  8 05:19:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ef099

virtual/mta: Fix duplicate maintainer entry

 virtual/mta/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/virtual/mta/metadata.xml b/virtual/mta/metadata.xml
index 0c5226c..9a6d80e 100644
--- a/virtual/mta/metadata.xml
+++ b/virtual/mta/metadata.xml
@@ -5,8 +5,4 @@
 	<email>net-mail@gentoo.org</email>
 	<name>Net-Mail</name>
 </maintainer>
-<maintainer type="project">
-	<email>net-mail@gentoo.org</email>
-	<name>Net-Mail</name>
-</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2019-03-27 17:01 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-03-27 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     bb317bae6e2957383a9d455f46d6a2ae591d0a6b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 17:01:31 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 17:01:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb317bae

virtual/mta: add myself as maintainer

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 virtual/mta/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/mta/metadata.xml b/virtual/mta/metadata.xml
index 6f49eba8f49..6698a4ab788 100644
--- a/virtual/mta/metadata.xml
+++ b/virtual/mta/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>zlogene@gentoo.org</email>
+		<name>Mikle Kolyada</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2019-04-01  8:36 Michael Haubenwallner
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Haubenwallner @ 2019-04-01  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1e24cfd79b5436aed39e0bc07bb0de152625a050
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 08:35:21 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 08:35:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e24cfd7

virtual/mta: add ~x64-cygwin keyword

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 virtual/mta/mta-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1.ebuild
index 33df1744570..4786402ae3e 100644
--- a/virtual/mta/mta-1.ebuild
+++ b/virtual/mta/mta-1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Virtual for Message Transfer Agents"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # mail-mta/citadel is from sunrise
 RDEPEND="|| (	mail-mta/nullmailer


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2019-12-01  9:10 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-12-01  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     55cf68f931a869da26e6050bf729dc37b36108ae
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 09:09:58 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 09:09:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cf68f9

virtual/mta: remove non-existing providers

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/mta/{mta-1.ebuild => mta-1-r1.ebuild} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1-r1.ebuild
similarity index 84%
rename from virtual/mta/mta-1.ebuild
rename to virtual/mta/mta-1-r1.ebuild
index 541f20f857b..924de3279db 100644
--- a/virtual/mta/mta-1.ebuild
+++ b/virtual/mta/mta-1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Virtual for Message Transfer Agents"
 SLOT="0"
@@ -14,10 +14,7 @@ RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/courier
 				mail-mta/esmtp
 				mail-mta/exim
-				mail-mta/mini-qmail
 				mail-mta/netqmail
 				mail-mta/postfix
-				mail-mta/qmail-ldap
 				mail-mta/sendmail
-				mail-mta/opensmtpd
-				mail-mta/citadel[-postfix] )"
+				mail-mta/opensmtpd )"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2019-12-01  9:10 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-12-01  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3642a0aab2c1a363a9bb2ac9aeb088ea9c9fc718
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 09:06:30 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 09:06:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3642a0aa

virtual/mta: Drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/mta/mta-0.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/virtual/mta/mta-0.ebuild b/virtual/mta/mta-0.ebuild
deleted file mode 100644
index 78189e49822..00000000000
--- a/virtual/mta/mta-0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for Message Transfer Agents"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# mail-mta/citadel is from sunrise
-RDEPEND="|| (	>=mail-mta/ssmtp-2.64-r2[mta]
-				<mail-mta/ssmtp-2.64-r2
-				mail-mta/courier
-				mail-mta/esmtp
-				mail-mta/exim
-				mail-mta/mini-qmail
-				>=mail-mta/msmtp-1.4.19-r1[mta]
-				<mail-mta/msmtp-1.4.19-r1
-				mail-mta/netqmail
-				mail-mta/nullmailer
-				mail-mta/postfix
-				mail-mta/qmail-ldap
-				mail-mta/sendmail
-				mail-mta/opensmtpd
-				mail-mta/citadel[-postfix] )"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2020-02-11 21:22 Georgy Yakovlev
  0 siblings, 0 replies; 11+ messages in thread
From: Georgy Yakovlev @ 2020-02-11 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     85dcad322a1e4214a227b5ba46ca43b2802fc4fa
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 21:20:09 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 21:22:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dcad32

virtual/mta: require  mail-mta/opensmtpd[mta]

Acked-by: Mikle Kolyada <zlogene <AT> gentoo.org>

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/mta/mta-1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mta/mta-1-r1.ebuild b/virtual/mta/mta-1-r1.ebuild
index db846d7d443..e045187253d 100644
--- a/virtual/mta/mta-1-r1.ebuild
+++ b/virtual/mta/mta-1-r1.ebuild
@@ -17,4 +17,4 @@ RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/netqmail
 				mail-mta/postfix
 				mail-mta/sendmail
-				mail-mta/opensmtpd )"
+				mail-mta/opensmtpd[mta] )"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2021-03-25 19:25 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2021-03-25 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     64e56035895a543c8125febfaa2b40b606adcc2b
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar 25 17:42:18 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 19:24:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e56035

virtual/mta: add notqmail

Closes: https://bugs.gentoo.org/758887
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/mta/{mta-1-r1.ebuild => mta-1-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/mta/mta-1-r1.ebuild b/virtual/mta/mta-1-r2.ebuild
similarity index 96%
rename from virtual/mta/mta-1-r1.ebuild
rename to virtual/mta/mta-1-r2.ebuild
index 4f1cdb904f8..ae96b255e5d 100644
--- a/virtual/mta/mta-1-r1.ebuild
+++ b/virtual/mta/mta-1-r2.ebuild
@@ -15,6 +15,7 @@ RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/esmtp
 				mail-mta/exim
 				mail-mta/netqmail
+				mail-mta/notqmail
 				mail-mta/postfix
 				mail-mta/sendmail
 				mail-mta/opensmtpd[mta] )"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2021-04-20 11:35 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2021-04-20 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bf14cbaea0c7034b6ffe0e63cac267a03cf2e29f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 11:35:18 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 11:35:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf14cbae

virtual/mta: drop irrelevant comment

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/mta/mta-1-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/mta/mta-1-r2.ebuild b/virtual/mta/mta-1-r2.ebuild
index c59d134f43b..ae1815865b6 100644
--- a/virtual/mta/mta-1-r2.ebuild
+++ b/virtual/mta/mta-1-r2.ebuild
@@ -7,7 +7,6 @@ DESCRIPTION="Virtual for Message Transfer Agents"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-# mail-mta/citadel is from sunrise
 RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/msmtp[mta]
 				mail-mta/ssmtp[mta]


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2021-07-05 13:25 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2021-07-05 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2ac8bd0de05caca058f05844751304bb0fa0db8c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  5 13:11:06 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 13:24:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac8bd0d

virtual/mta: keyword 1-r2 for ~riscv

Only one provider (mail-mta/courier) so far but more hopefully to follow
soon.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 virtual/mta/mta-1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mta/mta-1-r2.ebuild b/virtual/mta/mta-1-r2.ebuild
index ae1815865b6..09a0c835bb9 100644
--- a/virtual/mta/mta-1-r2.ebuild
+++ b/virtual/mta/mta-1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Message Transfer Agents"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/msmtp[mta]


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2022-05-05  2:40 WANG Xuerui
  0 siblings, 0 replies; 11+ messages in thread
From: WANG Xuerui @ 2022-05-05  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cff87697fe2096fefb2a1631b0355e6421cba944
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 02:23:52 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May  5 02:38:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff87697

virtual/mta: keyword 1-r2 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/mta/mta-1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/mta/mta-1-r2.ebuild b/virtual/mta/mta-1-r2.ebuild
index 09a0c835bb9d..8a54572cba56 100644
--- a/virtual/mta/mta-1-r2.ebuild
+++ b/virtual/mta/mta-1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for Message Transfer Agents"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (	mail-mta/nullmailer
 				mail-mta/msmtp[mta]


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/mta/
@ 2023-01-14 18:07 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-14 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     569dac7b994a9820bc24ef6797d3720e968487c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 18:06:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:07:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569dac7b

virtual/mta: update maintainers

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

 virtual/mta/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/virtual/mta/metadata.xml b/virtual/mta/metadata.xml
index c3bda71eefca..8cb7f9b298b9 100644
--- a/virtual/mta/metadata.xml
+++ b/virtual/mta/metadata.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+	</maintainer>
 	<stabilize-allarches/>
 </pkgmetadata>


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

end of thread, other threads:[~2023-01-14 18:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 18:07 [gentoo-commits] repo/gentoo:master commit in: virtual/mta/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05  2:40 WANG Xuerui
2021-07-05 13:25 Marek Szuba
2021-04-20 11:35 Mikle Kolyada
2021-03-25 19:25 Sergei Trofimovich
2020-02-11 21:22 Georgy Yakovlev
2019-12-01  9:10 Mikle Kolyada
2019-12-01  9:10 Mikle Kolyada
2019-04-01  8:36 Michael Haubenwallner
2019-03-27 17:01 Mikle Kolyada
2016-05-08  5:19 Michał Górny

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