summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-24 12:42:20 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-24 12:43:38 +0200
commitb8c2ce2d3d1acb93693885ae17a63ce2c2fae047 (patch)
treeb5b661a2c1e2be6a17477194c0f991ab1e65838f /sys-apps/ethtool/ethtool-5.3.ebuild
parentprofiles: Add CDDL-1.1 to MISC-FREE license group. (diff)
downloadgentoo-b8c2ce2d3d1acb93693885ae17a63ce2c2fae047.tar.gz
gentoo-b8c2ce2d3d1acb93693885ae17a63ce2c2fae047.tar.bz2
gentoo-b8c2ce2d3d1acb93693885ae17a63ce2c2fae047.zip
sys-apps/ethtool: bump to v5.3
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/ethtool/ethtool-5.3.ebuild')
-rw-r--r--sys-apps/ethtool/ethtool-5.3.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/ethtool/ethtool-5.3.ebuild b/sys-apps/ethtool/ethtool-5.3.ebuild
new file mode 100644
index 000000000000..a1a695dd922a
--- /dev/null
+++ b/sys-apps/ethtool/ethtool-5.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 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="mirror://kernel/software/network/ethtool/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+
+DEPEND="app-arch/xz-utils"