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 15B35139084 for ; Sat, 25 Nov 2017 19:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CB7E0E47; Sat, 25 Nov 2017 19:55:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E50C1E0E47 for ; Sat, 25 Nov 2017 19:55:38 +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 BD67333D3CE for ; Sat, 25 Nov 2017 19:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33BC3A776 for ; Sat, 25 Nov 2017 19:55:34 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1511639637.0cb13d5214ee0948328f6232ec9d60002c7b8ef4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bogosort/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bogosort/metadata.xml X-VCS-Directories: app-text/bogosort/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0cb13d5214ee0948328f6232ec9d60002c7b8ef4 X-VCS-Branch: master Date: Sat, 25 Nov 2017 19:55:34 +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-Archives-Salt: 25971a51-f390-4b70-9bcb-b01973bb53cd X-Archives-Hash: e971d7dd5378f5510c2176c1a5b13348 commit: 0cb13d5214ee0948328f6232ec9d60002c7b8ef4 Author: David Seifert gentoo org> AuthorDate: Sat Nov 25 18:04:41 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 25 19:53:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb13d52 app-text/bogosort: [QA] Consistent whitespace in metadata.xml app-text/bogosort/metadata.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/bogosort/metadata.xml b/app-text/bogosort/metadata.xml index 8d70e291eb6..46dbedede5f 100644 --- a/app-text/bogosort/metadata.xml +++ b/app-text/bogosort/metadata.xml @@ -1,11 +1,11 @@ - - shell-tools@gentoo.org - Gentoo Shell Tools Project - - + + shell-tools@gentoo.org + Gentoo Shell Tools Project + + The bogosort will sort a file in a similar way to sort(1), but using the bogosort algorithm rather than the conventional qsort. The tool can also randomise the lines in its input.