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: Fri, 15 Oct 2021 14:33:14
Message-Id: 1634308376.1b5558369f3c2540be4227495ce8d3aadde25aa1.whissi@gentoo
1 commit: 1b5558369f3c2540be4227495ce8d3aadde25aa1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 13:13:25 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 14:32:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b555836
7
8 net-nntp/sabnzbd: bump to v3.4.2
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-nntp/sabnzbd/Manifest | 1 +
14 net-nntp/sabnzbd/sabnzbd-3.4.2.ebuild | 123 ++++++++++++++++++++++++++++++++++
15 2 files changed, 124 insertions(+)
16
17 diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
18 index ee62685b1cd..39ba5fa3a01 100644
19 --- a/net-nntp/sabnzbd/Manifest
20 +++ b/net-nntp/sabnzbd/Manifest
21 @@ -1,2 +1,3 @@
22 DIST SABnzbd-3.3.1-src.tar.gz 2786705 BLAKE2B 1ce58c2fd51304395402e2ad4379556e9f1a1471d524d1b3b969b9b201edf15dece1f12d9891695e9dbb02664014c2540ed9fce02b4418fc3100cd3bb2717983 SHA512 0ab7001935f19c8e1829051949965977b895456b83ee26b6379fd9c7024d114d5bdd0701d747c8935bb46a829d46379e4406012007a9039c43fb99e4db3ee920
23 DIST SABnzbd-3.4.1-src.tar.gz 2978066 BLAKE2B d7fc9df71ccf0ee8d9282fb7ec7a088e5f9d4cf99f07d120a1e89ae18f1f3c5e34bd4717bdb79dd097f219021e10c56150b95faf6a43bc896060c1249f63dcaf SHA512 befc5d26860702d0a0b945e0fde35244869e2a766ae6819aafd642bad0897ff439830b5c72f914c139c3f8bfad7fccd9bced9bced8db6349a341f9c3be302fe8
24 +DIST SABnzbd-3.4.2-src.tar.gz 2979084 BLAKE2B 2e75212226221c283e46533c46dd6eb3f880d636d73d8e3620650068d9ad67f3f1f55a9a418cdc74876f7e12a37c94a3dbcd79112f46fd322301d93bfbdf9063 SHA512 d34a59540c9bb371de912dd0501b3e6dfa392da4d833cfcaf3b550bd11342439a2b64b2205207cd0d0a9c3947cdd1b43ca90d41b130d21e28cede5bf362fd5ae
25
26 diff --git a/net-nntp/sabnzbd/sabnzbd-3.4.2.ebuild b/net-nntp/sabnzbd/sabnzbd-3.4.2.ebuild
27 new file mode 100644
28 index 00000000000..f491417916f
29 --- /dev/null
30 +++ b/net-nntp/sabnzbd/sabnzbd-3.4.2.ebuild
31 @@ -0,0 +1,123 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="8"
36 +
37 +# Require python-2 with sqlite USE flag
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_REQ_USE="sqlite"
40 +
41 +inherit python-single-r1 systemd
42 +
43 +MY_PV="${PV/_rc/RC}"
44 +MY_PV="${MY_PV//_pre*}"
45 +
46 +MY_P="${PN/sab/SAB}-${MY_PV}"
47 +
48 +DESCRIPTION="Binary newsgrabber with web-interface"
49 +HOMEPAGE="https://sabnzbd.org/"
50 +SRC_URI="https://github.com/sabnzbd/sabnzbd/releases/download/${MY_PV}/${MY_P}-src.tar.gz"
51 +
52 +# Sabnzbd is GPL-2 but bundles software with the following licenses.
53 +LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1"
54 +SLOT="0"
55 +KEYWORDS="~amd64"
56 +IUSE="+7za +rar unzip"
57 +
58 +# Sabnzbd is installed to /usr/share/ as upstream makes it clear they should not
59 +# be in python's sitedir. See: https://sabnzbd.org/wiki/advanced/unix-packaging
60 +
61 +COMMON_DEPS="
62 + acct-user/sabnzbd
63 + acct-group/sabnzbd
64 + ${PYTHON_DEPS}
65 + $(python_gen_cond_dep '
66 + dev-python/chardet[${PYTHON_USEDEP}]
67 + dev-python/cheetah3[${PYTHON_USEDEP}]
68 + dev-python/cherrypy[${PYTHON_USEDEP}]
69 + dev-python/configobj[${PYTHON_USEDEP}]
70 + dev-python/cryptography[${PYTHON_USEDEP}]
71 + >=dev-python/feedparser-6[${PYTHON_USEDEP}]
72 + >=dev-python/guessit-3.1.0[${PYTHON_USEDEP}]
73 + dev-python/notify2[${PYTHON_USEDEP}]
74 + dev-python/portend[${PYTHON_USEDEP}]
75 + dev-python/puremagic[${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 +}