Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/
Date: Sat, 25 Sep 2021 14:03:23
Message-Id: 1632578594.66c8eb593165abf06fbc9b179df01c48dd9fd251.whissi@gentoo
1 commit: 66c8eb593165abf06fbc9b179df01c48dd9fd251
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 14:01:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 14:03:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c8eb59
7
8 net-nntp/sabnzbd: cleanup old
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-nntp/sabnzbd/Manifest | 2 -
14 net-nntp/sabnzbd/sabnzbd-3.2.1.ebuild | 121 ----------------------------------
15 net-nntp/sabnzbd/sabnzbd-3.3.0.ebuild | 121 ----------------------------------
16 3 files changed, 244 deletions(-)
17
18 diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
19 index 366ee6fd041..ee62685b1cd 100644
20 --- a/net-nntp/sabnzbd/Manifest
21 +++ b/net-nntp/sabnzbd/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST SABnzbd-3.2.1-src.tar.gz 2777984 BLAKE2B 6e0ebe122a01f8cbd5b26eefe3728478dd348b3d11fb274c2a146b7567f306074ddd93b438463471e22fc77c6c2223e864c6019ba0d7ab464162451e9f9c8cb9 SHA512 ace29199eb6f03450d25fc3b79960d1afc336f0013771bcf698e7df5c5e5ed920ad783f542ba8f3dbcd451d279993a6d4299d78075184e43ad74411ac19c3f59
24 -DIST SABnzbd-3.3.0-src.tar.gz 2786354 BLAKE2B aa5034d99b570c6ae643209663b2b292d0dcc06dabcb09bb9b28e7b38248b88c98736ae35cff7c6e4c93d2d6a44b716dbf2fd8c7cf71f0b5a65ef0c625d9d00e SHA512 eefc20c9f6921a1efc8f7cafc6f544949dccacacfa01aff29a32355431f8d62d9f4f36312271987b10ff96e9b5f8c6bef390f594282ce42b743faa556489e7fa
25 DIST SABnzbd-3.3.1-src.tar.gz 2786705 BLAKE2B 1ce58c2fd51304395402e2ad4379556e9f1a1471d524d1b3b969b9b201edf15dece1f12d9891695e9dbb02664014c2540ed9fce02b4418fc3100cd3bb2717983 SHA512 0ab7001935f19c8e1829051949965977b895456b83ee26b6379fd9c7024d114d5bdd0701d747c8935bb46a829d46379e4406012007a9039c43fb99e4db3ee920
26 DIST SABnzbd-3.4.1-src.tar.gz 2978066 BLAKE2B d7fc9df71ccf0ee8d9282fb7ec7a088e5f9d4cf99f07d120a1e89ae18f1f3c5e34bd4717bdb79dd097f219021e10c56150b95faf6a43bc896060c1249f63dcaf SHA512 befc5d26860702d0a0b945e0fde35244869e2a766ae6819aafd642bad0897ff439830b5c72f914c139c3f8bfad7fccd9bced9bced8db6349a341f9c3be302fe8
27
28 diff --git a/net-nntp/sabnzbd/sabnzbd-3.2.1.ebuild b/net-nntp/sabnzbd/sabnzbd-3.2.1.ebuild
29 deleted file mode 100644
30 index 62d937efe4f..00000000000
31 --- a/net-nntp/sabnzbd/sabnzbd-3.2.1.ebuild
32 +++ /dev/null
33 @@ -1,121 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -
39 -# Require python-2 with sqlite USE flag
40 -PYTHON_COMPAT=( python3_{8..9} )
41 -PYTHON_REQ_USE="sqlite"
42 -
43 -inherit python-single-r1 systemd
44 -
45 -MY_PV="${PV/_rc/RC}"
46 -MY_PV="${MY_PV//_pre*}"
47 -
48 -MY_P="${PN/sab/SAB}-${MY_PV}"
49 -
50 -DESCRIPTION="Binary newsgrabber with web-interface"
51 -HOMEPAGE="https://sabnzbd.org/"
52 -SRC_URI="https://github.com/sabnzbd/sabnzbd/releases/download/${MY_PV}/${MY_P}-src.tar.gz"
53 -
54 -# Sabnzbd is GPL-2 but bundles software with the following licenses.
55 -LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1"
56 -SLOT="0"
57 -KEYWORDS="amd64"
58 -IUSE="+7za +rar unzip"
59 -
60 -# Sabnzbd is installed to /usr/share/ as upstream makes it clear they should not
61 -# be in python's sitedir. See: https://sabnzbd.org/wiki/advanced/unix-packaging
62 -
63 -COMMON_DEPS="
64 - acct-user/sabnzbd
65 - acct-group/sabnzbd
66 - ${PYTHON_DEPS}
67 - $(python_gen_cond_dep '
68 - dev-python/chardet[${PYTHON_USEDEP}]
69 - dev-python/cheetah3[${PYTHON_USEDEP}]
70 - dev-python/cherrypy[${PYTHON_USEDEP}]
71 - dev-python/configobj[${PYTHON_USEDEP}]
72 - dev-python/cryptography[${PYTHON_USEDEP}]
73 - >=dev-python/feedparser-6[${PYTHON_USEDEP}]
74 - dev-python/notify2[${PYTHON_USEDEP}]
75 - dev-python/portend[${PYTHON_USEDEP}]
76 - >=dev-python/sabyenc-4[${PYTHON_USEDEP}]
77 - ')
78 -"
79 -
80 -DEPEND="${COMMON_DEPS}"
81 -
82 -RDEPEND="
83 - ${COMMON_DEPS}
84 - >=app-arch/par2cmdline-0.4
85 - net-misc/wget
86 - 7za? ( app-arch/p7zip )
87 - rar? ( || ( app-arch/unrar app-arch/rar ) )
88 - unzip? ( >=app-arch/unzip-5.5.2 )
89 -"
90 -
91 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
92 -
93 -S="${WORKDIR}/${MY_P}"
94 -
95 -pkg_setup() {
96 - MY_HOMEDIR="/var/lib/${PN}"
97 - python-single-r1_pkg_setup
98 -}
99 -
100 -src_install() {
101 - local d
102 -
103 - for d in email icons interfaces locale po sabnzbd scripts tools; do
104 - insinto "/usr/share/${PN}/${d}"
105 - doins -r ${d}/*
106 - done
107 -
108 - exeinto "/usr/share/${PN}"
109 - doexe SABnzbd.py
110 -
111 - python_fix_shebang "${ED}/usr/share/${PN}"
112 - python_optimize "${ED}/usr/share/${PN}"
113 -
114 - newinitd "${FILESDIR}/${PN}-r1.initd" "${PN}"
115 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
116 -
117 - diropts -o "${PN}" -g "${PN}"
118 - dodir "/etc/${PN}"
119 - keepdir "/var/log/${PN}"
120 -
121 - insinto "/etc/${PN}"
122 - insopts -m 0600 -o "${PN}" -g "${PN}"
123 - newins "${FILESDIR}"/${PN}-r1.ini ${PN}.ini
124 -
125 - dodoc ISSUES.txt README.mkd
126 -
127 - systemd_newunit "${FILESDIR}"/sabnzbd_at.service 'sabnzbd@.service'
128 -}
129 -
130 -pkg_postinst() {
131 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
132 - # This is a new installation
133 - einfo "Default directory: ${MY_HOMEDIR}"
134 - einfo
135 - einfo "To add a user to the sabnzbd group so it can edit SABnzbd+ files, run:"
136 - einfo
137 - einfo " usermod -a -G sabnzbd <user>"
138 - einfo
139 - einfo "By default, SABnzbd will listen on TCP port 8080."
140 - else
141 - local v
142 - for v in ${REPLACING_VERSIONS}; do
143 - if ver_test "${v}" -lt 3; then
144 - ewarn
145 - ewarn "Due to changes in this release, the queue will be converted when ${PN}"
146 - ewarn "is started for the first time. Job order, settings and data will be"
147 - ewarn "preserved, but all jobs will be unpaused and URLs that did not finish"
148 - ewarn "fetching before the upgrade will be lost!"
149 - ewarn
150 - break
151 - fi
152 - done
153 - fi
154 -}
155
156 diff --git a/net-nntp/sabnzbd/sabnzbd-3.3.0.ebuild b/net-nntp/sabnzbd/sabnzbd-3.3.0.ebuild
157 deleted file mode 100644
158 index b09442235e4..00000000000
159 --- a/net-nntp/sabnzbd/sabnzbd-3.3.0.ebuild
160 +++ /dev/null
161 @@ -1,121 +0,0 @@
162 -# Copyright 1999-2021 Gentoo Authors
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI="7"
166 -
167 -# Require python-2 with sqlite USE flag
168 -PYTHON_COMPAT=( python3_{8..9} )
169 -PYTHON_REQ_USE="sqlite"
170 -
171 -inherit python-single-r1 systemd
172 -
173 -MY_PV="${PV/_rc/RC}"
174 -MY_PV="${MY_PV//_pre*}"
175 -
176 -MY_P="${PN/sab/SAB}-${MY_PV}"
177 -
178 -DESCRIPTION="Binary newsgrabber with web-interface"
179 -HOMEPAGE="https://sabnzbd.org/"
180 -SRC_URI="https://github.com/sabnzbd/sabnzbd/releases/download/${MY_PV}/${MY_P}-src.tar.gz"
181 -
182 -# Sabnzbd is GPL-2 but bundles software with the following licenses.
183 -LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1"
184 -SLOT="0"
185 -KEYWORDS="~amd64"
186 -IUSE="+7za +rar unzip"
187 -
188 -# Sabnzbd is installed to /usr/share/ as upstream makes it clear they should not
189 -# be in python's sitedir. See: https://sabnzbd.org/wiki/advanced/unix-packaging
190 -
191 -COMMON_DEPS="
192 - acct-user/sabnzbd
193 - acct-group/sabnzbd
194 - ${PYTHON_DEPS}
195 - $(python_gen_cond_dep '
196 - dev-python/chardet[${PYTHON_USEDEP}]
197 - dev-python/cheetah3[${PYTHON_USEDEP}]
198 - dev-python/cherrypy[${PYTHON_USEDEP}]
199 - dev-python/configobj[${PYTHON_USEDEP}]
200 - dev-python/cryptography[${PYTHON_USEDEP}]
201 - >=dev-python/feedparser-6[${PYTHON_USEDEP}]
202 - dev-python/notify2[${PYTHON_USEDEP}]
203 - dev-python/portend[${PYTHON_USEDEP}]
204 - >=dev-python/sabyenc-4[${PYTHON_USEDEP}]
205 - ')
206 -"
207 -
208 -DEPEND="${COMMON_DEPS}"
209 -
210 -RDEPEND="
211 - ${COMMON_DEPS}
212 - >=app-arch/par2cmdline-0.4
213 - net-misc/wget
214 - 7za? ( app-arch/p7zip )
215 - rar? ( || ( app-arch/unrar app-arch/rar ) )
216 - unzip? ( >=app-arch/unzip-5.5.2 )
217 -"
218 -
219 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
220 -
221 -S="${WORKDIR}/${MY_P}"
222 -
223 -pkg_setup() {
224 - MY_HOMEDIR="/var/lib/${PN}"
225 - python-single-r1_pkg_setup
226 -}
227 -
228 -src_install() {
229 - local d
230 -
231 - for d in email icons interfaces locale po sabnzbd scripts tools; do
232 - insinto "/usr/share/${PN}/${d}"
233 - doins -r ${d}/*
234 - done
235 -
236 - exeinto "/usr/share/${PN}"
237 - doexe SABnzbd.py
238 -
239 - python_fix_shebang "${ED}/usr/share/${PN}"
240 - python_optimize "${ED}/usr/share/${PN}"
241 -
242 - newinitd "${FILESDIR}/${PN}-r1.initd" "${PN}"
243 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
244 -
245 - diropts -o "${PN}" -g "${PN}"
246 - dodir "/etc/${PN}"
247 - keepdir "/var/log/${PN}"
248 -
249 - insinto "/etc/${PN}"
250 - insopts -m 0600 -o "${PN}" -g "${PN}"
251 - newins "${FILESDIR}"/${PN}-r1.ini ${PN}.ini
252 -
253 - dodoc ISSUES.txt README.mkd
254 -
255 - systemd_newunit "${FILESDIR}"/sabnzbd_at.service 'sabnzbd@.service'
256 -}
257 -
258 -pkg_postinst() {
259 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
260 - # This is a new installation
261 - einfo "Default directory: ${MY_HOMEDIR}"
262 - einfo
263 - einfo "To add a user to the sabnzbd group so it can edit SABnzbd+ files, run:"
264 - einfo
265 - einfo " usermod -a -G sabnzbd <user>"
266 - einfo
267 - einfo "By default, SABnzbd will listen on TCP port 8080."
268 - else
269 - local v
270 - for v in ${REPLACING_VERSIONS}; do
271 - if ver_test "${v}" -lt 3; then
272 - ewarn
273 - ewarn "Due to changes in this release, the queue will be converted when ${PN}"
274 - ewarn "is started for the first time. Job order, settings and data will be"
275 - ewarn "preserved, but all jobs will be unpaused and URLs that did not finish"
276 - ewarn "fetching before the upgrade will be lost!"
277 - ewarn
278 - break
279 - fi
280 - done
281 - fi
282 -}