Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ethtool/
Date: Mon, 13 Sep 2021 07:28:49
Message-Id: 1631518118.2a4d75c4dadffe4c0b2c3ac67a1285e0048040da.polynomial-c@gentoo
1 commit: 2a4d75c4dadffe4c0b2c3ac67a1285e0048040da
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 07:28:25 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 07:28:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4d75c4
7
8 sys-apps/ethtool: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-apps/ethtool/Manifest | 1 -
13 sys-apps/ethtool/ethtool-5.12.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest
17 index 88da7bfd87a..f937c38e59e 100644
18 --- a/sys-apps/ethtool/Manifest
19 +++ b/sys-apps/ethtool/Manifest
20 @@ -1,4 +1,3 @@
21 DIST ethtool-5.10.tar.xz 310536 BLAKE2B acc91ff2f7cf233a5a7bc85e32fbcf78e3923b240ab3e3300fa11d42769b664b1b5740ad6577daf4ef1b1054432e2323429ee63774af5e0210c1ec1c7d6aa4ac SHA512 128ecc0445ec44e231d95158a71cea2c03f059314f1a844cfb2f424970bd68608fb73b8dc5e8905b88ad0da2b65a8884a626be78d6d25f770ce043c6c87580a6
22 -DIST ethtool-5.12.tar.xz 311004 BLAKE2B 640d4a1576afea60c673a6060b649d10ccb2d2be64a817e4d74daeb6de4da2d30ccb059ff1113e05f9c44898f08beefd706be2ea6e323c42032c4d93926d380a SHA512 9825f0bf10851f0bd9c3e621785144a5ed5f3fbedacb1801aa6a9b4685c870fa9bfac8eb552c900d20be06240c017dd001fde6be7aecc8c466bbe9ade8b1d002
23 DIST ethtool-5.13.tar.xz 318204 BLAKE2B 5e693368ce56fa155c5d371bc650e5fb7e8e1c8fd30982b45a674da63119e54f005484bea68c7b85e8d070efbf7aa15e92637e7a3b8b2010b4022851154a6809 SHA512 44426653aabd20707d2e597707113f4d30d12696b4f32c0ab0450af0dccece1b6a11e529a22d1299204f63c9e71ae41a1495d3d36b8f630f1734a72694d779be
24 DIST ethtool-5.14.tar.xz 318536 BLAKE2B 09b5c9c8103635e33b22e55caff3b0f3751bf14d48de63e025587814c6b0d7e80962cd8ed27b6be7ae35a5a9d5decd0a9127a69a7cbbd52e2218bb3fc9e9b176 SHA512 880c4b6d5f83c25cabc6101222a5abf5f7e5e6501165ba5cdb420da242c351d7c32c1cffacfa1bcf0c4655434d89c64d39f0809af0d38f626a0a78f92ec68f87
25
26 diff --git a/sys-apps/ethtool/ethtool-5.12.ebuild b/sys-apps/ethtool/ethtool-5.12.ebuild
27 deleted file mode 100644
28 index 4ddb6be7e3f..00000000000
29 --- a/sys-apps/ethtool/ethtool-5.12.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
38 -HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
39 -SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
44 -IUSE="+netlink"
45 -
46 -BDEPEND="app-arch/xz-utils"
47 -RDEPEND="netlink? ( net-libs/libmnl )"
48 -DEPEND="${RDEPEND}"
49 -
50 -src_configure() {
51 - econf $(use_enable netlink)
52 -}