summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-05-04 21:10:59 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-05-04 21:10:59 +0000
commit2a1970b7cca91cd6177b229145cbae258308ee0f (patch)
tree98c3f9da5cfb82de86ee606b79296384ec4b5ee6 /mail-mta/postfix
parentstable on amd64 (diff)
downloadgentoo-2-2a1970b7cca91cd6177b229145cbae258308ee0f.tar.gz
gentoo-2-2a1970b7cca91cd6177b229145cbae258308ee0f.tar.bz2
gentoo-2-2a1970b7cca91cd6177b229145cbae258308ee0f.zip
append provide from mailer.eclass
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/Manifest12
-rw-r--r--mail-mta/postfix/postfix-2.2.2-r2.ebuild4
3 files changed, 8 insertions, 14 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 73fcdaee6e3f..693224b40f12 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.67 2005/05/04 09:52:10 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.68 2005/05/04 21:10:59 ferdy Exp $
+
+ 04 May 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ postfix-2.2.2-r2.ebuild:
+ append provide from mailer.eclass
*postfix-2.2.2-r2 (04 May 2005)
diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 4a575b90ed80..83b99865deb4 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 d2f97ac7ba19997b4e588b28009d684d postfix-2.2.1.ebuild 9296
MD5 ac642c2fcdc34d3e9b70b2357ce57ee8 postfix-2.2.2-r1.ebuild 9957
MD5 2372d5dbf4de3ed67393879f2338b052 postfix-2.2.1-r1.ebuild 9944
@@ -8,7 +5,7 @@ MD5 eb7d97dd738129a9917cf2f56860c134 postfix-2.2.2.ebuild 9941
MD5 be54b3f8f1899c6d2e9930546625ebef ChangeLog 33116
MD5 86c229fe394877d2c6a26aa5367bc697 metadata.xml 253
MD5 2aa3c8bc49f3d08ab5f2ce9fc6a490a4 postfix-2.1.5-r2.ebuild 7517
-MD5 e644ca40560fbc46cafcf0319a0768e8 postfix-2.2.2-r2.ebuild 9698
+MD5 730ecae336265dc3fb5eb320876829e6 postfix-2.2.2-r2.ebuild 9709
MD5 98872da0bd186c6e0d2b884b0fa28b78 files/postfix.rc6 610
MD5 889559c8b5d02597e9e7eec89e328360 files/smtp.pass 141
MD5 43e9368a07952c4aae9e370b59ce1450 files/smtp.sasl 131
@@ -21,10 +18,3 @@ MD5 ecc87f9acb3c2395d2d7fe1a673755aa files/digest-postfix-2.2.1 135
MD5 9419f5dcc490b61ca76278d744bd878f files/digest-postfix-2.2.2 135
MD5 fd01735093dde1691a849d9bf002bf5c files/mailer.conf 408
MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCeJtoViELBEf1JB0RArRRAJ0YqI/gq1Lgg1avwXqJdIxsjOL2+gCfe3Or
-Z3p2ADQ1As9D4rZQq3a2ZS0=
-=R2Tg
------END PGP SIGNATURE-----
diff --git a/mail-mta/postfix/postfix-2.2.2-r2.ebuild b/mail-mta/postfix/postfix-2.2.2-r2.ebuild
index 61cb67dc1762..9b2f4293e882 100644
--- a/mail-mta/postfix/postfix-2.2.2-r2.ebuild
+++ b/mail-mta/postfix/postfix-2.2.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2-r2.ebuild,v 1.1 2005/05/04 09:52:10 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2-r2.ebuild,v 1.2 2005/05/04 21:10:59 ferdy Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -21,7 +21,7 @@ LICENSE="IPL-1"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~s390 ~mips ~hppa ~ppc64"
-PROVIDE="virtual/mda"
+PROVIDE="${PROVIDE} virtual/mda"
DEPEND=">=sys-libs/db-3.2
>=dev-libs/libpcre-3.4
>=sys-apps/sed-4