1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
ChangeLog for eclectic
2005-05-09 Ciaran McCreesh <ciaranm@gentoo.org>
* doc/developer-guide.txt: Update with new functions.
* Merge from branches/ciaranm/config:
* bin/eclectic.in: Better prefix/suffix support. Now recognises
prefixes config-, update-, manage- and suffixes -config, -update,
-tool, -manager.
* libs/output.bash.in, libs/core.bash.in: Add highlight_warning
function.
* bin/eclectic.in, libs/tests.bash.in, libs/Makefile.am: Add tests
library. Currently one function, is_number.
* libs/default.eclectic.in: Allow show_extra_help_text as part of
the default help action. Show extra usage message if appropriate.
* modules/config.eclectic, modules/Makefile.am: Add initial version of
the config plugin. Not production ready.
2005-05-08 Aaron Walker <ka0ttic@gentoo.org>
* Makefile.am: no foreign.
* Tag 0.9.2 release.
* configure.in: Update version (0.9.2).
* modules/profile.eclectic: Re-fix profile module since the
profile-symlink -> profile move reverted the changes.
* modules/bashcomp.eclectic: do_show should return 0.
* bin/eclectic.in, bin/Makefile.am: Use %VERSION%.
2005-05-08 Ciaran McCreesh <ciaranm@gentoo.org>
* libs/output.bash.in, libs/core.bash.in: Add in somewhat experimental
text highlighting functionality.
* doc/developer-guide.txt: Document highlight function.
2005-05-08 Danny van Dyk <kugelfang@gentoo.org>
* modules/blas.eclectic: update -> scan transition complete.
* modules/lapack.eclectic: update -> scan. Fixed directory settings
for lapack-atlas and lapack-reference.
2005-05-08 Tom Martin <slarti@gentoo.org>
* modules/mailer.eclectic: Fix find_targets. If the glob didn't
match, it was interpreted as a literal string. Fix a stupid typo
(findi_targets -> find_targets).
2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
* Tag for release 0.9.1
* configure.in: Version is now 0.9.1.
* doc/user-guide.txt, doc-developer.txt: Clarify update and scan
action definitions, update formatting and wording.
2005-05-07 Danny van Dyk <kugelfang@gentoo.org>
* doc/user-guide.txt: Added a first draft of the user docs.
2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
* doc/developer-guide.txt: Fix formatting, typos. Add a bit more about
how eclectic works.
* doc/Makefile.am: Make this much more generic.
* misc/Makefile.am: Add Makefile.in to maintainer-clean targets.
2005-05-07 Tom Martin <slarti@gentoo.org>
* man/mailer.eclectic.5: Add a man page for mailer.eclectic.
* modules/mailer.eclectic: Add a check_dirs() function for
sanity checking /etc/mail/.
2005-05-07 Danny van Dyk <kugelfang@gentoo.org>
* man/profile.eclectic.5: Fixed typos.
* doc/developer-guide.txt: Added descriptions for the multilib.bash
and config.bash functions.
2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
* doc/: Add initial developer docs.
* libs/core.bash.in: Fix bug in has so that it is consistent with
portage syntax.
* modules/blas.eclectic, modules/lapack.eclectic: Update to new has
syntax.
2005-05-07 Aaron Walker <ka0ttic@gentoo.org>
* modules/profile-symlink.eclectic: Fix sed to use current
profiles.desc format. Also, ensure that explicitly specified profiles
are actually valid for the host arch.
* man/Makefile.am: Add missing manual pages.
* man/profile.eclectic.5: Add missing '.br'.
* configure.in, Makefile.am, doc/Makefile.am: Added Makefile.am for
doc/ with html target.
2005-05-07 Danny van Dyk <kugelfang@gentoo.org>
* libs/output.bash.in: Added function 'space'.
* libs/default.eclectic.in: Fixed do_usage to filter 'action'.
* man/blas.eclectic: Added missing Section 'ACTION: SET'.
* man/lapack.eclectic: Added a manpage for the lapack module.
* man/profile.eclectic: Added a manpage for profile.
* modules/blas.eclectic: Finalized this module.
* modules/lapack.eclectic: Added lapack module.
2005-04-25 Tom Martin <slarti@gentoo.org>
* modules/mailer.eclectic: Added mailwrapper module.
2005-04-11 Aaron Walker <ka0ttic@gentoo.org>
* man/Makefile.am: forgot to add $(man_MANS) to EXTRA_DIST.
* modules/profile.eclectic: Added make.profile module.
* modules/bashcomp.eclectic: Fixed do_list to ignore *~.
* misc/Makefile.am: Added Makefile.am.
* misc/eclectic.bashcomp: Added eclectic command-line completion.
2005-04-10 Aaron Walker <ka0ttic@gentoo.org>
* man/Makefile.am: Added Makefile.am.
2005-04-07 Danny van Dyk <kugelfang@gentoo.org>
* modules/blas.eclectic: Added package information to outputs.
* man/blas.eclectic.1: Added a manpage for the blas module.
2005-04-04 Danny van Dyk <kugelfang@gentoo.org>
* man/eclectic.1: Added a rudimental manpage.
2005-03-24 Danny van Dyk <kugelfang@gentoo.org>
* libs/config.bash.in: Fixed store_config(), added add_config().
* libs/core.bash.in: Added function has().
* libs/multilib.bash.in: Added multilib library.
* modules/blas.eclectic: Added blas module.
2005-02-22 Aaron Walker <ka0ttic@gentoo.org>
* modules/bashcomp.eclectic: Added bashcomp module.
2005-02-22 Ciaran McCreesh <ciaranm@gentoo.org>
* ChangeLog: Start keeping a ChangeLog. GNU format.
|