Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/
Date: Wed, 20 Oct 2021 09:25:06
Message-Id: 1634715014.e89d45212dbf6a8656d22a0c687fc0c5ee5e4418.sam@gentoo
1 commit: e89d45212dbf6a8656d22a0c687fc0c5ee5e4418
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 07:30:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 07:30:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89d4521
7
8 sys-process/fcron: fix unrecognised commands
9
10 Closes: https://bugs.gentoo.org/818970
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-process/fcron/{fcron-3.2.1-r6.ebuild => fcron-3.2.1-r7.ebuild} | 4 ++--
14 .../fcron/{fcron-3.3.0_beta-r3.ebuild => fcron-3.3.0_beta-r4.ebuild} | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-process/fcron/fcron-3.2.1-r6.ebuild b/sys-process/fcron/fcron-3.2.1-r7.ebuild
18 similarity index 98%
19 rename from sys-process/fcron/fcron-3.2.1-r6.ebuild
20 rename to sys-process/fcron/fcron-3.2.1-r7.ebuild
21 index eee51e1d3c3..0d71756ff30 100644
22 --- a/sys-process/fcron/fcron-3.2.1-r6.ebuild
23 +++ b/sys-process/fcron/fcron-3.2.1-r7.ebuild
24 @@ -5,7 +5,7 @@ EAPI=7
25
26 WANT_AUTOMAKE="none"
27
28 -inherit autotools cron flag-o-matic pam systemd
29 +inherit autotools cron flag-o-matic pam systemd user-info
30
31 DESCRIPTION="A command scheduler with extended capabilities over cron and anacron"
32 HOMEPAGE="http://fcron.free.fr/"
33 @@ -206,7 +206,7 @@ pkg_postinst() {
34 else
35 local v
36 for v in ${REPLACING_VERSIONS}; do
37 - if ! version_is_at_least "3.2.1" ${v}; then
38 + if ver_test "3.2.1" -le ${v}; then
39 # This is an upgrade
40
41 elog "fcron's default systab was updated since your last installation."
42
43 diff --git a/sys-process/fcron/fcron-3.3.0_beta-r3.ebuild b/sys-process/fcron/fcron-3.3.0_beta-r4.ebuild
44 similarity index 98%
45 rename from sys-process/fcron/fcron-3.3.0_beta-r3.ebuild
46 rename to sys-process/fcron/fcron-3.3.0_beta-r4.ebuild
47 index 7af1483a4c8..857880e1ae4 100644
48 --- a/sys-process/fcron/fcron-3.3.0_beta-r3.ebuild
49 +++ b/sys-process/fcron/fcron-3.3.0_beta-r4.ebuild
50 @@ -5,7 +5,7 @@ EAPI=7
51
52 WANT_AUTOMAKE="none"
53
54 -inherit autotools cron flag-o-matic pam systemd
55 +inherit autotools cron flag-o-matic pam systemd user-info
56
57 MY_PV="${PV/_beta/}"
58 MY_P="${PN}-${MY_PV}"
59 @@ -210,7 +210,7 @@ pkg_postinst() {
60 else
61 local v
62 for v in ${REPLACING_VERSIONS}; do
63 - if ! version_is_at_least "3.2.1" ${v}; then
64 + if ver_test "3.2.1" -le ${v}; then
65 # This is an upgrade
66
67 elog "fcron's default systab was updated since your last installation."