From 136e21d8888483dd70af31445875a3382d2d3f80 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Jul 2021 14:57:59 +0000 Subject: [PATCH] linux libre WIP step 1. it downloads! --- metadata/layout.conf | 2 ++ profiles/repo_name | 1 + sys-kernel/linux-libre-sources/Manifest | 2 ++ .../linux-libre-sources-5.10.47.ebuild | 22 +++++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 metadata/layout.conf create mode 100644 profiles/repo_name create mode 100644 sys-kernel/linux-libre-sources/Manifest create mode 100644 sys-kernel/linux-libre-sources/linux-libre-sources-5.10.47.ebuild diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..c673a95 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,2 @@ +masters = gentoo +auto-sync = false diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..1821bfd --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +localrepo diff --git a/sys-kernel/linux-libre-sources/Manifest b/sys-kernel/linux-libre-sources/Manifest new file mode 100644 index 0000000..ec6462c --- /dev/null +++ b/sys-kernel/linux-libre-sources/Manifest @@ -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 diff --git a/sys-kernel/linux-libre-sources/linux-libre-sources-5.10.47.ebuild b/sys-kernel/linux-libre-sources/linux-libre-sources-5.10.47.ebuild new file mode 100644 index 0000000..a89f4b4 --- /dev/null +++ b/sys-kernel/linux-libre-sources/linux-libre-sources-5.10.47.ebuild @@ -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 +}