diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-25 20:39:44 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-28 22:28:37 +0200 |
commit | 957f20f11379f409e4094dfde73e373c34c0af89 (patch) | |
tree | e5b1765a0f8ca0dce8fbd25bb7da984775cac710 /net-dialup | |
parent | net-mail/mairix: add missing rdep on dev-libs/openssl:= (diff) | |
download | gentoo-957f20f11379f409e4094dfde73e373c34c0af89.tar.gz gentoo-957f20f11379f409e4094dfde73e373c34c0af89.tar.bz2 gentoo-957f20f11379f409e4094dfde73e373c34c0af89.zip |
net-dialup/sercd: EAPI8, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35021
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/sercd/sercd-3.0.0-r2.ebuild | 13 |
1 files 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 |