commit:     18f832eeda40819e634dacf5f74acddd1e88b6af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 01:14:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:20:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f832ee

net-misc/udpxy: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild 
b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
index f7f7a11e3a1..73364f91047 100644
--- a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
+++ b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
@@ -1,23 +1,23 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit systemd toolchain-funcs versionator
+inherit systemd toolchain-funcs
 
-MY_PV=$(replace_version_separator 3 -)
+MY_PV=$(ver_rs 3 -)
 DESCRIPTION="Small daemon to relay multicast UDP traffic to client's TCP 
(HTTP) connection"
 HOMEPAGE="https://sourceforge.net/projects/udpxy/";
 SRC_URI="http://www.udpxy.com/download/1_23/${PN}.${MY_PV}-prod.tar.gz";
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 src_prepare() {
-       eapply_user
+       default
+
        tc-export CC
 }
 
@@ -28,7 +28,7 @@ src_install() {
        doman doc/en/*.1
        dodoc CHANGES README
 
-       newinitd "${FILESDIR}/${PN}.initd" ${PN}
-       newconfd "${FILESDIR}/${PN}.confd" ${PN}
-       systemd_dounit "${FILESDIR}/${PN}.service"
+       newinitd "${FILESDIR}"/${PN}.initd ${PN}
+       newconfd "${FILESDIR}"/${PN}.confd ${PN}
+       systemd_dounit "${FILESDIR}"/${PN}.service
 }

Reply via email to