From a0360f5df5656f9850de7790a7702cf598720741 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 5 Dec 2013 14:10:51 +0100 Subject: [PATCH] Redigest --- virtual/mda/ChangeLog | 21 +++++++++++++++++++ virtual/mda/Manifest | 3 +++ virtual/mda/mda-0.ebuild | 27 ++++++++++++++++++++++++ virtual/mda/metadata.xml | 7 +++++++ virtual/mta/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++ virtual/mta/Manifest | 3 +++ virtual/mta/metadata.xml | 7 +++++++ virtual/mta/mta-1.ebuild | 32 +++++++++++++++++++++++++++++ 8 files changed, 144 insertions(+) create mode 100644 virtual/mda/ChangeLog create mode 100644 virtual/mda/Manifest create mode 100644 virtual/mda/mda-0.ebuild create mode 100644 virtual/mda/metadata.xml create mode 100644 virtual/mta/ChangeLog create mode 100644 virtual/mta/Manifest create mode 100644 virtual/mta/metadata.xml create mode 100644 virtual/mta/mta-1.ebuild diff --git a/virtual/mda/ChangeLog b/virtual/mda/ChangeLog new file mode 100644 index 0000000..aeaee10 --- /dev/null +++ b/virtual/mda/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for virtual/mda +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mda/ChangeLog,v 1.5 2011/04/24 06:38:28 eras Exp $ + + 24 Apr 2011; Eray Aslan mda-0.ebuild: + add note that citadel is from sunrise + + 24 Apr 2011; Eray Aslan mda-0.ebuild: + add mail-mta/citadel back again, hopefully, for the last time + + 22 Apr 2011; Eray Aslan mda-0.ebuild: + drop citadel from RDEPEND - bug 364445 + + 17 Mar 2011; Eray Aslan mda-0.ebuild: + add mail-mta/citadel for sunrise + +*mda-0 (16 Mar 2011) + + 16 Mar 2011; Eray Aslan +mda-0.ebuild, +metadata.xml: + initial commit + diff --git a/virtual/mda/Manifest b/virtual/mda/Manifest new file mode 100644 index 0000000..c67eacf --- /dev/null +++ b/virtual/mda/Manifest @@ -0,0 +1,3 @@ +EBUILD mda-0.ebuild 663 SHA256 c17d9b96a2d10d83cab4c7150bde456b7c8fff79933ce645d8d188b026b19d0d SHA512 bf4b05e96ca12c9be9dde758f6bac1c88ea279de39d60a327935560514d87aa39f8f89178185062d8cf7576fb5aca2bb1ccaaf32ea86cc89d90cc6424aa062f5 WHIRLPOOL d0fd835987b9517a891538fb978b3fa4b1575c9d231dff8c4c7b011ca379689fef02fbffdf39f40c5a803bd562d9fdb19a9e840de71831d1c8a6a024fdb0e464 +MISC ChangeLog 723 SHA256 c06f6e9b1881472d7e90d781eaca625ec408eceb4fa4657f19ac134afb8fa377 SHA512 48b58f8b0f16a71aacfe89eca8659027eae467c24d3bb818171e9020cea7d152b2f390066b1db100c7b5a8186dacd8d9d2e0f32c5655d84e3184fbb9d05dacde WHIRLPOOL f6c0e00a8e7d7e3053b84c771266df807db63ce3a2d502b68db1a48cfc209b63ad75642989027a205aea0c771d628558a18af967bca860356b816ccb50e5e604 +MISC metadata.xml 181 SHA256 f08d3a8e7b8880a1f280debe7ef18701b9cc7563b454b628576325566e3965f6 SHA512 626c6bf4a11b2b07419d60ae64c3495b8d4b432ebefa8f7c1960d548753c4c752b57a16eaa6967867eabbaba9404b19bc340407e75dfc6e89345f8189475653e WHIRLPOOL 1dafb04fe4afd9fe0401c8853c3a9a14f00be58af6f101a3972fefe866793cab0de78c8846c0799bc6b8b580d3d787fd786bb77871bcb5d8b6b1933acecc58f5 diff --git a/virtual/mda/mda-0.ebuild b/virtual/mda/mda-0.ebuild new file mode 100644 index 0000000..4f8b289 --- /dev/null +++ b/virtual/mda/mda-0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mda/mda-0.ebuild,v 1.5 2011/04/24 06:38:28 eras Exp $ + +EAPI=3 + +DESCRIPTION="Virtual for Message Delivery Agents" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="" + +# mail-mta/citadel is from sunrise +RDEPEND="|| ( mail-filter/procmail + mail-filter/maildrop + mail-mta/postfix + mail-mta/courier + mail-mta/mini-qmail + mail-mta/netqmail + mail-mta/qmail-ldap + mail-mta/citadel + mail-mta/bongo )" diff --git a/virtual/mda/metadata.xml b/virtual/mda/metadata.xml new file mode 100644 index 0000000..c508d21 --- /dev/null +++ b/virtual/mda/metadata.xml @@ -0,0 +1,7 @@ + + + +net-mail +qmail + + diff --git a/virtual/mta/ChangeLog b/virtual/mta/ChangeLog new file mode 100644 index 0000000..57343bd --- /dev/null +++ b/virtual/mta/ChangeLog @@ -0,0 +1,44 @@ +# ChangeLog for virtual/mta +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.12 2013/03/17 23:43:28 zx2c4 Exp $ + + 17 Mar 2013; Jason A. Donenfeld mta-1.ebuild: + Fix typo. + + 17 Mar 2013; Jason A. Donenfeld mta-0.ebuild, mta-1.ebuild: + Add OpenSMTPD to the list of MTAs. + + 19 Feb 2013; Zac Medico mta-1.ebuild: + Add ~arm-linux keyword. + +*mta-1 (13 Feb 2013) + + 13 Feb 2013; Eray Aslan +mta-1.ebuild: + Change default mta - bug #450812 + + 07 Nov 2012; Eray Aslan mta-0.ebuild: + mail-mta/nbsmtp is no longer in the tree + + 26 Apr 2012; Alexis Ballier mta-0.ebuild: + keyword ~amd64-fbsd + + 08 Dec 2011; Fabian Groffen mta-0.ebuild: + Marked ~sparc64-solaris + + 24 Apr 2011; Eray Aslan mta-0.ebuild: + add note that citadel is from sunrise + + 24 Apr 2011; Eray Aslan mta-0.ebuild: + add mail-mta/citadel to RDEPEND - bug #364401 + + 22 Apr 2011; Diego E. Pettenò mta-0.ebuild: + Update msmtp dependency to relate to the mta USE flags like I've done for the + new ssmtp. + + 22 Apr 2011; Diego E. Pettenò mta-0.ebuild: + Prepare for new ssmtp with optional mta support (bug #289973). + +*mta-0 (28 Mar 2011) + + 28 Mar 2011; Eray Aslan +mta-0.ebuild, +metadata.xml: + initial commit - bug 360305 diff --git a/virtual/mta/Manifest b/virtual/mta/Manifest new file mode 100644 index 0000000..96d245c --- /dev/null +++ b/virtual/mta/Manifest @@ -0,0 +1,3 @@ +EBUILD mta-1.ebuild 967 SHA256 a7e919de158d5d9f3c10ccde1caa99383309b7193bb5d65eee877b7757b02e55 SHA512 a073372c28f883b07248ce1119f92808948de1aa5a6830ee2c6ce822c11651a07de87346ef16eec25ae383d2d338b4474a7f88f435b2b9dce4cbe5794757a0c8 WHIRLPOOL 9998a1594ecf67298448d321470456cb2aa5bfc3a8a9651a7069a0ced14144bc6d1df7bef2421f92e82431c65279d50560258030d1ebbc6eac9259298311eed4 +MISC ChangeLog 1514 SHA256 5cc1a062dba14f0960f0d98b846085bed1b7c4c9aa5f6b71193f6f621b203323 SHA512 90a973cc598cfbda99b3044c03b4fe42cc3cb223e7c6053e5f821441fa6e0fb01fa3ff89a82d560e5571026e44b8475eadbade6593ffee4195010ce3c81ef557 WHIRLPOOL 85d2eb8c80bee2e2deb877475cd22246e0defed223d7d1624cdc9b35fa87b8e4daac2370ef8d5c71a14d2bc66045e68653e414afa223b9998f286920e41fcc30 +MISC metadata.xml 181 SHA256 f08d3a8e7b8880a1f280debe7ef18701b9cc7563b454b628576325566e3965f6 SHA512 626c6bf4a11b2b07419d60ae64c3495b8d4b432ebefa8f7c1960d548753c4c752b57a16eaa6967867eabbaba9404b19bc340407e75dfc6e89345f8189475653e WHIRLPOOL 1dafb04fe4afd9fe0401c8853c3a9a14f00be58af6f101a3972fefe866793cab0de78c8846c0799bc6b8b580d3d787fd786bb77871bcb5d8b6b1933acecc58f5 diff --git a/virtual/mta/metadata.xml b/virtual/mta/metadata.xml new file mode 100644 index 0000000..c508d21 --- /dev/null +++ b/virtual/mta/metadata.xml @@ -0,0 +1,7 @@ + + + +net-mail +qmail + + diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1.ebuild new file mode 100644 index 0000000..5cf3a66 --- /dev/null +++ b/virtual/mta/mta-1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/mta-1.ebuild,v 1.4 2013/03/17 23:43:28 zx2c4 Exp $ + +EAPI=4 + +DESCRIPTION="Virtual for Message Transfer Agents" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" + +# mail-mta/citadel is from sunrise +RDEPEND="|| ( mail-mta/nullmailer + mail-mta/msmtp[mta] + mail-mta/ssmtp[mta] + 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/bongo )"