sys-firmware/eth-firmware - 20240322 (calculate)

Search

Package Information

Description:
Binary firmware for Realtek Ethernet
Homepage:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
License:
linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist

Ebuild Details

Version EAPI Keywords Slot
20240322 8 amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=linux-firmware
MY_P=linux-firmware-${PV}

GIT_COMMIT="e068ccf01a2afc2d9c689f5d3b0cb715cc1d4824"

DESCRIPTION="Binary firmware for Realtek Ethernet"
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"

LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="binchecks strip"

RDEPEND="!sys-kernel/linux-firmware"

src_unpack() {
	default

	# rename directory from git snapshot tarball
	mv ${MY_PN}-*/ ${P} || die
}

src_install() {
	insinto /lib/firmware/
	doins -r rtl_nic
}

Dependencies

RDEPEND

!sys-kernel/linux-firmware

Manifest for 20240322

Type File Size Source URLs
DIST linux-firmware-20240322.tar.gz 563739836 bytes https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-e068ccf01a2afc2d9c689f5d3b0cb715cc1d4824.tar.gz