Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r849 - in trunk: . libs man modules
Date: Sun, 25 Sep 2011 14:03:37
Message-Id: 20110925140325.EDBCF20036@flycatcher.gentoo.org
1 Author: ulm
2 Date: 2011-09-25 14:03:25 +0000 (Sun, 25 Sep 2011)
3 New Revision: 849
4
5 Modified:
6 trunk/Makefile.am
7 trunk/libs/Makefile.am
8 trunk/man/Makefile.am
9 trunk/modules/Makefile.am
10 Log:
11 Whitespace.
12
13 Modified: trunk/Makefile.am
14 ===================================================================
15 --- trunk/Makefile.am 2011-09-25 13:57:30 UTC (rev 848)
16 +++ trunk/Makefile.am 2011-09-25 14:03:25 UTC (rev 849)
17 @@ -4,14 +4,16 @@
18 export symlinks := kernel-config profile-config rc-config bashcomp-config
19
20 SUBDIRS = doc man misc bin libs modules
21 -MAINTAINERCLEANFILES = aclocal.m4 \
22 - configure \
23 - Makefile.in \
24 - *.html
25 +MAINTAINERCLEANFILES = \
26 + aclocal.m4 \
27 + configure \
28 + Makefile.in \
29 + *.html
30
31 -EXTRA_DIST = autogen.bash \
32 - ChangeLog \
33 - $(doc_files)
34 +EXTRA_DIST = \
35 + autogen.bash \
36 + ChangeLog \
37 + $(doc_files)
38
39 html: $(foreach f, $(doc_files), $(f).html)
40 cd doc && $(MAKE) html
41
42 Modified: trunk/libs/Makefile.am
43 ===================================================================
44 --- trunk/libs/Makefile.am 2011-09-25 13:57:30 UTC (rev 848)
45 +++ trunk/libs/Makefile.am 2011-09-25 14:03:25 UTC (rev 849)
46 @@ -1,30 +1,30 @@
47 eselectlibsdir = $(datadir)/$(PACKAGE_NAME)/libs/
48
49 eselectlibs_DATA = \
50 - config.bash \
51 - core.bash \
52 - default.eselect \
53 - editor-variable.bash \
54 - manip.bash \
55 - multilib.bash \
56 - output.bash \
57 - package-manager.bash \
58 - path-manipulation.bash \
59 - skel.bash \
60 - tests.bash
61 + config.bash \
62 + core.bash \
63 + default.eselect \
64 + editor-variable.bash \
65 + manip.bash \
66 + multilib.bash \
67 + output.bash \
68 + package-manager.bash \
69 + path-manipulation.bash \
70 + skel.bash \
71 + tests.bash
72
73 EXTRA_DIST = \
74 - config.bash.in \
75 - core.bash.in \
76 - default.eselect.in \
77 - editor-variable.bash.in \
78 - manip.bash.in \
79 - multilib.bash.in \
80 - output.bash.in \
81 - package-manager.bash.in \
82 - path-manipulation.bash.in \
83 - skel.bash.in \
84 - tests.bash.in
85 + config.bash.in \
86 + core.bash.in \
87 + default.eselect.in \
88 + editor-variable.bash.in \
89 + manip.bash.in \
90 + multilib.bash.in \
91 + output.bash.in \
92 + package-manager.bash.in \
93 + path-manipulation.bash.in \
94 + skel.bash.in \
95 + tests.bash.in
96
97 dosed = @SED@ \
98 -e 's,\@SED\@,@SED@,g' \
99
100 Modified: trunk/man/Makefile.am
101 ===================================================================
102 --- trunk/man/Makefile.am 2011-09-25 13:57:30 UTC (rev 848)
103 +++ trunk/man/Makefile.am 2011-09-25 14:03:25 UTC (rev 849)
104 @@ -1,14 +1,15 @@
105 -man_MANS = eselect.1 \
106 - bashcomp.eselect.5 \
107 - binutils.eselect.5 \
108 - editor.eselect.5 \
109 - env.eselect.5 \
110 - kernel.eselect.5 \
111 - news.eselect.5 \
112 - pager.eselect.5 \
113 - profile.eselect.5 \
114 - rc.eselect.5 \
115 - visual.eselect.5
116 +man_MANS = \
117 + eselect.1 \
118 + bashcomp.eselect.5 \
119 + binutils.eselect.5 \
120 + editor.eselect.5 \
121 + env.eselect.5 \
122 + kernel.eselect.5 \
123 + news.eselect.5 \
124 + pager.eselect.5 \
125 + profile.eselect.5 \
126 + rc.eselect.5 \
127 + visual.eselect.5
128
129 EXTRA_DIST = $(man_MANS)
130 MAINTAINERCLEANFILES = Makefile.in
131
132 Modified: trunk/modules/Makefile.am
133 ===================================================================
134 --- trunk/modules/Makefile.am 2011-09-25 13:57:30 UTC (rev 848)
135 +++ trunk/modules/Makefile.am 2011-09-25 14:03:25 UTC (rev 849)
136 @@ -1,20 +1,21 @@
137 modulesdir=$(datadir)/$(PACKAGE_NAME)/modules/
138
139 modules_DATA = \
140 - bashcomp.eselect \
141 - binutils.eselect \
142 - editor.eselect \
143 - env.eselect \
144 - kernel.eselect \
145 - locale.eselect \
146 - modules.eselect \
147 - news.eselect \
148 - pager.eselect \
149 - profile.eselect \
150 - rc.eselect \
151 - visual.eselect
152 + bashcomp.eselect \
153 + binutils.eselect \
154 + editor.eselect \
155 + env.eselect \
156 + kernel.eselect \
157 + locale.eselect \
158 + modules.eselect \
159 + news.eselect \
160 + pager.eselect \
161 + profile.eselect \
162 + rc.eselect \
163 + visual.eselect
164
165 -EXTRA_DIST = $(modules_DATA) \
166 - cow.eselect
167 +EXTRA_DIST = \
168 + $(modules_DATA) \
169 + cow.eselect
170
171 MAINTAINERCLEANFILES = Makefile.in