From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1553193-garchives=archives.gentoo.org@lists.gentoo.org> 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C503158089 for <garchives@archives.gentoo.org>; Sat, 9 Sep 2023 13:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D332BC04E; Sat, 9 Sep 2023 13:17:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7E41A2BC04E for <gentoo-commits@lists.gentoo.org>; Sat, 9 Sep 2023 13:17:43 +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 C4EE3335CDF for <gentoo-commits@lists.gentoo.org>; Sat, 9 Sep 2023 13:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE1C115E for <gentoo-commits@lists.gentoo.org>; Sat, 9 Sep 2023 13:17:39 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1694265415.9776059da529c447ede117874e7d0431abac63a3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/jitterentropy/metadata.xml X-VCS-Directories: app-crypt/jitterentropy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9776059da529c447ede117874e7d0431abac63a3 X-VCS-Branch: master Date: Sat, 9 Sep 2023 13:17:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7269ae6-eb7e-4a5e-a376-8b5017ec67f0 X-Archives-Hash: a4821d024b7881a5db4a285ec8a49e86 commit: 9776059da529c447ede117874e7d0431abac63a3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Sep 9 13:16:55 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 9 13:16:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9776059d app-crypt/jitterentropy: indent metadata.xml Signed-off-by: David Seifert <soap <AT> gentoo.org> app-crypt/jitterentropy/metadata.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app-crypt/jitterentropy/metadata.xml b/app-crypt/jitterentropy/metadata.xml index fce25169ae8f..9025bc9ab092 100644 --- a/app-crypt/jitterentropy/metadata.xml +++ b/app-crypt/jitterentropy/metadata.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>gokturk@gentoo.org</email> - <name>Göktürk Yüksek</name> -</maintainer> -<longdescription> - The Jitter RNG provides a noise source using the CPU execution - timing jitter. It does not depend on any system resource other - than a high-resolution time stamp. It is a small-scale, yet - fast entropy source that is viable in almost all environments - and on a lot of CPU architectures. -</longdescription> -<upstream> - <remote-id type="github">smuellerDD/jitterentropy-library</remote-id> -</upstream> + <maintainer type="person"> + <email>gokturk@gentoo.org</email> + <name>Göktürk Yüksek</name> + </maintainer> + <longdescription> + The Jitter RNG provides a noise source using the CPU execution + timing jitter. It does not depend on any system resource other + than a high-resolution time stamp. It is a small-scale, yet + fast entropy source that is viable in almost all environments + and on a lot of CPU architectures. + </longdescription> + <upstream> + <remote-id type="github">smuellerDD/jitterentropy-library</remote-id> + </upstream> </pkgmetadata>