Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd/files: wicd-1.5.3-wicd-client-manpage.patch
Date: Mon, 29 Sep 2008 22:07:30
Message-Id: E1KkQtr-0003ta-01@stork.gentoo.org
1 darkside 08/09/29 22:07:26
2
3 Added: wicd-1.5.3-wicd-client-manpage.patch
4 Log:
5 add patch to install new man page, submitted upstream. bring ~ppc kw forward to new version as well
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch?rev=1.1&content-type=text/plain
13
14 Index: wicd-1.5.3-wicd-client-manpage.patch
15 ===================================================================
16 Index: setup.py
17 ===================================================================
18 --- setup.py (revision 488)
19 +++ setup.py (working copy)
20 @@ -311,6 +311,7 @@
21 if not wpath.no_install_init:
22 data.append(( wpath.init, [ wpath.initfile ]))
23 if not wpath.no_install_man:
24 + data.append(( wpath.mandir + 'man1/', [ 'man/wicd-client.1' ]))
25 data.append(( wpath.mandir + 'man8/', [ 'man/wicd.8' ]))
26 data.append(( wpath.mandir + 'man5/', [ 'man/wicd-manager-settings.conf.5' ]))
27 data.append(( wpath.mandir + 'man5/', [ 'man/wicd-wired-settings.conf.5' ]))
28 Index: in/man=wicd-client.1.in
29 ===================================================================
30 --- in/man=wicd-client.1.in (revision 0)
31 +++ in/man=wicd-client.1.in (revision 0)
32 @@ -0,0 +1,15 @@
33 +.TH WICD-CLIENT "1" "September 2008" "wicd-client " "User Commands"
34 +.SH NAME
35 +wicd-client \- manual page for wicd-client
36 +.SH DESCRIPTION
37 +wireless (and wired) connection daemon front\-end.
38 +.SS "Arguments:"
39 +.TP
40 +\fB\-n\fR \fB\-\-no\-tray\fR
41 +Run wicd without the tray icon.
42 +.TP
43 +\fB\-h\fR \fB\-\-help\fR
44 +Print this help information.
45 +.TP
46 +\fB\-a\fR \fB\-\-no\-animate\fR
47 +Run the tray without network traffic tray animations.