From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F8E51382C5 for ; Tue, 15 Jun 2021 23:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F61BE08FC; Tue, 15 Jun 2021 23:05:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67613E08FC for ; Tue, 15 Jun 2021 23:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74E5E340E7C for ; Tue, 15 Jun 2021 23:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625587B2 for ; Tue, 15 Jun 2021 23:04:56 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1623798003.b646f27ddb9b3fdde545a92f3b88adbe39738dd2.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsmbios/metadata.xml X-VCS-Directories: sys-libs/libsmbios/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b646f27ddb9b3fdde545a92f3b88adbe39738dd2 X-VCS-Branch: master Date: Tue, 15 Jun 2021 23:04:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66352f36-0574-4b88-9ea1-a948a07fca0e X-Archives-Hash: a5171f40f981da35e23d4917d0044d9f commit: b646f27ddb9b3fdde545a92f3b88adbe39738dd2 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jun 15 23:00:03 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jun 15 23:00:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b646f27d sys-libs/libsmbios: add myself as co-maintainer Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> sys-libs/libsmbios/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-libs/libsmbios/metadata.xml b/sys-libs/libsmbios/metadata.xml index 426debbdad9..842c57e6157 100644 --- a/sys-libs/libsmbios/metadata.xml +++ b/sys-libs/libsmbios/metadata.xml @@ -5,6 +5,10 @@ polynomial-c@gentoo.org Lars Wendler + + whissi@gentoo.org + Thomas Deutschmann + The libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries.