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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67A7715812D for ; Mon, 06 Jan 2025 03:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E99E0636; Mon, 06 Jan 2025 03:28:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99CBAE0636 for ; Mon, 06 Jan 2025 03:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1BF433BF36 for ; Mon, 06 Jan 2025 03:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 639E8AED for ; Mon, 06 Jan 2025 03:28:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736134093.80248f8e6cea00056e0d0c0097bc9d472d7c8666.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtpms/libtpms-0.10.0.ebuild dev-libs/libtpms/libtpms-0.9.6.ebuild X-VCS-Directories: dev-libs/libtpms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80248f8e6cea00056e0d0c0097bc9d472d7c8666 X-VCS-Branch: master Date: Mon, 06 Jan 2025 03:28:51 +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: 47cb8346-7306-4ed9-acdd-c19013322aee X-Archives-Hash: 3ea9bb72a0d53fcb08bc44409cf4a267 commit: 80248f8e6cea00056e0d0c0097bc9d472d7c8666 Author: Sam James gentoo org> AuthorDate: Mon Jan 6 03:28:09 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 03:28:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80248f8e dev-libs/libtpms: update DESCRIPTION (fix typo) Signed-off-by: Sam James gentoo.org> dev-libs/libtpms/libtpms-0.10.0.ebuild | 2 +- dev-libs/libtpms/libtpms-0.9.6.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libtpms/libtpms-0.10.0.ebuild b/dev-libs/libtpms/libtpms-0.10.0.ebuild index c30b819c2b66..c3ecb44b4b6b 100644 --- a/dev-libs/libtpms/libtpms-0.10.0.ebuild +++ b/dev-libs/libtpms/libtpms-0.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools -DESCRIPTION="Library providing software emultion of a TPM" +DESCRIPTION="Library providing software emulation of a TPM" HOMEPAGE="https://github.com/stefanberger/libtpms" SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-libs/libtpms/libtpms-0.9.6.ebuild b/dev-libs/libtpms/libtpms-0.9.6.ebuild index b78b99d4a24a..5dda33f6cd23 100644 --- a/dev-libs/libtpms/libtpms-0.9.6.ebuild +++ b/dev-libs/libtpms/libtpms-0.9.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools -DESCRIPTION="Library providing software emultion of a TPM" +DESCRIPTION="Library providing software emulation of a TPM" HOMEPAGE="https://github.com/stefanberger/libtpms" SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"