From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 156C2138A1A for ; Fri, 9 Jan 2015 21:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71107E0870; Fri, 9 Jan 2015 21:07:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB9EDE086F for ; Fri, 9 Jan 2015 21:07:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D01BE34066F for ; Fri, 9 Jan 2015 21:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92176F3A6 for ; Fri, 9 Jan 2015 21:07:27 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1420749890.b04153d6d401a9e9bbc0aebc4bbec3e0021fe4ec.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/, gkeys/etc/, gkeys-gen/gkeygen/, gkeys-gen/bin/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys-gen/bin/gkey-gen gkeys-gen/bin/gkeys-gen gkeys-gen/gkeygen/actions.py gkeys-gen/setup.py gkeys/etc/gkeys.conf X-VCS-Directories: gkeys/etc/ gkeys-gen/bin/ gkeys-gen/gkeygen/ gkeys-gen/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b04153d6d401a9e9bbc0aebc4bbec3e0021fe4ec X-VCS-Branch: master Date: Fri, 9 Jan 2015 21:07:27 +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: 723b540d-b34a-4244-b30a-0d1d852b2c75 X-Archives-Hash: f3b93e835d6c71c8f6d1425369fab2a3 commit: b04153d6d401a9e9bbc0aebc4bbec3e0021fe4ec Author: Pavlos Ratis gentoo org> AuthorDate: Thu Jan 8 20:42:20 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Jan 8 20:44:50 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=b04153d6 Rename gkey-gen to gkeys-gen for consistency --- gkeys-gen/bin/{gkey-gen => gkeys-gen} | 0 gkeys-gen/gkeygen/actions.py | 4 ++-- gkeys-gen/setup.py | 4 ++-- gkeys/etc/gkeys.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gkeys-gen/bin/gkey-gen b/gkeys-gen/bin/gkeys-gen similarity index 100% rename from gkeys-gen/bin/gkey-gen rename to gkeys-gen/bin/gkeys-gen diff --git a/gkeys-gen/gkeygen/actions.py b/gkeys-gen/gkeygen/actions.py index 8f8c81a..2c1467e 100644 --- a/gkeys-gen/gkeygen/actions.py +++ b/gkeys-gen/gkeygen/actions.py @@ -35,7 +35,7 @@ Action_Map = OrderedDict({ 'options': ['spec', 'dest'], 'desc': '''Generate a gpg key using a spec file''', 'long_desc': '''Generate a gpg key using a spec file''', - 'example': '''$ gkey-gen gen-key + 'example': '''$ gkeys-gen gen-key GPG key creator Spec file..: glep-63-recommended @@ -91,7 +91,7 @@ Continue?[y/n]: y 'desc': '''List spec file definitions (spec names) found in the config''', 'long_desc': '''List spec file definitions (spec names) found in the config. The default-spec setting when the pkg was installed is set to glep-63-recommended.''', - 'example': '''$ gkey-gen list-specs + 'example': '''$ gkeys-gen list-specs Gkey task results: Specs defined: glep-63, default-spec, glep-63-recommended diff --git a/gkeys-gen/setup.py b/gkeys-gen/setup.py index 5fae8f4..2772732 100755 --- a/gkeys-gen/setup.py +++ b/gkeys-gen/setup.py @@ -55,7 +55,7 @@ class build_man(Command): basepath = os.path.dirname(__file__) docpath = os.path.join(basepath, 'doc') templatepath = os.path.dirname(manpages.__file__) - man = manpages.ManPage('gkey-gen', __version__, None, + man = manpages.ManPage('gkeys-gen', __version__, None, docpath, Gkeys_Map['authors']) man.read_template(templatepath, 'command.template') man.make_prog(Gkeys_Map) @@ -84,7 +84,7 @@ setup( url="https://wiki.gentoo.org/wiki/Project:Gentoo-keys", download_url='', packages=['gkeygen'], - scripts=['bin/gkey-gen'], + scripts=['bin/gkeys-gen'], data_files=[ (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/gkeys/'), ['etc/gkeys-gen.conf']), (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'usr/share/man/man1'), glob('doc/*')), diff --git a/gkeys/etc/gkeys.conf b/gkeys/etc/gkeys.conf index 19f843a..7a774be 100644 --- a/gkeys/etc/gkeys.conf +++ b/gkeys/etc/gkeys.conf @@ -74,7 +74,7 @@ gentoo-devs: %(seedsdir)s/gentoo-devs.seeds # Add sign here for ability to choose as a category # but leave the value blank to prevent accidental changes # this subdir directory is where you would copy your gpghome directories to -# after creating your key with gkey-gen. Name them the same as the nick you use. +# after creating your key with gkeys-gen. Name them the same as the nick you use. #sign: