Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI-ProcManager/
Date: Wed, 27 Oct 2021 21:52:07
Message-Id: 1635371495.c38e512ba5d845110f04c910a196b4542ed06b80.dilfridge@gentoo
1 commit: c38e512ba5d845110f04c910a196b4542ed06b80
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 21:28:00 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 21:51:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e512b
7
8 dev-perl/FCGI-ProcManager: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...ocManager-0.280.0.ebuild => FCGI-ProcManager-0.280.0-r1.ebuild} | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild b/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0-r1.ebuild
17 similarity index 72%
18 rename from dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild
19 rename to dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0-r1.ebuild
20 index 516801f8591..d4816f9bfe3 100644
21 --- a/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild
22 +++ b/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=ARODLAND
32 DIST_VERSION=0.28
33 @@ -12,6 +12,3 @@ DESCRIPTION="A FastCGI process manager"
34 SLOT="0"
35 LICENSE="LGPL-2.1"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE=""
38 -
39 -DEPEND="virtual/perl-ExtUtils-MakeMaker"