diff options
author | Eray Aslan <eras@gentoo.org> | 2012-05-21 09:07:22 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-05-21 09:07:22 +0000 |
commit | 4a9ef3a496fb364716c79e2d08405f69393d011b (patch) | |
tree | 699fcd5b218b6b0def73aabc10b98ec018cf86a0 /mail-mta | |
parent | Bump for #416639 (diff) | |
download | gentoo-2-4a9ef3a496fb364716c79e2d08405f69393d011b.tar.gz gentoo-2-4a9ef3a496fb364716c79e2d08405f69393d011b.tar.bz2 gentoo-2-4a9ef3a496fb364716c79e2d08405f69393d011b.zip |
Fix broken symlink - bug #416849
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/ChangeLog | 9 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.10_pre20120426.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.8.10.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.8.7.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.8.8.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.8.9.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.0.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.1-r2.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.9.2.ebuild | 4 |
12 files changed, 30 insertions, 23 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index a6cd3d33364e..7d3e5e101002 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-mta/postfix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.358 2012/05/08 15:54:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.359 2012/05/21 09:07:22 eras Exp $ + + 21 May 2012; Eray Aslan <eras@gentoo.org> postfix-2.8.7.ebuild, + postfix-2.8.8.ebuild, postfix-2.8.9.ebuild, postfix-2.8.10.ebuild, + postfix-2.9.0.ebuild, postfix-2.9.0-r1.ebuild, postfix-2.9.1.ebuild, + postfix-2.9.1-r1.ebuild, postfix-2.9.1-r2.ebuild, postfix-2.9.2.ebuild, + postfix-2.10_pre20120426.ebuild: + Fix broken symlink - bug #416849 08 May 2012; Brent Baude <ranger@gentoo.org> postfix-2.8.9.ebuild: Marking postfix-2.8.9 ppc64 for bug 413503 diff --git a/mail-mta/postfix/postfix-2.10_pre20120426.ebuild b/mail-mta/postfix/postfix-2.10_pre20120426.ebuild index 0c2d32dee065..e9c968f76697 100644 --- a/mail-mta/postfix/postfix-2.10_pre20120426.ebuild +++ b/mail-mta/postfix/postfix-2.10_pre20120426.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10_pre20120426.ebuild,v 1.1 2012/04/27 05:13:00 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10_pre20120426.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -241,7 +241,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.8.10.ebuild b/mail-mta/postfix/postfix-2.8.10.ebuild index 6cca2764aa4b..faab0fc58554 100644 --- a/mail-mta/postfix/postfix-2.8.10.ebuild +++ b/mail-mta/postfix/postfix-2.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.10.ebuild,v 1.1 2012/04/25 13:49:31 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.10.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -240,7 +240,7 @@ src_install () { use mysql || sed -i -e "s/mysql //" "${D}/etc/init.d/postfix" use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix" - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ diff --git a/mail-mta/postfix/postfix-2.8.7.ebuild b/mail-mta/postfix/postfix-2.8.7.ebuild index 98f1e3c08514..a2e3457cf97e 100644 --- a/mail-mta/postfix/postfix-2.8.7.ebuild +++ b/mail-mta/postfix/postfix-2.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.7.ebuild,v 1.9 2012/03/08 15:03:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.7.ebuild,v 1.10 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -240,7 +240,7 @@ src_install () { use mysql || sed -i -e "s/mysql //" "${D}/etc/init.d/postfix" use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix" - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ diff --git a/mail-mta/postfix/postfix-2.8.8.ebuild b/mail-mta/postfix/postfix-2.8.8.ebuild index 4d5ad2b43e75..72af112f39b3 100644 --- a/mail-mta/postfix/postfix-2.8.8.ebuild +++ b/mail-mta/postfix/postfix-2.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.8.ebuild,v 1.1 2012/02/01 22:46:56 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.8.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -240,7 +240,7 @@ src_install () { use mysql || sed -i -e "s/mysql //" "${D}/etc/init.d/postfix" use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix" - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ diff --git a/mail-mta/postfix/postfix-2.8.9.ebuild b/mail-mta/postfix/postfix-2.8.9.ebuild index e16045fd3264..04ff72f645ad 100644 --- a/mail-mta/postfix/postfix-2.8.9.ebuild +++ b/mail-mta/postfix/postfix-2.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.9.ebuild,v 1.5 2012/05/08 15:54:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.9.ebuild,v 1.6 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -240,7 +240,7 @@ src_install () { use mysql || sed -i -e "s/mysql //" "${D}/etc/init.d/postfix" use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix" - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ diff --git a/mail-mta/postfix/postfix-2.9.0-r1.ebuild b/mail-mta/postfix/postfix-2.9.0-r1.ebuild index a3a472860424..91bc7b903ac3 100644 --- a/mail-mta/postfix/postfix-2.9.0-r1.ebuild +++ b/mail-mta/postfix/postfix-2.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0-r1.ebuild,v 1.3 2012/02/13 07:36:20 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0-r1.ebuild,v 1.4 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -243,7 +243,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.9.0.ebuild b/mail-mta/postfix/postfix-2.9.0.ebuild index f8b1d0ef8bc0..68bc28e18204 100644 --- a/mail-mta/postfix/postfix-2.9.0.ebuild +++ b/mail-mta/postfix/postfix-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0.ebuild,v 1.4 2012/02/13 07:36:20 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0.ebuild,v 1.5 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -243,7 +243,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.9.1-r1.ebuild b/mail-mta/postfix/postfix-2.9.1-r1.ebuild index 1e46196c3b2e..938077cfc50d 100644 --- a/mail-mta/postfix/postfix-2.9.1-r1.ebuild +++ b/mail-mta/postfix/postfix-2.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r1.ebuild,v 1.1 2012/03/14 10:52:50 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r1.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -242,7 +242,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.9.1-r2.ebuild b/mail-mta/postfix/postfix-2.9.1-r2.ebuild index 27d115617bfe..ba4283a1e4e7 100644 --- a/mail-mta/postfix/postfix-2.9.1-r2.ebuild +++ b/mail-mta/postfix/postfix-2.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r2.ebuild,v 1.1 2012/04/24 08:50:11 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r2.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -242,7 +242,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.9.1.ebuild b/mail-mta/postfix/postfix-2.9.1.ebuild index 06f276c70307..ee28963986e9 100644 --- a/mail-mta/postfix/postfix-2.9.1.ebuild +++ b/mail-mta/postfix/postfix-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1.ebuild,v 1.2 2012/02/22 20:46:21 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1.ebuild,v 1.3 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -242,7 +242,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account diff --git a/mail-mta/postfix/postfix-2.9.2.ebuild b/mail-mta/postfix/postfix-2.9.2.ebuild index f6577f551064..2573e8f6a680 100644 --- a/mail-mta/postfix/postfix-2.9.2.ebuild +++ b/mail-mta/postfix/postfix-2.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.2.ebuild,v 1.1 2012/04/25 13:49:31 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.2.ebuild,v 1.2 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -242,7 +242,7 @@ src_install () { mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* pamd_mimic_system smtp auth account |