Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1151 - emacs-updater
Date: Tue, 04 Nov 2008 22:10:27
Message-Id: E1KxU6S-0006Id-Vs@stork.gentoo.org
1 Author: ulm
2 Date: 2008-11-04 22:10:24 +0000 (Tue, 04 Nov 2008)
3 New Revision: 1151
4
5 Modified:
6 emacs-updater/ChangeLog
7 emacs-updater/Makefile
8 emacs-updater/emacs-updater
9 emacs-updater/emacs-updater.8
10 Log:
11 Update man page, prepare for release of version 1.1.
12
13 Modified: emacs-updater/ChangeLog
14 ===================================================================
15 --- emacs-updater/ChangeLog 2008-11-04 15:42:01 UTC (rev 1150)
16 +++ emacs-updater/ChangeLog 2008-11-04 22:10:24 UTC (rev 1151)
17 @@ -1,3 +1,11 @@
18 +2008-11-04 Ulrich Mueller <ulm@g.o>
19 +
20 + * Version 1.1 released.
21 +
22 + * Makefile (DISTFILES): Add man page.
23 +
24 + * emacs-updater.8: Describe --exact option.
25 +
26 2008-10-31 Christian Faulhammer <opfer@g.o>
27
28 * emacs-updater (TMPFILE, PKGFILE): Respect TMPDIR variable from
29
30 Modified: emacs-updater/Makefile
31 ===================================================================
32 --- emacs-updater/Makefile 2008-11-04 15:42:01 UTC (rev 1150)
33 +++ emacs-updater/Makefile 2008-11-04 22:10:24 UTC (rev 1151)
34 @@ -5,7 +5,7 @@
35 PV = $(shell sed '/^VERSION/!d;s/[^0-9.]*\([^ \t]*\).*/\1/;q' emacs-updater)
36 P = $(PN)-$(PV)
37
38 -DISTFILES = emacs-updater ChangeLog
39 +DISTFILES = emacs-updater emacs-updater.8 ChangeLog
40
41
42 .PHONY: all dist clean
43
44 Modified: emacs-updater/emacs-updater
45 ===================================================================
46 --- emacs-updater/emacs-updater 2008-11-04 15:42:01 UTC (rev 1150)
47 +++ emacs-updater/emacs-updater 2008-11-04 22:10:24 UTC (rev 1151)
48 @@ -8,7 +8,7 @@
49 # Christian Faulhammer <opfer@g.o>
50 # Ulrich Mueller <ulm@g.o>
51
52 -VERSION=1.1_pre
53 +VERSION=1.1
54 SITELISP=/usr/share/emacs/site-lisp
55
56 # Default actions
57
58 Modified: emacs-updater/emacs-updater.8
59 ===================================================================
60 --- emacs-updater/emacs-updater.8 2008-11-04 15:42:01 UTC (rev 1150)
61 +++ emacs-updater/emacs-updater.8 2008-11-04 22:10:24 UTC (rev 1151)
62 @@ -2,7 +2,7 @@
63 .\" Distributed under the terms of the GNU General Public License v2
64 .\" $Id: $
65 .\"
66 -.TH "emacs-updater" 8 "September 2008" "Gentoo Linux"
67 +.TH "emacs-updater" 8 "November 2008" "Gentoo Linux"
68 .SH NAME
69 emacs-updater \- rebuild Emacs packages
70 .SH SYNOPSIS
71 @@ -26,6 +26,9 @@
72
73 .RI "(default: " sitedir ", " rebuild ")"
74 .TP
75 +.B "-e, --exact"
76 +Match exact versions when remerging packages
77 +.TP
78 .B "-n, --nocolour"
79 Disable colour in output
80 .TP