commit: f52d0ebd0a058ad9db04b2689367c01f490cc742 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 14 18:38:20 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Apr 17 21:02:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52d0ebd
sys-cluster/poolmon: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36257 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../poolmon/{poolmon-0.6.ebuild => poolmon-0.6-r1.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 b66b1ce8c23d..21b86f964dcb 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
