Skip to content

Commit

Permalink
Rename gkey-gen to gkeys-gen for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Ratis committed Jan 8, 2015
1 parent 5c4b8d7 commit b04153d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions gkeys-gen/gkeygen/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'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
Expand Down Expand Up @@ -91,7 +91,7 @@
'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
Expand Down
4 changes: 2 additions & 2 deletions gkeys-gen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(self):
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)
Expand Down Expand Up @@ -84,7 +84,7 @@ def finalize_options(self):
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/*')),
Expand Down
2 changes: 1 addition & 1 deletion gkeys/etc/gkeys.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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:


Expand Down

0 comments on commit b04153d

Please sign in to comment.