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, 27 Jun 2020 23:57:20
Message-Id: 1593302228.72495953995a4a71f74f6aeaf1ae91eb6067779b.whissi@gentoo
1 commit: 72495953995a4a71f74f6aeaf1ae91eb6067779b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 23:56:51 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 23:57:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72495953
7
8 net-nntp/sabnzbd: fix MY_P
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild b/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild
17 index 634f3717c4f..2a8fb3992d6 100644
18 --- a/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild
19 +++ b/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild
20 @@ -9,11 +9,10 @@ PYTHON_REQ_USE="sqlite"
21
22 inherit python-single-r1 user systemd
23
24 -MY_P="${P/sab/SAB}"
25 -MY_P="${MY_P/_rc/RC}"
26 -MY_P="${MY_P//_pre*}"
27 -
28 MY_PV="${PV/_rc/RC}"
29 +MY_PV="${MY_PV//_pre*}"
30 +
31 +MY_P="${PN/sab/SAB}-${MY_PV}"
32
33 DESCRIPTION="Binary newsgrabber with web-interface"
34 HOMEPAGE="https://sabnzbd.org/"