Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: doc/
Date: Sun, 08 Feb 2015 17:25:33
Message-Id: 1423415773.e921ebf73897d8e5f2f653a39484636c3c4a7c41.dolsen@gentoo
1 commit: e921ebf73897d8e5f2f653a39484636c3c4a7c41
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 8 17:16:13 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 8 17:16:13 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=e921ebf7
7
8 doc/layman.8.txt: last minute updates for plugin name, url updates, repos.conf default
9
10 A few small wording improvements.
11 Whitespace cleanup
12
13 ---
14 doc/layman.8.txt | 20 ++++++++++----------
15 1 file changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/doc/layman.8.txt b/doc/layman.8.txt
18 index f9bfafa..ed9f6d0 100644
19 --- a/doc/layman.8.txt
20 +++ b/doc/layman.8.txt
21 @@ -37,7 +37,7 @@ SYNOPSIS
22
23 DESCRIPTION
24 -----------
25 -*layman* is a script that allows you to add, remove, re-add,
26 +*layman* is a script that allows you to add, remove, re-add,
27 update, disable, and then re-enable Gentoo overlays from a variety
28 of sources.
29
30 @@ -238,7 +238,7 @@ make.conf::
31
32 overlays::
33 Specifies the URL for the remote list of all available overlays.
34 - The default is 'http://www.gentoo.org/proj/en/overlays/repositories.xml'.
35 + The default is 'https://api.gentoo.org/overlays/repositories.xml'.
36 You can specify several URLs here (one per line). The contents will
37 get merged to a single list of overlays. This allows to add a personal
38 collection of overlays that are not present in the global list.
39 @@ -268,7 +268,7 @@ bzr_syncopts::
40 cvs_addopts::
41 cvs_syncopts::
42 ...::
43 - These are command options to include in the commands sent to perform
44 + These are a space separated list of command options to include in the commands sent to perform
45 the desired action.
46
47 Per repository type Post Add, Sync hooks.
48 @@ -278,7 +278,7 @@ cvs_postsync::
49 darcs_postsync::
50 git_postsync::
51 ...::
52 - These are commands that are run after each add, sync operation if they
53 + These are a space separated list of commands that are run after each add, sync operation if they
54 are defined.
55
56 *NEW*Repo Configuration options
57 @@ -292,7 +292,7 @@ allow you to alter particular things regarding the repository configuration::
58 - conf_type::
59 Specifies the repo configuration type you wish to use. This can
60 be *repos.conf*, *make.conf*, or both separated by a comma. The
61 - default value is *make.conf*.
62 + default value is *repos.conf*.
63 - require_repoconfig::
64 Defines whether a configuration file is needed for the package
65 manager or other multi-repository consumer application.
66 @@ -317,7 +317,7 @@ OVERLAY LISTS
67 any configuration files. In order for this to be possible the script
68 needs an external list of possible overlay sources. There is a
69 centralized list available at
70 -'http://www.gentoo.org/proj/en/overlays/repositories.xml'
71 +'https://api.gentoo.org/overlays/repositories.xml'
72 but nothing will prevent you from using or publishing your own
73 list of overlays. The location of the remote lists can also be
74 modified using the *--overlays* option when running *layman*.
75 @@ -333,7 +333,7 @@ will merge the contents of all lists.
76
77 *layman* also allows you to define local files in this list.
78 Just make sure you prepend these path names in standard URL notation with 'file://'.
79 -*layman* also gives you the ability to just add an overlay definition to '/etc/layman/overlays/some-overlay.xml' and it will be automatically available for actions such as
80 +*layman* also gives you the ability to just add an overlay definition to '/etc/layman/overlays/some-overlay.xml' and it will be automatically available for actions such as
81 add, delete, info... (see below for file format details)
82
83 If you need to use a proxy for access to the Internet, you can use
84 @@ -411,7 +411,7 @@ ebuilds of that overlay you can simply do so with the
85
86 LIST OVERLAYS
87 ~~~~~~~~~~~~~
88 -*layman* provides the *--list* and *--list-local* options to print
89 +*layman* provides the *-L*, *--list* and *-l*, *--list-local* options to print
90 a list of available respectively installed overlays.
91
92 Listing will prepend all fully supported overlays with a green
93 @@ -504,7 +504,7 @@ Users can specify a branch for an overlay, given one actually exists.
94 This logic is applicable to CVS overlays as well and the branch variable
95 is comparable to specifying a subpath for a CVS repository.
96
97 -VCS types where the use of "branch" is supported is as follows::
98 +VCS types where the use of "branch" is supported is as follows::
99 - CVS
100 - Squashfs
101 - Tar
102 @@ -527,7 +527,7 @@ with 'file://'. *New* is the ability to just add an overlay definition like
103 ADDING AN OVERLAY GLOBALLY
104 ~~~~~~~~~~~~~~~~~~~~~~~~~~
105 The global list of overlays used by *layman* lies at
106 -'http://www.gentoo.org/proj/en/overlays/repositories.xml'.
107 +'https://api.gentoo.org/overlays/repositories.xml'.
108
109 All Gentoo developers have access to this location via CVS and
110 can modify the list of overlays.