commit:     cdef2f549249396d4b25a1c5068c849eafa8ea6e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 18:53:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 18:53:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdef2f54

sys-apps/iproute2: add 6.6.0

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

 sys-apps/iproute2/Manifest                                     |  1 +
 .../iproute2/{iproute2-9999.ebuild => iproute2-6.6.0.ebuild}   | 10 +++++-----
 sys-apps/iproute2/iproute2-9999.ebuild                         | 10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 8e7ab5142549..3f38b2833dde 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,2 +1,3 @@
 DIST iproute2-6.4.0.tar.xz 922164 BLAKE2B 
76369d2a794afd13dba1a34ee9a7425775bb7b43c22164274749c01b18d061669aa5abd51d32a15d68f48e75f4837a887dfc28ea41e34d8e4c36b2ab865628dd
 SHA512 
42330be6e061302694ea301765ff8d3cbfaeca4b1d06e39778861e4390ed211c03cb2d41498190202b659f7f5647b1ca4857410ef8c16fd601a35e7162788d21
 DIST iproute2-6.5.0.tar.xz 925940 BLAKE2B 
537a956c2fb59df25e90d7899a981e5408c5ee029df2bb87461b899ecf8fe4424a1db5d1b1b67a67bdb2555f6cc4aaf099b0544a2c92ffc3843adc3d17defb96
 SHA512 
615ba6924becdf08af3f491d347d84897ff0198426d65b194c87146c4527b0856fc51688b59834abe1cb6f9a70b93c66ff7ade6b7c305c1ece0fd6a29df6bc54
+DIST iproute2-6.6.0.tar.xz 917964 BLAKE2B 
9d20f19c04c2bbde7a3ae53e61e4623b119570c8446f34b93ddadd64677caa432e00ee085498bc277e0842cc2124340c7100925106d0ef2c11dd8002aacac08f
 SHA512 
21c99a3ba8e1d0047933e99b48fb00901eef18899cd5854000ae910d9d84d13aeafa48b32184775531285782909f4d283d0784491691a1f10462dab147de359d

diff --git a/sys-apps/iproute2/iproute2-9999.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0.ebuild
similarity index 95%
copy from sys-apps/iproute2/iproute2-9999.ebuild
copy to sys-apps/iproute2/iproute2-6.6.0.ebuild
index 04c74af7ff25..d61eddc9d7ae 100644
--- a/sys-apps/iproute2/iproute2-9999.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0.ebuild
@@ -48,8 +48,8 @@ BDEPEND="
 "
 
 PATCHES=(
-       "${FILESDIR}"/${PN}-3.1.0-mtu.patch # bug #291907
-       "${FILESDIR}"/${PN}-5.12.0-configure-nomagic-nolibbsd.patch # bug 
#643722 & 911727
+       "${FILESDIR}"/${PN}-6.5.0-mtu.patch # bug #291907
+       "${FILESDIR}"/${PN}-6.5.0-configure-nomagic-nolibbsd.patch # bug 
#643722 & #911727
        "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch
        "${FILESDIR}"/${PN}-6.4.0-disable-libbsd-fallback.patch # bug #911727
 )
@@ -61,12 +61,12 @@ src_prepare() {
        local versionfile="include/version.h"
        if [[ ${PV} != 9999 ]] && ! grep -Fq "${PV}" ${versionfile} ; then
                einfo "Fixing version string"
-               sed "s@\"[[:digit:]\.]\+\"@\"${PV}\"@" \
-                       -i ${versionfile} || die
+               sed -i "s@\"[[:digit:]\.]\+\"@\"${PV}\"@" \
+                       ${versionfile} || die
        fi
 
        # echo -n is not POSIX compliant
-       sed 's@echo -n@printf@' -i configure || die
+       sed -i 's@echo -n@printf@' configure || die
 
        sed -i \
                -e '/^CC :\?=/d' \

diff --git a/sys-apps/iproute2/iproute2-9999.ebuild 
b/sys-apps/iproute2/iproute2-9999.ebuild
index 04c74af7ff25..d61eddc9d7ae 100644
--- a/sys-apps/iproute2/iproute2-9999.ebuild
+++ b/sys-apps/iproute2/iproute2-9999.ebuild
@@ -48,8 +48,8 @@ BDEPEND="
 "
 
 PATCHES=(
-       "${FILESDIR}"/${PN}-3.1.0-mtu.patch # bug #291907
-       "${FILESDIR}"/${PN}-5.12.0-configure-nomagic-nolibbsd.patch # bug 
#643722 & 911727
+       "${FILESDIR}"/${PN}-6.5.0-mtu.patch # bug #291907
+       "${FILESDIR}"/${PN}-6.5.0-configure-nomagic-nolibbsd.patch # bug 
#643722 & #911727
        "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch
        "${FILESDIR}"/${PN}-6.4.0-disable-libbsd-fallback.patch # bug #911727
 )
@@ -61,12 +61,12 @@ src_prepare() {
        local versionfile="include/version.h"
        if [[ ${PV} != 9999 ]] && ! grep -Fq "${PV}" ${versionfile} ; then
                einfo "Fixing version string"
-               sed "s@\"[[:digit:]\.]\+\"@\"${PV}\"@" \
-                       -i ${versionfile} || die
+               sed -i "s@\"[[:digit:]\.]\+\"@\"${PV}\"@" \
+                       ${versionfile} || die
        fi
 
        # echo -n is not POSIX compliant
-       sed 's@echo -n@printf@' -i configure || die
+       sed -i 's@echo -n@printf@' configure || die
 
        sed -i \
                -e '/^CC :\?=/d' \

Reply via email to