mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/udpxy: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user