public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/4] linux-mod-r1.eclass: new eclass, rewrite of -r0
@ 2023-05-26  4:02 Ionen Wolkens
  2023-05-26  4:02 ` [gentoo-dev] [PATCH 1/4] profiles/use.desc: create USE=strip global USE flag Ionen Wolkens
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ionen Wolkens @ 2023-05-26  4:02 UTC (permalink / raw
  To: gentoo-dev

Posting here for early general feedback / review, see also the PR[1].

Please try to migrate some ebuilds using it, small issues / nitpicks
can be resolved anytime but usage changes could be messy after merge.

Refer to eclass docs for usage and migration instructions. Commit
message for linux-mod-r1 gives an overview of feature differences
with -r0.

Including a simple migrated ebuild (ryzen_smu) to show what it
looks like. PR[1] has additional ones, currently: nvidia-drivers,
virtualbox-modules, xpadneo, and zfs-kmod.

[1] https://github.com/gentoo/gentoo/pull/31154

Ionen Wolkens (4):
  profiles/use.desc: create USE=strip global USE flag
  profiles/use.desc: create USE=modules-sign global USE flag
  linux-mod-r1.eclass: new eclass, rewrite of linux-mod.eclass
  app-admin/ryzen_smu: migrate to linux-mod-r1

 .../ryzen_smu-0.1.2_p20211205-r1.ebuild       |   28 +
 eclass/linux-mod-r1.eclass                    | 1199 +++++++++++++++++
 profiles/use.desc                             |    2 +
 3 files changed, 1229 insertions(+)
 create mode 100644 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
 create mode 100644 eclass/linux-mod-r1.eclass

-- 
2.40.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-29 13:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26  4:02 [gentoo-dev] [PATCH 0/4] linux-mod-r1.eclass: new eclass, rewrite of -r0 Ionen Wolkens
2023-05-26  4:02 ` [gentoo-dev] [PATCH 1/4] profiles/use.desc: create USE=strip global USE flag Ionen Wolkens
2023-05-26  5:06   ` Sam James
2023-05-26  5:25     ` Ionen Wolkens
2023-05-26  4:02 ` [gentoo-dev] [PATCH 2/4] profiles/use.desc: create USE=modules-sign " Ionen Wolkens
2023-05-26  4:02 ` [gentoo-dev] [PATCH 3/4] linux-mod-r1.eclass: new eclass, rewrite of linux-mod.eclass Ionen Wolkens
2023-05-28 12:41   ` [gentoo-dev] [PATCH v2] " Ionen Wolkens
2023-05-29 13:10     ` Ionen Wolkens
2023-05-26  4:02 ` [gentoo-dev] [PATCH 4/4] app-admin/ryzen_smu: migrate to linux-mod-r1 Ionen Wolkens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox