net-proxy/squid: punt REPLACING_VERSIONS bug 589508
authorEray Aslan <eras@gentoo.org>
Fri, 14 Oct 2016 10:38:01 +0000 (13:38 +0300)
committerEray Aslan <eras@gentoo.org>
Fri, 14 Oct 2016 10:38:34 +0000 (13:38 +0300)
Package-Manager: portage-2.3.2

net-proxy/squid/squid-3.5.19.ebuild
net-proxy/squid/squid-3.5.20.ebuild
net-proxy/squid/squid-3.5.21.ebuild

index bbb2a3d1ca1b8e0f6ff47bda1dc940b821dba0e7..63f6a1562e9f487ce43b5a26e6c78ace9ae28fd2 100644 (file)
@@ -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
-}
index dd585161ce076f458d96bfa431a44620a0fff32e..eee7b6d293431d536d6fb409d8b9440fa0f8a9b0 100644 (file)
@@ -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
-}
index 1b734d5cea9419312dad37e690fa9bfb6779993d..d2965c6625cf09d6bce38e73e90a1aadaddca610 100644 (file)
@@ -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
-}