Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
Date: Thu, 13 Oct 2016 12:57:15
Message-Id: 1476363390.654a8ff1010160bab30bc64ca935ccb6158a0dd3.eras@gentoo
1 commit: 654a8ff1010160bab30bc64ca935ccb6158a0dd3
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 12:56:30 2016 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 12:56:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a8ff1
7
8 mail-mta/postfix: removed old REPLACING_VERSIONS check
9
10 Package-Manager: portage-2.3.2
11
12 mail-mta/postfix/postfix-2.10.9.ebuild | 18 +-----------------
13 1 file changed, 1 insertion(+), 17 deletions(-)
14
15 diff --git a/mail-mta/postfix/postfix-2.10.9.ebuild b/mail-mta/postfix/postfix-2.10.9.ebuild
16 index a7d5a07..e82dd5c 100644
17 --- a/mail-mta/postfix/postfix-2.10.9.ebuild
18 +++ b/mail-mta/postfix/postfix-2.10.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -296,20 +296,4 @@ pkg_postinst() {
26 ewarn "work correctly without it."
27 ewarn
28 fi
29 -
30 - if [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 9 ]]; then
31 - elog "If you are using old style postfix instances by symlinking"
32 - elog "startup scripts in ${ROOT}etc/init.d, please consider"
33 - elog "upgrading your config for postmulti support. For more info:"
34 - elog "http://www.postfix.org/MULTI_INSTANCE_README.html"
35 - if ! use berkdb; then
36 - ewarn "\nPostfix is installed without BerkeleyDB support."
37 - ewarn "Please turn on berkdb USE flag if you need hash or"
38 - ewarn "btree table lookups.\n"
39 - fi
40 - ewarn "Postfix daemons now live under /usr/libexec/postfix"
41 - ewarn "Please adjust your main.cf accordingly by running"
42 - ewarn "etc-update/dispatch-conf or similar and accepting the new"
43 - ewarn "daemon_directory setting."
44 - fi
45 }