commit:     6d96487a4775cec9536511b7229a7e97600568d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 08:05:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 08:14:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d96487a

sys-apps/ethtool: drop 5.10, 5.14, 5.16, 5.17, 5.18

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

 sys-apps/ethtool/Manifest            |  5 -----
 sys-apps/ethtool/ethtool-5.10.ebuild | 21 ---------------------
 sys-apps/ethtool/ethtool-5.14.ebuild | 21 ---------------------
 sys-apps/ethtool/ethtool-5.16.ebuild | 21 ---------------------
 sys-apps/ethtool/ethtool-5.17.ebuild | 21 ---------------------
 sys-apps/ethtool/ethtool-5.18.ebuild | 21 ---------------------
 6 files changed, 110 deletions(-)

diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest
index 7d5fd537e08c..db3779133156 100644
--- a/sys-apps/ethtool/Manifest
+++ b/sys-apps/ethtool/Manifest
@@ -1,7 +1,2 @@
-DIST ethtool-5.10.tar.xz 310536 BLAKE2B 
acc91ff2f7cf233a5a7bc85e32fbcf78e3923b240ab3e3300fa11d42769b664b1b5740ad6577daf4ef1b1054432e2323429ee63774af5e0210c1ec1c7d6aa4ac
 SHA512 
128ecc0445ec44e231d95158a71cea2c03f059314f1a844cfb2f424970bd68608fb73b8dc5e8905b88ad0da2b65a8884a626be78d6d25f770ce043c6c87580a6
-DIST ethtool-5.14.tar.xz 318536 BLAKE2B 
09b5c9c8103635e33b22e55caff3b0f3751bf14d48de63e025587814c6b0d7e80962cd8ed27b6be7ae35a5a9d5decd0a9127a69a7cbbd52e2218bb3fc9e9b176
 SHA512 
880c4b6d5f83c25cabc6101222a5abf5f7e5e6501165ba5cdb420da242c351d7c32c1cffacfa1bcf0c4655434d89c64d39f0809af0d38f626a0a78f92ec68f87
 DIST ethtool-5.15.tar.xz 318864 BLAKE2B 
855c07e388bfabf37637f20e2714c6ca27717f38d7f658be96e0e9ec9d4514e61f4ee29361fc0279510869606ad18126ccd2a47160f1097ab52b1e35216e9721
 SHA512 
28147468a92c179217b459907a3257ee4f2d2ed028cb87b074f1c7ca6eb91aca81c8a9f5c7fe74e81d16a516e6e7eb20137bf7a15b5479fd82a327c64954da12
-DIST ethtool-5.16.tar.xz 320308 BLAKE2B 
198d76502510e533b7f51785fd9f0848e840a6b4237bfd0496d005978ce3e638be02bd7dee971501f57c83354a1ac2f34a7ef29f2255764e900d9299bad9254c
 SHA512 
9f0c24323b3144cbc6e684dc8c545a7c5e4804a061f10e32c937ea7420cc25c0891137fd4be4f1b9cf44907d8a59970ead9db424051ec5b4a90c225038f04025
-DIST ethtool-5.17.tar.xz 321848 BLAKE2B 
1695077d812b3ed8e287615d6a3aa15525a061110fa63563e4b2db3e5d4718b023415508db63e857c572fef248c6797564da596f17c80b833839899656840a5d
 SHA512 
c9677829e3ed1f373bd993f72c710293a6e987bbd19829d437a436f42cf4e7995ee70a7db3590b1499ff6aa29c26815f4d0a3e4798ffb6992ae3f52b079cd3ff
-DIST ethtool-5.18.tar.xz 322600 BLAKE2B 
5c06c74ac1453b66fa3f2a01a3face8c6483bdd6849a0b258f5a3d0c041712de4d628240843d09a54e69ec6256dfaac5fa3b08d5e1d2033b2810a01f9be04673
 SHA512 
bd53e64d5cfe0fe4c3fbc9ec84e64f77b72d0229bbb611575007fd1e4c5c13611440b292edc875f1916707477e1d1e19b8f46785285d6b88066e9b9aafba9753
 DIST ethtool-5.19.tar.xz 324472 BLAKE2B 
44cc292db04f411a57a0a5ae0cdfbef733c7ee739fc252523c713489a13ae33de3927b500db796bc584fef3c83d7238dca2af4e6b6a5c594bbf21e87ed2380a7
 SHA512 
71103c6856a889161ef2bf81eadec69b2f3a84c94aa776d545f889dc1c55b91d566d3b7394dbd2cb70ed92ac19d5f26967b1f829c204f23831d1fb81a0464972

diff --git a/sys-apps/ethtool/ethtool-5.10.ebuild 
b/sys-apps/ethtool/ethtool-5.10.ebuild
deleted file mode 100644
index 46d33549c122..000000000000
--- a/sys-apps/ethtool/ethtool-5.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/";
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="+netlink"
-
-BDEPEND="app-arch/xz-utils"
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf $(use_enable netlink)
-}

diff --git a/sys-apps/ethtool/ethtool-5.14.ebuild 
b/sys-apps/ethtool/ethtool-5.14.ebuild
deleted file mode 100644
index 4ddb6be7e3ff..000000000000
--- a/sys-apps/ethtool/ethtool-5.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/";
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="+netlink"
-
-BDEPEND="app-arch/xz-utils"
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf $(use_enable netlink)
-}

diff --git a/sys-apps/ethtool/ethtool-5.16.ebuild 
b/sys-apps/ethtool/ethtool-5.16.ebuild
deleted file mode 100644
index ac936a3334cd..000000000000
--- a/sys-apps/ethtool/ethtool-5.16.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/";
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="+netlink"
-
-BDEPEND="app-arch/xz-utils"
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf $(use_enable netlink)
-}

diff --git a/sys-apps/ethtool/ethtool-5.17.ebuild 
b/sys-apps/ethtool/ethtool-5.17.ebuild
deleted file mode 100644
index 66d4d3278c3c..000000000000
--- a/sys-apps/ethtool/ethtool-5.17.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/";
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
-IUSE="+netlink"
-
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/xz-utils"
-
-src_configure() {
-       econf $(use_enable netlink)
-}

diff --git a/sys-apps/ethtool/ethtool-5.18.ebuild 
b/sys-apps/ethtool/ethtool-5.18.ebuild
deleted file mode 100644
index 8d122a733c09..000000000000
--- a/sys-apps/ethtool/ethtool-5.18.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/";
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
-IUSE="+netlink"
-
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/xz-utils"
-
-src_configure() {
-       econf $(use_enable netlink)
-}

Reply via email to