From f52d0ebd0a058ad9db04b2689367c01f490cc742 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 14 Apr 2024 20:38:20 +0200 Subject: [PATCH] sys-cluster/poolmon: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/36257 Signed-off-by: Conrad Kostecki --- .../{poolmon-0.6.ebuild => poolmon-0.6-r1.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename sys-cluster/poolmon/{poolmon-0.6.ebuild => poolmon-0.6-r1.ebuild} (76%) diff --git a/sys-cluster/poolmon/poolmon-0.6.ebuild b/sys-cluster/poolmon/poolmon-0.6-r1.ebuild similarity index 76% rename from sys-cluster/poolmon/poolmon-0.6.ebuild rename to sys-cluster/poolmon/poolmon-0.6-r1.ebuild index b66b1ce8c23d9..21b86f964dcb6 100644 --- a/sys-cluster/poolmon/poolmon-0.6.ebuild +++ b/sys-cluster/poolmon/poolmon-0.6-r1.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="A director mailserver pool monitoring script for Dovecot" +DESCRIPTION="Director mailserver pool monitoring script for Dovecot" HOMEPAGE="https://github.com/brandond/poolmon" SRC_URI="https://github.com/brandond/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" RDEPEND=" dev-perl/IO-Socket-SSL net-mail/dovecot