From be703393d8e36c4342538ff56eaea5b37b5e5435 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 28 Jan 2024 22:29:45 +0200 Subject: net-dialup/sercd: revbump since EAPI bump Signed-off-by: Arthur Zamarin --- net-dialup/sercd/sercd-3.0.0-r2.ebuild | 28 ---------------------------- net-dialup/sercd/sercd-3.0.0-r3.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 net-dialup/sercd/sercd-3.0.0-r2.ebuild create mode 100644 net-dialup/sercd/sercd-3.0.0-r3.ebuild (limited to 'net-dialup') diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild b/net-dialup/sercd/sercd-3.0.0-r2.ebuild deleted file mode 100644 index 70de7d9ff344..000000000000 --- a/net-dialup/sercd/sercd-3.0.0-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="RFC2217-compliant serial port redirector" -HOMEPAGE="https://sourceforge.net/projects/sercd/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="xinetd" - -RDEPEND="xinetd? ( virtual/inetd )" - -DOCS=( AUTHORS README ) - -src_install() { - default - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}/${PN}.xinetd" "${PN}" - fi -} diff --git a/net-dialup/sercd/sercd-3.0.0-r3.ebuild b/net-dialup/sercd/sercd-3.0.0-r3.ebuild new file mode 100644 index 000000000000..70de7d9ff344 --- /dev/null +++ b/net-dialup/sercd/sercd-3.0.0-r3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="RFC2217-compliant serial port redirector" +HOMEPAGE="https://sourceforge.net/projects/sercd/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="xinetd" + +RDEPEND="xinetd? ( virtual/inetd )" + +DOCS=( AUTHORS README ) + +src_install() { + default + + newinitd "${FILESDIR}/${PN}.initd" "${PN}" + newconfd "${FILESDIR}/${PN}.confd" "${PN}" + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}/${PN}.xinetd" "${PN}" + fi +} -- cgit v1.2.3-65-gdbad