diff options
author | Eray Aslan <eras@gentoo.org> | 2016-10-14 13:38:01 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2016-10-14 13:38:34 +0300 |
commit | cd449d1f7ca7d3dc0881b730c853842f7fd797be (patch) | |
tree | 35cfaea4c44dadb36322ff14711b420c0fffd735 /net-proxy/squid | |
parent | net-proxy/squid: version bump to 3.5.22 (diff) | |
download | gentoo-cd449d1f7ca7d3dc0881b730c853842f7fd797be.tar.gz gentoo-cd449d1f7ca7d3dc0881b730c853842f7fd797be.tar.bz2 gentoo-cd449d1f7ca7d3dc0881b730c853842f7fd797be.zip |
net-proxy/squid: punt REPLACING_VERSIONS bug 589508
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-proxy/squid')
-rw-r--r-- | net-proxy/squid/squid-3.5.19.ebuild | 11 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.5.20.ebuild | 11 | ||||
-rw-r--r-- | 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 bbb2a3d1ca1b..63f6a1562e9f 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 dd585161ce07..eee7b6d29343 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 1b734d5cea94..d2965c6625cf 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 -} |