commit: cd449d1f7ca7d3dc0881b730c853842f7fd797be Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 10:38:01 2016 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 10:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd449d1f
net-proxy/squid: punt REPLACING_VERSIONS bug 589508 Package-Manager: portage-2.3.2 net-proxy/squid/squid-3.5.19.ebuild | 11 +---------- net-proxy/squid/squid-3.5.20.ebuild | 11 +---------- net-proxy/squid/squid-3.5.21.ebuild | 11 +---------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/net-proxy/squid/squid-3.5.19.ebuild b/net-proxy/squid/squid-3.5.19.ebuild index bbb2a3d..63f6a15 100644 --- a/net-proxy/squid/squid-3.5.19.ebuild +++ b/net-proxy/squid/squid-3.5.19.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit autotools linux-info pam toolchain-funcs user versionator +inherit autotools linux-info pam toolchain-funcs user DESCRIPTION="A full-featured web proxy cache" HOMEPAGE="http://www.squid-cache.org/" @@ -236,12 +236,3 @@ src_install() { diropts -m0750 -o squid -g squid keepdir /var/log/squid /etc/ssl/squid /var/lib/squid } - -pkg_postinst() { - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \ - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then - elog "Please read the release notes at:" - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html" - echo - fi -} diff --git a/net-proxy/squid/squid-3.5.20.ebuild b/net-proxy/squid/squid-3.5.20.ebuild index dd58516..eee7b6d 100644 --- a/net-proxy/squid/squid-3.5.20.ebuild +++ b/net-proxy/squid/squid-3.5.20.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit autotools linux-info pam toolchain-funcs user versionator +inherit autotools linux-info pam toolchain-funcs user DESCRIPTION="A full-featured web proxy cache" HOMEPAGE="http://www.squid-cache.org/" @@ -236,12 +236,3 @@ src_install() { diropts -m0750 -o squid -g squid keepdir /var/log/squid /etc/ssl/squid /var/lib/squid } - -pkg_postinst() { - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \ - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then - elog "Please read the release notes at:" - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html" - echo - fi -} diff --git a/net-proxy/squid/squid-3.5.21.ebuild b/net-proxy/squid/squid-3.5.21.ebuild index 1b734d5..d2965c6 100644 --- a/net-proxy/squid/squid-3.5.21.ebuild +++ b/net-proxy/squid/squid-3.5.21.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit autotools linux-info pam toolchain-funcs user versionator +inherit autotools linux-info pam toolchain-funcs user DESCRIPTION="A full-featured web proxy cache" HOMEPAGE="http://www.squid-cache.org/" @@ -239,12 +239,3 @@ src_install() { diropts -m0750 -o squid -g squid keepdir /var/log/squid /etc/ssl/squid /var/lib/squid } - -pkg_postinst() { - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \ - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then - elog "Please read the release notes at:" - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html" - echo - fi -}