Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/
Date: Tue, 22 Dec 2020 18:39:21
Message-Id: 1608662355.e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc.zlogene@gentoo
1 commit: e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 18:38:52 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 18:39:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e8d1e7
7
8 sys-auth/pambase: correct versioning logic
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/pambase/pambase-20201103.ebuild | 2 +-
14 sys-auth/pambase/{pambase-9999.ebuild => pambase-999999999.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-auth/pambase/pambase-20201103.ebuild b/sys-auth/pambase/pambase-20201103.ebuild
18 index d8f55e9965e..085421e2450 100644
19 --- a/sys-auth/pambase/pambase-20201103.ebuild
20 +++ b/sys-auth/pambase/pambase-20201103.ebuild
21 @@ -10,7 +10,7 @@ inherit pam python-any-r1 readme.gentoo-r1
22 DESCRIPTION="PAM base configuration files"
23 HOMEPAGE="https://github.com/gentoo/pambase"
24
25 -if [[ ${PV} == 9999 ]]; then
26 +if [[ ${PV} == *9999 ]]; then
27 inherit git-r3
28 EGIT_REPO_URI="https://github.com/gentoo/pambase.git"
29 else
30
31 diff --git a/sys-auth/pambase/pambase-9999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild
32 similarity index 98%
33 rename from sys-auth/pambase/pambase-9999.ebuild
34 rename to sys-auth/pambase/pambase-999999999.ebuild
35 index d8f55e9965e..085421e2450 100644
36 --- a/sys-auth/pambase/pambase-9999.ebuild
37 +++ b/sys-auth/pambase/pambase-999999999.ebuild
38 @@ -10,7 +10,7 @@ inherit pam python-any-r1 readme.gentoo-r1
39 DESCRIPTION="PAM base configuration files"
40 HOMEPAGE="https://github.com/gentoo/pambase"
41
42 -if [[ ${PV} == 9999 ]]; then
43 +if [[ ${PV} == *9999 ]]; then
44 inherit git-r3
45 EGIT_REPO_URI="https://github.com/gentoo/pambase.git"
46 else