commit:     d63cf4ea98e6bff49b67e811d34e27f55a5fa16e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 09:41:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 09:42:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63cf4ea

net-misc/chrony: add 4.3_pre1 (unkeyworded)

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

 net-misc/chrony/Manifest                                |  2 ++
 .../{chrony-9999.ebuild => chrony-4.3_pre1.ebuild}      | 17 ++++++++---------
 net-misc/chrony/chrony-9999.ebuild                      | 17 ++++++++---------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index bb1c6ba9cc2e..8561cd7b8221 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -1,2 +1,4 @@
 DIST chrony-4.2.tar.gz 578411 BLAKE2B 
6eac4f144f5811d0f83a9827e2b5113dead1ff96952f6e6d32dcea9858e04512f635d70237fe6faced095991204b0f62bcb0e9d1a4b34e8778f205058afdfb45
 SHA512 
7f946b27de605b3ebea62cf23916dfad77c99e8b2338ba239ede6b8216ce436b3d4d87770f371c8d8e006507c51d5c831b51f067957abd2935adfdec3f5aa67d
 DIST chrony-4.2.tar.gz.asc 833 BLAKE2B 
41cb83f62dd58489313438672d209cc65fdbb5f8f595ea38f990d5e15194f91532d3f3221c6c38581467d62e95d23853a4fc438d32b99606def5f06db0031969
 SHA512 
d8ae4b540ce3529a5a72e10c14765a33ca6fc41529b6fdc9928fb171f25bd6fb87f930b7783638892f42f4cbcfaab4cb1064c930bae1d5204a71babad72b6e10
+DIST chrony-4.3-pre1.tar.gz 592966 BLAKE2B 
26811ff6ebd55720cc39ce8cb9d4ddd2e70a9919dbc9a8416728bb81ad02b53dcb895a68aa696c4a063930661f533c5a219c98d67e3b93920351e7160022dca4
 SHA512 
6a97b11cd7604808aa57db8cd67ae854391ef2bca84bb0256c043464e33683e15682a8ebadec3d2fcca83203d2c731953dfd4972976fe193246ca4af7fb7e0e7
+DIST chrony-4.3-pre1.tar.gz.asc 833 BLAKE2B 
40b80f6fdcc749077d1548e7861ff4f55dcfa8c8a84bd197d89f3f25626d5dd3a2b36dbb8b907f3f0f61444e1e3b908631529a7a1665f95b499c70c899249ade
 SHA512 
3a9cd53fcd0f2842241817d5bdeb3c6151eec9e1d0864ae4a89a2d7b93924ac28be7d4f090a32b99ab4b229437d027c2663bb552433182a97eca347175138164

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-4.3_pre1.ebuild
similarity index 94%
copy from net-misc/chrony/chrony-9999.ebuild
copy to net-misc/chrony/chrony-4.3_pre1.ebuild
index 57c2893c3532..c52e4bdbf30f 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-4.3_pre1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit systemd tmpfiles toolchain-funcs
+inherit edo systemd tmpfiles toolchain-funcs
 
 DESCRIPTION="NTP client and server programs"
 HOMEPAGE="https://chrony.tuxfamily.org/ 
https://git.tuxfamily.org/chrony/chrony.git";
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git";
        inherit git-r3
 else
@@ -19,7 +19,7 @@ else
        SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
        if [[ ${PV} != *_pre* ]] ; then
-               KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+               KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
        fi
 fi
 
@@ -65,7 +65,7 @@ BDEPEND="
        )
 "
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == 9999 ]] ; then
        # Needed for doc generation in 9999
        REQUIRED_USE+=" html"
        BDEPEND+=" virtual/w3m"
@@ -141,12 +141,11 @@ src_configure() {
        )
 
        # Print the ./configure call
-       echo sh ./configure "${myconf[@]}" >&2
-       sh ./configure "${myconf[@]}" || die
+       edo ./configure "${myconf[@]}" || die
 }
 
 src_compile() {
-       if [[ ${PV} == "9999" ]] ; then
+       if [[ ${PV} == 9999 ]] ; then
                # Uses w3m
                emake -C doc man txt
        fi

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-9999.ebuild
index 57c2893c3532..c52e4bdbf30f 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit systemd tmpfiles toolchain-funcs
+inherit edo systemd tmpfiles toolchain-funcs
 
 DESCRIPTION="NTP client and server programs"
 HOMEPAGE="https://chrony.tuxfamily.org/ 
https://git.tuxfamily.org/chrony/chrony.git";
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git";
        inherit git-r3
 else
@@ -19,7 +19,7 @@ else
        SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
        if [[ ${PV} != *_pre* ]] ; then
-               KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+               KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
        fi
 fi
 
@@ -65,7 +65,7 @@ BDEPEND="
        )
 "
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == 9999 ]] ; then
        # Needed for doc generation in 9999
        REQUIRED_USE+=" html"
        BDEPEND+=" virtual/w3m"
@@ -141,12 +141,11 @@ src_configure() {
        )
 
        # Print the ./configure call
-       echo sh ./configure "${myconf[@]}" >&2
-       sh ./configure "${myconf[@]}" || die
+       edo ./configure "${myconf[@]}" || die
 }
 
 src_compile() {
-       if [[ ${PV} == "9999" ]] ; then
+       if [[ ${PV} == 9999 ]] ; then
                # Uses w3m
                emake -C doc man txt
        fi

Reply via email to