commit: 957f20f11379f409e4094dfde73e373c34c0af89 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jan 25 19:39:44 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 20:28:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957f20f1
net-dialup/sercd: EAPI8, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35021 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-dialup/sercd/sercd-3.0.0-r2.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild b/net-dialup/sercd/sercd-3.0.0-r2.ebuild index 434c8604631b..70de7d9ff344 100644 --- a/net-dialup/sercd/sercd-3.0.0-r2.ebuild +++ b/net-dialup/sercd/sercd-3.0.0-r2.ebuild @@ -1,26 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="RFC2217-compliant serial port redirector" -HOMEPAGE="https://sourceforge.net/projects/sercd" +HOMEPAGE="https://sourceforge.net/projects/sercd/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="xinetd" RDEPEND="xinetd? ( virtual/inetd )" DOCS=( AUTHORS README ) -src_prepare() { - eapply_user -} - src_install() { default
