linux libre WIP step 1. it downloads!

This commit is contained in:
root 2021-07-06 14:57:59 +00:00
commit 136e21d888
4 changed files with 27 additions and 0 deletions

2
metadata/layout.conf Normal file
View File

@ -0,0 +1,2 @@
masters = gentoo
auto-sync = false

1
profiles/repo_name Normal file
View File

@ -0,0 +1 @@
localrepo

View File

@ -0,0 +1,2 @@
DIST linux-5.10.tar.xz 114370376 BLAKE2B 417159282ab5bd702c8773d4ae853439e55b900a0fb73fcc0ea930ecfc3737eff9e1865e1efa424fe211bbb5a1b999a8c5a7e13a462289b387f7fdcbce128958 SHA512 8f92b1d5477dd39bc0d6ad6c05ab41471e66ba65b46af4b7b366c723a1449997a14a730be5ef174e4461a96d6f54de27bb98050a612129ee1b4d9c77424cc237
EBUILD linux-libre-sources-5.10.47.ebuild 686 BLAKE2B 215df992321dd86c1a188f3ca59288f26e5cad22a45d4b95b779502a001ffa010b3c7f9fc30d644b74f1e75d7d6a9664e3392b2432f5e63d702088ef52c24f64 SHA512 7d31841b0249bef2c6adbfdf57b96f5fe30c0e6ffff2e1d85082fb8fd324d211d67f43dd2af1b80fed4e9f41ebf0ef9f7bd5754cb0959d4d37ebe314a6bed516

View File

@ -0,0 +1,22 @@
EAPI="6"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_PREDEBLOBBED="1"
ETYPE="sources"
inherit kernel-2
detect_version
DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="https://www.kernel.org"
LIBRE_URI="http://linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-gnu/linux-libre-${PV}-gnu.tar.xz -> linux-5.10.tar.xz"
#PATCH_URI="http://linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-gnu/patch-5.10-gnu-${PV}-gnu.xz -> patch-${PV}.xz"
SRC_URI="${LIBRE_URI}"
RESTRICT="mirror"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
UNIPATCH_LIST_DEFAULT=""
src_unpack() {
debug-print-kernel2-variables
default
}