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 BA790138331 for ; Mon, 12 Sep 2016 06:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A960E0B88; Mon, 12 Sep 2016 06:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0D2FE0B88 for ; Mon, 12 Sep 2016 06:04:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F391E340836 for ; Mon, 12 Sep 2016 06:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312512464 for ; Mon, 12 Sep 2016 06:04:32 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1473660246.d07a002161d338b2d6332e65d566f1a251e04781.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sks/sks-1.1.5-r3.ebuild net-misc/sks/sks-1.1.6.ebuild X-VCS-Directories: net-misc/sks/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d07a002161d338b2d6332e65d566f1a251e04781 X-VCS-Branch: master Date: Mon, 12 Sep 2016 06:04:32 +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: 0b47ef61-062c-46a5-8d55-49f772783018 X-Archives-Hash: dca742131a32c8ef91295127a3679e1c commit: d07a002161d338b2d6332e65d566f1a251e04781 Author: Pavel Kulyov gmail com> AuthorDate: Mon Sep 12 00:26:48 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Sep 12 06:04:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07a0021 net-misc/sks: fix typo 'databse'->'database'. Closes: https://github.com/gentoo/gentoo/pull/2308 Signed-off-by: Patrice Clement gentoo.org> net-misc/sks/sks-1.1.5-r3.ebuild | 2 +- net-misc/sks/sks-1.1.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/sks/sks-1.1.5-r3.ebuild b/net-misc/sks/sks-1.1.5-r3.ebuild index f7a6c13..edf20b6 100644 --- a/net-misc/sks/sks-1.1.5-r3.ebuild +++ b/net-misc/sks/sks-1.1.5-r3.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="optimize test" DOC_CONTENTS="To get sks running, first build the database, -start the databse, import atleast one key, then +start the database, import atleast one key, then run a cleandb. See the sks man page for more information Typical DB_CONFIG file and sksconf has been installed in /var/lib/sks and can be used as templates by renaming diff --git a/net-misc/sks/sks-1.1.6.ebuild b/net-misc/sks/sks-1.1.6.ebuild index 80ee291..8a22c82 100644 --- a/net-misc/sks/sks-1.1.6.ebuild +++ b/net-misc/sks/sks-1.1.6.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="optimize test" DOC_CONTENTS="To get sks running, first build the database, -start the databse, import atleast one key, then +start the database, import atleast one key, then run a cleandb. See the sks man page for more information Typical DB_CONFIG file and sksconf has been installed in /var/lib/sks and can be used as templates by renaming