aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-07-13 21:24:07 +0100
committerPaul Healy <lmiphay@gmail.com>2024-07-13 21:24:07 +0100
commit93fa5dfaf485f48c99d69c08e81a24123179680d (patch)
treeb71b465bb019f0e16559aa33d3429d6c6e500732 /net-misc/ntp-proxy
parentremove old fs betas (diff)
downloadlmiphay-93fa5dfaf485f48c99d69c08e81a24123179680d.tar.gz
lmiphay-93fa5dfaf485f48c99d69c08e81a24123179680d.tar.bz2
lmiphay-93fa5dfaf485f48c99d69c08e81a24123179680d.zip
fixup ebuilds for git-r3 and EAPI=6
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'net-misc/ntp-proxy')
-rw-r--r--net-misc/ntp-proxy/Manifest2
-rw-r--r--net-misc/ntp-proxy/ntp-proxy-9999.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/ntp-proxy/Manifest b/net-misc/ntp-proxy/Manifest
index a216371..737b561 100644
--- a/net-misc/ntp-proxy/Manifest
+++ b/net-misc/ntp-proxy/Manifest
@@ -1,3 +1,3 @@
AUX ntp-proxy.conf.d 142 BLAKE2B ae8d1a87d958d94c206ffaf04a2687ce701d6a1752f847f7f33ed8b6d4bc18513e9c5b28b2fd3b9fc72e76eb46d9143ed88e53308caf0d5fb13b3b5eb2992987 SHA512 e090721f781f1164f282efe748687db1d98538efdfe315cd7b90832cd793c999bf5205c0ed96b347523c3f28765831401ddbf87133d97d8382e030ec873df7f5
AUX ntp-proxy.init.d 450 BLAKE2B 8a8f662055b5d685d7861fe0497dbb4e61ab644aaa64728025a084ed72571f7aca9ba3c33b307ff33c4e3576cd75a040ddc9bd3700bf98d43ba9634bb5c68de1 SHA512 ecbb4d838041ee0abed8c1605e6d7d1cb6e5d3a2d713e461ea9933891a5e3f9d7d900831cb27f8a76dcab66d267baefe062e74876e892f81329ec99d64880c0f
-EBUILD ntp-proxy-9999.ebuild 725 BLAKE2B f559d5c8ff1618ce06238288debc7194c070889448628cf1abc139d83c2541a471598e7584e806efe72a5314b4110d2c247e3b5ef7417bdbdcb6c6a904c4cddf SHA512 e23cdcf54cdd6e53644d54f04fa46f7bdd010e6bf3c1dc5bd1533ec910959800edc6fb585bc34c749240f43a8498c4d7c750d0517b6f08257f3a412ee6b21fe3
+EBUILD ntp-proxy-9999.ebuild 708 BLAKE2B 885aea5b92e55bb9f1ab29d8959dcdc34f2c11593e3a56f6b42fac3d41609f9556a9265c1a71d4e7f24a518bf34c9fd698eeed6d2717a969e34b596c42ad0afb SHA512 6fa327e7d9482977ff97a953893540685c8d8cc2faeed541a87dcbd95675a1ef2fa886b0e72a72853c6c156c53bdb72be0f76b7374bcff14a7f04a80498fe54d
diff --git a/net-misc/ntp-proxy/ntp-proxy-9999.ebuild b/net-misc/ntp-proxy/ntp-proxy-9999.ebuild
index b322312..ea8ee68 100644
--- a/net-misc/ntp-proxy/ntp-proxy-9999.ebuild
+++ b/net-misc/ntp-proxy/ntp-proxy-9999.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=6
+EAPI=8
inherit git-r3
DESCRIPTION="Leap second immunity verification programs"
@@ -27,4 +26,3 @@ src_install() {
newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
newinitd "${FILESDIR}"/${PN}.init.d ${PN}
}
-