Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/
Date: Fri, 14 Oct 2016 10:38:43
Message-Id: 1476441514.cd449d1f7ca7d3dc0881b730c853842f7fd797be.eras@gentoo
1 commit: cd449d1f7ca7d3dc0881b730c853842f7fd797be
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 10:38:01 2016 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 10:38:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd449d1f
7
8 net-proxy/squid: punt REPLACING_VERSIONS bug 589508
9
10 Package-Manager: portage-2.3.2
11
12 net-proxy/squid/squid-3.5.19.ebuild | 11 +----------
13 net-proxy/squid/squid-3.5.20.ebuild | 11 +----------
14 net-proxy/squid/squid-3.5.21.ebuild | 11 +----------
15 3 files changed, 3 insertions(+), 30 deletions(-)
16
17 diff --git a/net-proxy/squid/squid-3.5.19.ebuild b/net-proxy/squid/squid-3.5.19.ebuild
18 index bbb2a3d..63f6a15 100644
19 --- a/net-proxy/squid/squid-3.5.19.ebuild
20 +++ b/net-proxy/squid/squid-3.5.19.ebuild
21 @@ -3,7 +3,7 @@
22 # $Id$
23
24 EAPI=6
25 -inherit autotools linux-info pam toolchain-funcs user versionator
26 +inherit autotools linux-info pam toolchain-funcs user
27
28 DESCRIPTION="A full-featured web proxy cache"
29 HOMEPAGE="http://www.squid-cache.org/"
30 @@ -236,12 +236,3 @@ src_install() {
31 diropts -m0750 -o squid -g squid
32 keepdir /var/log/squid /etc/ssl/squid /var/lib/squid
33 }
34 -
35 -pkg_postinst() {
36 - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \
37 - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then
38 - elog "Please read the release notes at:"
39 - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html"
40 - echo
41 - fi
42 -}
43
44 diff --git a/net-proxy/squid/squid-3.5.20.ebuild b/net-proxy/squid/squid-3.5.20.ebuild
45 index dd58516..eee7b6d 100644
46 --- a/net-proxy/squid/squid-3.5.20.ebuild
47 +++ b/net-proxy/squid/squid-3.5.20.ebuild
48 @@ -3,7 +3,7 @@
49 # $Id$
50
51 EAPI=6
52 -inherit autotools linux-info pam toolchain-funcs user versionator
53 +inherit autotools linux-info pam toolchain-funcs user
54
55 DESCRIPTION="A full-featured web proxy cache"
56 HOMEPAGE="http://www.squid-cache.org/"
57 @@ -236,12 +236,3 @@ src_install() {
58 diropts -m0750 -o squid -g squid
59 keepdir /var/log/squid /etc/ssl/squid /var/lib/squid
60 }
61 -
62 -pkg_postinst() {
63 - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \
64 - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then
65 - elog "Please read the release notes at:"
66 - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html"
67 - echo
68 - fi
69 -}
70
71 diff --git a/net-proxy/squid/squid-3.5.21.ebuild b/net-proxy/squid/squid-3.5.21.ebuild
72 index 1b734d5..d2965c6 100644
73 --- a/net-proxy/squid/squid-3.5.21.ebuild
74 +++ b/net-proxy/squid/squid-3.5.21.ebuild
75 @@ -3,7 +3,7 @@
76 # $Id$
77
78 EAPI=6
79 -inherit autotools linux-info pam toolchain-funcs user versionator
80 +inherit autotools linux-info pam toolchain-funcs user
81
82 DESCRIPTION="A full-featured web proxy cache"
83 HOMEPAGE="http://www.squid-cache.org/"
84 @@ -239,12 +239,3 @@ src_install() {
85 diropts -m0750 -o squid -g squid
86 keepdir /var/log/squid /etc/ssl/squid /var/lib/squid
87 }
88 -
89 -pkg_postinst() {
90 - if [[ $(get_version_component_range 1 ${REPLACING_VERSIONS}) -lt 3 ]] || \
91 - [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 5 ]]; then
92 - elog "Please read the release notes at:"
93 - elog " http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html"
94 - echo
95 - fi
96 -}