commit:     0224eae79fc34c0f22af5add9f8ed881bd0e2f3e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 02:46:02 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 02:46:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0224eae7

net-misc/utelnetd: EAPI6->8, adjust deps, remove dead urls

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild | 34 -----------------------------
 net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild 
b/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
deleted file mode 100644
index f5d7e79c6651..000000000000
--- a/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd/index_en.html";
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-apps/shadow"
-
-src_prepare() {
-       sed -i \
-               -e "/(STRIP)/d" \
-               -e "/^CC/s:=.*:= $(tc-getCC):" \
-               -e "/fomit-frame-pointer/d" \
-               Makefile || die
-
-       default
-}
-
-src_install() {
-       dosbin utelnetd
-       dodoc ChangeLog README
-
-       newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}

diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild 
b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
new file mode 100644
index 000000000000..bc0ab879e6df
--- /dev/null
+++ b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Small telnet daemon derived from the Axis tools"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+
+RDEPEND="sys-apps/shadow"
+
+src_prepare() {
+       default
+
+       sed -e "/(STRIP)/d" \
+               -e "/^CC/s|=.*|= $(tc-getCC)|" \
+               -e "/fomit-frame-pointer/d" \
+               -i Makefile || die
+}
+
+src_install() {
+       dosbin utelnetd
+       einstalldocs
+
+       newinitd "${FILESDIR}"/utelnetd.initd utelnetd
+}

Reply via email to