compat-drivers-5.10.34.ebuild

This commit is contained in:
Anton Bolshakov 2021-05-15 09:08:01 +08:00
parent 14cc9fefd8
commit cd16b7d319
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 7 additions and 6 deletions

View file

@ -1 +1 @@
DIST compat-drivers-3.8-1-u.tar.xz 5301964 SHA256 5208d0606ea0ebfa9ff80c7f690dc7c75d92074553b413a984c56ce51b820176 SHA512 78733504c5acc1f3c00a75e8a651ee558dc63f5ad98d8b12942c7e1b93a4451b1fca7b90cb09108b9445f79b8851e83c5f75d5ca7bbef9e1a041f1c3a6d03b2b WHIRLPOOL b9ae6ae9594a71f44e9ca25ca9036ca7ba82c69115e407e8f907cd41d1b61c4e41f2be4a4f6679be9b6b15c9e4fe4c8e6076561d525e91a25c357fccd0d05cf2
DIST backports-5.10.34-1.tar.xz 6831296 BLAKE2B a9202ed8dc217fe8cf2b46d8b931e43796b05c808ae2a59220d6f50a699ced7cd9c544611ec14c0f694d3d9906f2098eb3900220cc0a7ce375f4f1b3d92b812a SHA512 40568ed4524b4e03df5ddd825def952e1dd8c9e7a0d2ae3ae963b15a778243b633040a7e38d1d5254c31888facb0d461f72698595a3ae73c728cda4007d658a2

View file

@ -1,8 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
EAPI=6
# USE_EXPAND categories
CPD_USE_EXPAND="wifi ethernet various"
@ -24,7 +23,8 @@ UPSTREAM_PV=${UPSTREAM_PVR%-*}
DESCRIPTION="Stable kernel pre-release wifi subsystem backport"
HOMEPAGE="http://backports.wiki.kernel.org"
SRC_URI="mirror://kernel/linux/kernel/projects/backports/stable/v${UPSTREAM_PVR}/${PN}-${UPSTREAM_PVR}-1-u.tar.xz"
#SRC_URI="mirror://kernel/linux/kernel/projects/backports/stable/v${UPSTREAM_PVR}/${PN}-${UPSTREAM_PVR}-1-u.tar.xz"
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/projects/backports/stable/v${PV}/backports-${PV}-1.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@ -38,7 +38,8 @@ RDEPEND="${DEPEND}
>=sys-kernel/linux-firmware-20110219
virtual/udev"
S="${WORKDIR}/${PN}-${UPSTREAM_PVR}-1-u"
#S="${WORKDIR}/${PN}-${UPSTREAM_PVR}-1-u"
S="${WORKDIR}/backports-${PV}-1"
RESTRICT="strip"