mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
- Added remote-id to metadata.xml. - Added -1.0.5-r1 which uses code from ryzen_smu-0.1.5 to work with the kernel module created by it (see https://github.com/hattedsquirrel/ryzen_monitor/issues/25). The source archive already contains a copy of ryzen_smu-0.1.2, which get's replaced with the current ryzen_smu version. ryzen_smu is needed to run ryzen_monitor so the source archive should always be present. - Added -1.0.6_pre snapshot from latest commit with improved Cezanne support Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34019 Signed-off-by: Florian Schmaus <flow@gentoo.org>
17 lines
551 B
XML
17 lines
551 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>negril.nx+gentoo@gmail.com</email>
|
|
<name>Paul Zander</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">hattedsquirrel/ryzen_monitor</remote-id>
|
|
<remote-id type="gitlab">leogx9r/ryzen_smu</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|