Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/
Date: Wed, 19 Jan 2022 18:32:44
Message-Id: 1642617152.1fd950874a5bb7a4197ef169d4fe9bf9b1e02349.blueness@gentoo
1 commit: 1fd950874a5bb7a4197ef169d4fe9bf9b1e02349
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 18:32:32 2022 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 18:32:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd95087
7
8 sys-process/fcron: version bump to 3.3.1_beta
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 sys-process/fcron/Manifest | 2 +-
14 .../fcron/{fcron-3.3.0_beta-r5.ebuild => fcron-3.3.1_beta.ebuild} | 3 +--
15 2 files changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest
18 index 86e6c3e3319e..4581d3a65584 100644
19 --- a/sys-process/fcron/Manifest
20 +++ b/sys-process/fcron/Manifest
21 @@ -1,2 +1,2 @@
22 DIST fcron-3.2.1.src.tar.gz 601142 BLAKE2B 184b74f9d64186b7d3aae87d48ed0107525fd0c73bb8db86408bd246592ff4fbcbc04f8ca0064868a8555d7c6be2f183172d62daeed75275cd836517da504d0f SHA512 ddfd3e3a297b843c924aacccffaa5c1c6b300497f39daa1cdb90dc4cf4bc757042b0b2c1f055c119c8128c64d830ee0e8757091610432f5ffcacca25d369e5cd
23 -DIST fcron-3.3.0_beta.tar.gz 592481 BLAKE2B b862dac8e70621e299ec2fbbc75a0e8843e7a085190fa7a18f9444f6f41f28cf55ef0dcd7234a388b9b3e6689f25019a581ded2ae6002643bb3dc472a59207bb SHA512 e5b76e23af774997d9ee1ef58d17009cea95d10b19a2d22b550b178a39bb7c439c055b440eb99c4286db6622901e5deb029318e4425e8cd098766452ffc15bc6
24 +DIST fcron-3.3.1_beta.tar.gz 593688 BLAKE2B 5c2f91667c94fc9eae7ae014a7826ab1f26647a192425630dbdb84bbe3c9041be23a2a480eb13844dc18a5ba406fe77a157938af1e0343e5f9b0ce1a1405d66b SHA512 b9c5066bdf8588a6b8d811ccc0d49f1d41a17dabf898a280997a8136dc449c2a505c46868abf732f86184ff0720d51f17442691909acae8fb26edcd180cff281
25
26 diff --git a/sys-process/fcron/fcron-3.3.0_beta-r5.ebuild b/sys-process/fcron/fcron-3.3.1_beta.ebuild
27 similarity index 98%
28 rename from sys-process/fcron/fcron-3.3.0_beta-r5.ebuild
29 rename to sys-process/fcron/fcron-3.3.1_beta.ebuild
30 index 0c8a71885714..47ecda3b7186 100644
31 --- a/sys-process/fcron/fcron-3.3.0_beta-r5.ebuild
32 +++ b/sys-process/fcron/fcron-3.3.1_beta.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 @@ -38,7 +38,6 @@ RDEPEND="
40
41 PATCHES=(
42 "${FILESDIR}"/${PN}-3.1.1-noreadline.patch
43 - "${FILESDIR}"/${PN}-3.2.1-configure-fix-audit-parameter-check.patch
44 "${FILESDIR}"/${PN}-3.2.1-musl-getopt-order.patch
45 )