diff options
author | 2020-06-05 12:37:44 +0200 | |
---|---|---|
committer | 2020-06-05 12:54:01 +0200 | |
commit | de991d13cd3783a15a43e0de49ea7b43a54efe0a (patch) | |
tree | d5feb958702d4ac6d08784deac1264cbce1f503a /sys-apps/ethtool/ethtool-4.19.ebuild | |
parent | sys-apps/ethtool: Bump to version 5.7 (diff) | |
download | gentoo-de991d13cd3783a15a43e0de49ea7b43a54efe0a.tar.gz gentoo-de991d13cd3783a15a43e0de49ea7b43a54efe0a.tar.bz2 gentoo-de991d13cd3783a15a43e0de49ea7b43a54efe0a.zip |
sys-apps/ethtool: Removed old
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/ethtool/ethtool-4.19.ebuild')
-rw-r--r-- | sys-apps/ethtool/ethtool-4.19.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-apps/ethtool/ethtool-4.19.ebuild b/sys-apps/ethtool/ethtool-4.19.ebuild deleted file mode 100644 index bec240035385..000000000000 --- a/sys-apps/ethtool/ethtool-4.19.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -DEPEND="app-arch/xz-utils" |