Diff squid-5.9 with a squid-6.2
/usr/portage/net-proxy/squid/squid-6.2.ebuild 2023-10-09 14:52:34.756368483 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI="8" |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools flag-o-matic linux-info pam systemd toolchain-funcs |
7 | 7 | |
8 |
DESCRIPTION="A full-featured web proxy cache" |
|
8 |
DESCRIPTION="Full-featured web proxy cache" |
|
9 | 9 |
HOMEPAGE="http://www.squid-cache.org/" |
10 | 10 | |
11 | 11 |
MY_PV_MAJOR=$(ver_cut 1) |
... | ... | |
19 | 19 |
S="${S}${r}" |
20 | 20 |
fi |
21 | 21 | |
22 |
LICENSE="GPL-2" |
|
22 |
LICENSE="GPL-2+" |
|
23 | 23 |
SLOT="0" |
24 | 24 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
25 | 25 |
IUSE="caps gnutls pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test ecap" |
... | ... | |
75 | 75 |
" |
76 | 76 | |
77 | 77 |
PATCHES=( |
78 |
"${FILESDIR}"/${PN}-5.3-gentoo.patch |
|
78 |
"${FILESDIR}"/${PN}-6.2-gentoo.patch |
|
79 | 79 |
"${FILESDIR}"/${PN}-4.17-use-system-libltdl.patch |
80 | 80 |
) |
81 | 81 | |
... | ... | |
155 | 155 |
--with-ltdl-include="${ESYSROOT}"/usr/include |
156 | 156 |
--with-ltdl-lib="${ESYSROOT}"/usr/$(get_libdir) |
157 | 157 | |
158 |
$(use_with caps libcap) |
|
158 |
$(use_with caps cap) |
|
159 | 159 |
$(use_enable snmp) |
160 | 160 |
$(use_with ssl openssl) |
161 | 161 |
$(use_with ssl nettle) |
162 | 162 |
$(use_with gnutls) |
163 |
$(use_with ldap) |
|
163 | 164 |
$(use_enable ssl-crtd) |
164 | 165 |
$(use_with systemd) |
165 | 166 |
$(use_with test cppunit) |
166 | 167 |
$(use_enable ecap) |
167 | 168 |
$(use_enable esi) |
168 | 169 |
$(use_enable esi expat) |
169 |
$(use_enable esi libxml2) |
|
170 |
$(use_enable esi xml2) |
|
170 | 171 |
$(use_enable htcp) |
171 | 172 |
$(use_with valgrind valgrind-debug) |
172 | 173 |
$(use_enable wccp) |