Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/
Date: Thu, 03 Nov 2022 22:24:11
Message-Id: 1667514239.5a332554ef2d63273277b24f90122d6590e33520.voyageur@gentoo
1 commit: 5a332554ef2d63273277b24f90122d6590e33520
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 18:06:18 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:23:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a332554
7
8 net-mail/fetchmail: drop 6.4.30, 6.4.31
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 net-mail/fetchmail/Manifest | 2 -
13 net-mail/fetchmail/fetchmail-6.4.30.ebuild | 107 -----------------------------
14 net-mail/fetchmail/fetchmail-6.4.31.ebuild | 107 -----------------------------
15 3 files changed, 216 deletions(-)
16
17 diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
18 index 381f76901aa4..ecaa61c06576 100644
19 --- a/net-mail/fetchmail/Manifest
20 +++ b/net-mail/fetchmail/Manifest
21 @@ -1,5 +1,3 @@
22 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642 SHA512 75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
23 -DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea SHA512 0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
24 -DIST fetchmail-6.4.31.tar.xz 1332264 BLAKE2B b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6 SHA512 08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539
25 DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6 SHA512 b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
26 DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 796972391a0ac2c71382aaaad3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01 SHA512 5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6
27
28 diff --git a/net-mail/fetchmail/fetchmail-6.4.30.ebuild b/net-mail/fetchmail/fetchmail-6.4.30.ebuild
29 deleted file mode 100644
30 index 98b1ae2dae89..000000000000
31 --- a/net-mail/fetchmail/fetchmail-6.4.30.ebuild
32 +++ /dev/null
33 @@ -1,107 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -PYTHON_REQ_USE="tk"
41 -
42 -inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
43 -
44 -DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
45 -HOMEPAGE="https://www.fetchmail.info/"
46 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
47 -
48 -LICENSE="GPL-2 public-domain"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="ssl nls kerberos tk socks"
52 -REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
53 -
54 -RDEPEND="acct-user/fetchmail
55 - ssl? (
56 - >=dev-libs/openssl-1.1.1:=
57 - )
58 - kerberos? (
59 - virtual/krb5
60 - >=dev-libs/openssl-1.0.2:=
61 - )
62 - nls? ( virtual/libintl )
63 - !elibc_glibc? ( sys-fs/e2fsprogs )
64 - socks? ( net-proxy/dante )
65 - tk? (
66 - ${PYTHON_DEPS}
67 - $(python_gen_cond_dep '
68 - dev-python/future[${PYTHON_USEDEP}]
69 - ')
70 - )"
71 -DEPEND="${RDEPEND}
72 - app-arch/xz-utils
73 - sys-devel/flex
74 - nls? ( sys-devel/gettext )"
75 -
76 -DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
77 -HTML_DOCS="*.html"
78 -PATCHES=(
79 - "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
80 -)
81 -S=${WORKDIR}/${P/_/.}
82 -
83 -pkg_setup() {
84 - use tk && python-single-r1_pkg_setup
85 -}
86 -
87 -src_prepare() {
88 - default
89 - # don't compile during src_install
90 - use tk && : > "${S}"/py-compile
91 - eautoreconf
92 -}
93 -
94 -src_configure() {
95 - use tk || export PYTHON=:
96 -
97 - econf \
98 - --enable-RPA \
99 - --enable-NTLM \
100 - --enable-SDPS \
101 - $(use_enable nls) \
102 - $(use_with ssl ssl "${EPREFIX}/usr") \
103 - $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
104 - $(use_with kerberos gssapi) \
105 - $(use_with kerberos kerberos5) \
106 - --without-hesiod \
107 - $(use_with socks)
108 -}
109 -
110 -src_compile() {
111 - emake AR="$(tc-getAR)"
112 -}
113 -
114 -src_install() {
115 - default
116 -
117 - newinitd "${FILESDIR}"/fetchmail.initd fetchmail
118 - newconfd "${FILESDIR}"/fetchmail.confd fetchmail
119 -
120 - systemd_dounit "${FILESDIR}"/${PN}.service
121 - systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
122 - dotmpfiles "${FILESDIR}"/${PN}.conf
123 -
124 - docinto contrib
125 - local f
126 - for f in contrib/* ; do
127 - [ -f "${f}" ] && dodoc "${f}"
128 - done
129 -
130 - use tk && python_optimize
131 -}
132 -
133 -pkg_postinst() {
134 - tmpfiles_process ${PN}.conf
135 -
136 - if [[ -z ${REPLACING_VERSIONS} ]]; then
137 - elog "Please see /etc/conf.d/fetchmail if you want to adjust"
138 - elog "the polling delay used by the fetchmail init script."
139 - fi
140 -}
141
142 diff --git a/net-mail/fetchmail/fetchmail-6.4.31.ebuild b/net-mail/fetchmail/fetchmail-6.4.31.ebuild
143 deleted file mode 100644
144 index 98b1ae2dae89..000000000000
145 --- a/net-mail/fetchmail/fetchmail-6.4.31.ebuild
146 +++ /dev/null
147 @@ -1,107 +0,0 @@
148 -# Copyright 1999-2022 Gentoo Authors
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=8
152 -
153 -PYTHON_COMPAT=( python3_{8..10} )
154 -PYTHON_REQ_USE="tk"
155 -
156 -inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
157 -
158 -DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
159 -HOMEPAGE="https://www.fetchmail.info/"
160 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
161 -
162 -LICENSE="GPL-2 public-domain"
163 -SLOT="0"
164 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
165 -IUSE="ssl nls kerberos tk socks"
166 -REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
167 -
168 -RDEPEND="acct-user/fetchmail
169 - ssl? (
170 - >=dev-libs/openssl-1.1.1:=
171 - )
172 - kerberos? (
173 - virtual/krb5
174 - >=dev-libs/openssl-1.0.2:=
175 - )
176 - nls? ( virtual/libintl )
177 - !elibc_glibc? ( sys-fs/e2fsprogs )
178 - socks? ( net-proxy/dante )
179 - tk? (
180 - ${PYTHON_DEPS}
181 - $(python_gen_cond_dep '
182 - dev-python/future[${PYTHON_USEDEP}]
183 - ')
184 - )"
185 -DEPEND="${RDEPEND}
186 - app-arch/xz-utils
187 - sys-devel/flex
188 - nls? ( sys-devel/gettext )"
189 -
190 -DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
191 -HTML_DOCS="*.html"
192 -PATCHES=(
193 - "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
194 -)
195 -S=${WORKDIR}/${P/_/.}
196 -
197 -pkg_setup() {
198 - use tk && python-single-r1_pkg_setup
199 -}
200 -
201 -src_prepare() {
202 - default
203 - # don't compile during src_install
204 - use tk && : > "${S}"/py-compile
205 - eautoreconf
206 -}
207 -
208 -src_configure() {
209 - use tk || export PYTHON=:
210 -
211 - econf \
212 - --enable-RPA \
213 - --enable-NTLM \
214 - --enable-SDPS \
215 - $(use_enable nls) \
216 - $(use_with ssl ssl "${EPREFIX}/usr") \
217 - $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
218 - $(use_with kerberos gssapi) \
219 - $(use_with kerberos kerberos5) \
220 - --without-hesiod \
221 - $(use_with socks)
222 -}
223 -
224 -src_compile() {
225 - emake AR="$(tc-getAR)"
226 -}
227 -
228 -src_install() {
229 - default
230 -
231 - newinitd "${FILESDIR}"/fetchmail.initd fetchmail
232 - newconfd "${FILESDIR}"/fetchmail.confd fetchmail
233 -
234 - systemd_dounit "${FILESDIR}"/${PN}.service
235 - systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
236 - dotmpfiles "${FILESDIR}"/${PN}.conf
237 -
238 - docinto contrib
239 - local f
240 - for f in contrib/* ; do
241 - [ -f "${f}" ] && dodoc "${f}"
242 - done
243 -
244 - use tk && python_optimize
245 -}
246 -
247 -pkg_postinst() {
248 - tmpfiles_process ${PN}.conf
249 -
250 - if [[ -z ${REPLACING_VERSIONS} ]]; then
251 - elog "Please see /etc/conf.d/fetchmail if you want to adjust"
252 - elog "the polling delay used by the fetchmail init script."
253 - fi
254 -}