* [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/
@ 2023-11-30 7:25 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2023-11-30 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 827484695f1b22a6229af5348fec7da807785924
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 07:23:26 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 07:24:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82748469
app-laptop/framework-laptop-kmod: new package, add 0_pre20231129
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-laptop/framework-laptop-kmod/Manifest | 1 +
.../framework-laptop-kmod-0_pre20231129.ebuild | 46 ++++++++++++++++++++++
app-laptop/framework-laptop-kmod/metadata.xml | 11 ++++++
3 files changed, 58 insertions(+)
diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest
new file mode 100644
index 000000000000..e2e317c8f080
--- /dev/null
+++ b/app-laptop/framework-laptop-kmod/Manifest
@@ -0,0 +1 @@
+DIST framework-laptop-kmod-0_pre20231129.gh.tar.gz 10672 BLAKE2B 9fd39ca526e29054e31af264bc7f6521fdfe7348c5a4083fef4ba012cb5c2b84d5d91f4ba93d37c78052d5ee3b9e384f3adde234a41763ef2f324fab180f2517 SHA512 0fbcb2e34daac1e7d2d7b345b8e7b0d07777908a181fcbe5860af1a9da1de8db36c8b44bb8ab95bac36976fc9e83f156f11f940bf51a976096fdd7c065a07341
diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild
new file mode 100644
index 000000000000..ae4a4b4c5960
--- /dev/null
+++ b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+COMMIT_HASH="fed64af4c19a15ef6bb7dca79b692d265e845699"
+DESCRIPTION="Kernel module to expose more Framework Laptop stuff"
+HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod"
+SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CONFIG_CHECK="
+ ~CROS_EC
+ ~CROS_EC_LPC
+"
+
+DOCS=(
+ README.md
+)
+
+pkg_pretend() {
+ check_extra_config
+}
+
+src_compile() {
+ local modlist=(
+ framework_laptop
+ )
+ linux-mod-r1_src_compile
+}
+
+pkg_postinst() {
+ linux-mod-r1_pkg_postinst
+
+ #if kernel_is -lt 6 7 0; then
+ ewarn "For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16a,"
+ ewarn "you will need to apply the patch series from this URL:"
+ ewarn "https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/"
+ #fi
+}
diff --git a/app-laptop/framework-laptop-kmod/metadata.xml b/app-laptop/framework-laptop-kmod/metadata.xml
new file mode 100644
index 000000000000..af58c2e437f5
--- /dev/null
+++ b/app-laptop/framework-laptop-kmod/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">DHowett/framework-laptop-kmod</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/
@ 2023-12-04 18:44 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2023-12-04 18:44 UTC (permalink / raw
To: gentoo-commits
commit: db433abd21bb3951ac6dfd10ee2455d4740f9175
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 4 18:44:11 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 18:44:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db433abd
app-laptop/framework-laptop-kmod: add 0_pre20231204, drop 0_pre20231129
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-laptop/framework-laptop-kmod/Manifest | 2 +-
...31129.ebuild => framework-laptop-kmod-0_pre20231204.ebuild} | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest
index e2e317c8f080..01e2b0eabccc 100644
--- a/app-laptop/framework-laptop-kmod/Manifest
+++ b/app-laptop/framework-laptop-kmod/Manifest
@@ -1 +1 @@
-DIST framework-laptop-kmod-0_pre20231129.gh.tar.gz 10672 BLAKE2B 9fd39ca526e29054e31af264bc7f6521fdfe7348c5a4083fef4ba012cb5c2b84d5d91f4ba93d37c78052d5ee3b9e384f3adde234a41763ef2f324fab180f2517 SHA512 0fbcb2e34daac1e7d2d7b345b8e7b0d07777908a181fcbe5860af1a9da1de8db36c8b44bb8ab95bac36976fc9e83f156f11f940bf51a976096fdd7c065a07341
+DIST framework-laptop-kmod-0_pre20231204.gh.tar.gz 10728 BLAKE2B 921112a6f895c916a6f1403d405472bbb084a84aa42cc80d938f59f692f49a535a8e5613dc01d07b502a86d2a5e4f9c16999d9edf495b75027dbc81f5845da79 SHA512 e104011e15fad74c5d74050844471aaeb20354304f3e6985b6d3f40fa82169d2c7c893a98cf3c49e7a4138c899b0197b3c538454d4494750ce22b50d169440dc
diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild
similarity index 86%
rename from app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild
rename to app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild
index ae4a4b4c5960..57c784695698 100644
--- a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild
+++ b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit linux-mod-r1
-COMMIT_HASH="fed64af4c19a15ef6bb7dca79b692d265e845699"
+COMMIT_HASH="d5367eb9e5b5542407494d04ac1a0e77f10cc89d"
DESCRIPTION="Kernel module to expose more Framework Laptop stuff"
HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod"
SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
@@ -24,6 +24,14 @@ DOCS=(
README.md
)
+pkg_setup() {
+ linux-mod-r1_pkg_setup
+
+ MODULES_MAKEARGS+=(
+ KDIR="${KERNEL_DIR}"
+ )
+}
+
pkg_pretend() {
check_extra_config
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/
@ 2024-04-06 0:12 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2024-04-06 0:12 UTC (permalink / raw
To: gentoo-commits
commit: be766b5b349fc88b7c91c35074560d162240c3fd
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 00:11:22 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 00:11:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be766b5b
app-laptop/framework-laptop-kmod: add 0_pre20240405
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-laptop/framework-laptop-kmod/Manifest | 1 +
.../framework-laptop-kmod-0_pre20240405.ebuild | 54 ++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest
index 01e2b0eabccc..b6c8461a30ef 100644
--- a/app-laptop/framework-laptop-kmod/Manifest
+++ b/app-laptop/framework-laptop-kmod/Manifest
@@ -1 +1,2 @@
DIST framework-laptop-kmod-0_pre20231204.gh.tar.gz 10728 BLAKE2B 921112a6f895c916a6f1403d405472bbb084a84aa42cc80d938f59f692f49a535a8e5613dc01d07b502a86d2a5e4f9c16999d9edf495b75027dbc81f5845da79 SHA512 e104011e15fad74c5d74050844471aaeb20354304f3e6985b6d3f40fa82169d2c7c893a98cf3c49e7a4138c899b0197b3c538454d4494750ce22b50d169440dc
+DIST framework-laptop-kmod-0_pre20240405.gh.tar.gz 13016 BLAKE2B 10a92fbbb1974213846ca4d4bc3bec5074b192661ea46e178c9786f2fbec63fb0beff9439d1d1ae9cd633d83207d5272549ef0975a5c23cfe77219df6513ba24 SHA512 243a51eb454c68433fb74027c6675da1227907c9fcf546ef4ae624c031ee701dbeef49b4cc6b8077d3c9e5284a524e13277518fae7449dd7142899b4c5bb3e5e
diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild
new file mode 100644
index 000000000000..681b5a814f8f
--- /dev/null
+++ b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+COMMIT_HASH="6ee08ebb558627863236ff00fab98d25f582ac01"
+DESCRIPTION="Kernel module to expose more Framework Laptop stuff"
+HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod"
+SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CONFIG_CHECK="
+ ~CROS_EC
+ ~CROS_EC_LPC
+"
+
+DOCS=(
+ README.md
+)
+
+pkg_setup() {
+ linux-mod-r1_pkg_setup
+
+ MODULES_MAKEARGS+=(
+ KDIR="${KERNEL_DIR}"
+ )
+}
+
+pkg_pretend() {
+ check_extra_config
+}
+
+src_compile() {
+ local modlist=(
+ framework_laptop
+ )
+ linux-mod-r1_src_compile
+}
+
+pkg_postinst() {
+ linux-mod-r1_pkg_postinst
+
+ #if kernel_is -lt 6 7 0; then
+ ewarn "For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16a,"
+ ewarn "you will need to apply the patch series from this URL:"
+ ewarn "https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/"
+ #fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/
@ 2024-05-06 21:56 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2024-05-06 21:56 UTC (permalink / raw
To: gentoo-commits
commit: 3dd0667cf45e1a162cc80c3cf8328a8101e28821
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 21:56:03 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon May 6 21:56:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd0667c
app-laptop/framework-laptop-kmod: drop 0_pre20231204
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-laptop/framework-laptop-kmod/Manifest | 1 -
.../framework-laptop-kmod-0_pre20231204.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest
index 4b674122c18b..f31f4a6e1d86 100644
--- a/app-laptop/framework-laptop-kmod/Manifest
+++ b/app-laptop/framework-laptop-kmod/Manifest
@@ -1,2 +1 @@
-DIST framework-laptop-kmod-0_pre20231204.gh.tar.gz 10728 BLAKE2B 921112a6f895c916a6f1403d405472bbb084a84aa42cc80d938f59f692f49a535a8e5613dc01d07b502a86d2a5e4f9c16999d9edf495b75027dbc81f5845da79 SHA512 e104011e15fad74c5d74050844471aaeb20354304f3e6985b6d3f40fa82169d2c7c893a98cf3c49e7a4138c899b0197b3c538454d4494750ce22b50d169440dc
DIST framework-laptop-kmod-0_pre20240506.gh.tar.gz 13327 BLAKE2B 0fe5b1e06d69957d661125b8408e8461cf053b6dcb83ed5b30247e544d9e5b6798a94921e5c0e17c9be4602509e3ffa002156e99805ee60bcaf9648839a6a22c SHA512 a90f8e166969bd8cafa26f8207e54a1dd591db456852c8419100c21ba88fcd3b7e6945ddbe09c1c1e838c120fb7cf131c89ff4b02fcc4c5b66cad0ee0f064f1f
diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild
deleted file mode 100644
index 57c784695698..000000000000
--- a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231204.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1
-
-COMMIT_HASH="d5367eb9e5b5542407494d04ac1a0e77f10cc89d"
-DESCRIPTION="Kernel module to expose more Framework Laptop stuff"
-HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod"
-SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_HASH}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-CONFIG_CHECK="
- ~CROS_EC
- ~CROS_EC_LPC
-"
-
-DOCS=(
- README.md
-)
-
-pkg_setup() {
- linux-mod-r1_pkg_setup
-
- MODULES_MAKEARGS+=(
- KDIR="${KERNEL_DIR}"
- )
-}
-
-pkg_pretend() {
- check_extra_config
-}
-
-src_compile() {
- local modlist=(
- framework_laptop
- )
- linux-mod-r1_src_compile
-}
-
-pkg_postinst() {
- linux-mod-r1_pkg_postinst
-
- #if kernel_is -lt 6 7 0; then
- ewarn "For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16a,"
- ewarn "you will need to apply the patch series from this URL:"
- ewarn "https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/"
- #fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/
@ 2024-05-06 21:56 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2024-05-06 21:56 UTC (permalink / raw
To: gentoo-commits
commit: a2ab19d656348e08a08d034b4744113533c316b7
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 21:55:32 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon May 6 21:55:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ab19d6
app-laptop/framework-laptop-kmod: add 0_pre20240506, drop 0_pre20240405
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-laptop/framework-laptop-kmod/Manifest | 2 +-
...-0_pre20240405.ebuild => framework-laptop-kmod-0_pre20240506.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest
index b6c8461a30ef..4b674122c18b 100644
--- a/app-laptop/framework-laptop-kmod/Manifest
+++ b/app-laptop/framework-laptop-kmod/Manifest
@@ -1,2 +1,2 @@
DIST framework-laptop-kmod-0_pre20231204.gh.tar.gz 10728 BLAKE2B 921112a6f895c916a6f1403d405472bbb084a84aa42cc80d938f59f692f49a535a8e5613dc01d07b502a86d2a5e4f9c16999d9edf495b75027dbc81f5845da79 SHA512 e104011e15fad74c5d74050844471aaeb20354304f3e6985b6d3f40fa82169d2c7c893a98cf3c49e7a4138c899b0197b3c538454d4494750ce22b50d169440dc
-DIST framework-laptop-kmod-0_pre20240405.gh.tar.gz 13016 BLAKE2B 10a92fbbb1974213846ca4d4bc3bec5074b192661ea46e178c9786f2fbec63fb0beff9439d1d1ae9cd633d83207d5272549ef0975a5c23cfe77219df6513ba24 SHA512 243a51eb454c68433fb74027c6675da1227907c9fcf546ef4ae624c031ee701dbeef49b4cc6b8077d3c9e5284a524e13277518fae7449dd7142899b4c5bb3e5e
+DIST framework-laptop-kmod-0_pre20240506.gh.tar.gz 13327 BLAKE2B 0fe5b1e06d69957d661125b8408e8461cf053b6dcb83ed5b30247e544d9e5b6798a94921e5c0e17c9be4602509e3ffa002156e99805ee60bcaf9648839a6a22c SHA512 a90f8e166969bd8cafa26f8207e54a1dd591db456852c8419100c21ba88fcd3b7e6945ddbe09c1c1e838c120fb7cf131c89ff4b02fcc4c5b66cad0ee0f064f1f
diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240506.ebuild
similarity index 95%
rename from app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild
rename to app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240506.ebuild
index 681b5a814f8f..2cb2c5fce68c 100644
--- a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240405.ebuild
+++ b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20240506.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit linux-mod-r1
-COMMIT_HASH="6ee08ebb558627863236ff00fab98d25f582ac01"
+COMMIT_HASH="cfff3d242c11dc3ebfa70e7771ee1c094bf2f368"
DESCRIPTION="Kernel module to expose more Framework Laptop stuff"
HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod"
SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-06 21:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 18:44 [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/ Patrick McLean
-- strict thread matches above, loose matches on Subject: below --
2024-05-06 21:56 Patrick McLean
2024-05-06 21:56 Patrick McLean
2024-04-06 0:12 Patrick McLean
2023-11-30 7:25 Patrick McLean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox