diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-14 20:38:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-17 23:02:42 +0200 |
commit | f52d0ebd0a058ad9db04b2689367c01f490cc742 (patch) | |
tree | 92ea12312380ac89f46b0aafbcd527822e4904f8 /sys-cluster/poolmon | |
parent | dev-libs/s2n: add missing remote-id (diff) | |
download | gentoo-f52d0ebd0a058ad9db04b2689367c01f490cc742.tar.gz gentoo-f52d0ebd0a058ad9db04b2689367c01f490cc742.tar.bz2 gentoo-f52d0ebd0a058ad9db04b2689367c01f490cc742.zip |
sys-cluster/poolmon: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36257
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-cluster/poolmon')
-rw-r--r-- | sys-cluster/poolmon/poolmon-0.6-r1.ebuild (renamed from sys-cluster/poolmon/poolmon-0.6.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-cluster/poolmon/poolmon-0.6.ebuild b/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 |