diff options
author | Eray Aslan <eras@gentoo.org> | 2015-02-03 06:44:22 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2015-02-03 06:44:22 +0000 |
commit | f20d0ccdae14cdb973e2ad1eb2e8462943cd0f7b (patch) | |
tree | b05e5872ca5e9b79274988b9ca78eda401a309a3 | |
parent | added ntopng, #475960 (diff) | |
download | gentoo-2-f20d0ccdae14cdb973e2ad1eb2e8462943cd0f7b.tar.gz gentoo-2-f20d0ccdae14cdb973e2ad1eb2e8462943cd0f7b.tar.bz2 gentoo-2-f20d0ccdae14cdb973e2ad1eb2e8462943cd0f7b.zip |
Remove elogs from postinst for no-longer-in-the-tree versions
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
-rw-r--r-- | mail-mta/postfix/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-3.0.0_rc1.ebuild | 18 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-3.1_pre20150201.ebuild | 18 |
3 files changed, 7 insertions, 35 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 37a13e568ea2..9e9b4ca3e854 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/postfix # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.565 2015/02/03 06:39:14 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.566 2015/02/03 06:44:22 eras Exp $ + + 03 Feb 2015; Eray Aslan <eras@gentoo.org> postfix-3.0.0_rc1.ebuild, + postfix-3.1_pre20150201.ebuild: + Remove elogs from postinst for no-longer-in-the-tree versions *postfix-3.1_pre20150201 (03 Feb 2015) *postfix-3.0.0_rc1 (03 Feb 2015) diff --git a/mail-mta/postfix/postfix-3.0.0_rc1.ebuild b/mail-mta/postfix/postfix-3.0.0_rc1.ebuild index 8a2743838a2c..f3d6af747557 100644 --- a/mail-mta/postfix/postfix-3.0.0_rc1.ebuild +++ b/mail-mta/postfix/postfix-3.0.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0_rc1.ebuild,v 1.1 2015/02/03 06:39:14 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0_rc1.ebuild,v 1.2 2015/02/03 06:44:22 eras Exp $ EAPI=5 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user versionator @@ -309,20 +309,4 @@ pkg_postinst() { ewarn "work correctly without it." ewarn fi - - if [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 9 ]]; then - elog "If you are using old style postfix instances by symlinking" - elog "startup scripts in ${ROOT}etc/init.d, please consider" - elog "upgrading your config for postmulti support. For more info:" - elog "http://www.postfix.org/MULTI_INSTANCE_README.html" - if ! use berkdb; then - ewarn "\nPostfix is installed without BerkeleyDB support." - ewarn "Please turn on berkdb USE flag if you need hash or" - ewarn "btree table lookups.\n" - fi - ewarn "Postfix daemons now live under /usr/libexec/postfix" - ewarn "Please adjust your main.cf accordingly by running" - ewarn "etc-update/dispatch-conf or similar and accepting the new" - ewarn "daemon_directory setting." - fi } diff --git a/mail-mta/postfix/postfix-3.1_pre20150201.ebuild b/mail-mta/postfix/postfix-3.1_pre20150201.ebuild index af686a6e6ed0..91a23d4377ff 100644 --- a/mail-mta/postfix/postfix-3.1_pre20150201.ebuild +++ b/mail-mta/postfix/postfix-3.1_pre20150201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.1_pre20150201.ebuild,v 1.1 2015/02/03 06:39:14 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.1_pre20150201.ebuild,v 1.2 2015/02/03 06:44:22 eras Exp $ EAPI=5 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user versionator @@ -309,20 +309,4 @@ pkg_postinst() { ewarn "work correctly without it." ewarn fi - - if [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 9 ]]; then - elog "If you are using old style postfix instances by symlinking" - elog "startup scripts in ${ROOT}etc/init.d, please consider" - elog "upgrading your config for postmulti support. For more info:" - elog "http://www.postfix.org/MULTI_INSTANCE_README.html" - if ! use berkdb; then - ewarn "\nPostfix is installed without BerkeleyDB support." - ewarn "Please turn on berkdb USE flag if you need hash or" - ewarn "btree table lookups.\n" - fi - ewarn "Postfix daemons now live under /usr/libexec/postfix" - ewarn "Please adjust your main.cf accordingly by running" - ewarn "etc-update/dispatch-conf or similar and accepting the new" - ewarn "daemon_directory setting." - fi } |