Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 907844
Collapse All | Expand All

(-)a/ChangeLog (+5 lines)
Lines 1-3 Link Here
1
2023-06-04  Ulrich Müller  <ulm@gentoo.org>
2
3
	* doc/developer-guide.txt: Add subsection about module testing.
4
	Thanks to torsi@fi.uba.ar for the suggestion. Bug 907844.
5
1
2023-05-11  Ulrich Müller  <ulm@gentoo.org>
6
2023-05-11  Ulrich Müller  <ulm@gentoo.org>
2
7
3
	* bin/eselect.in: Update shebang to use EPREFIX. Bug 905934.
8
	* bin/eselect.in: Update shebang to use EPREFIX. Bug 905934.
(-)a/doc/developer-guide.txt (-1 / +8 lines)
Lines 164-169 All modules contributed to eselect should have a header indicating Link Here
164
copyright. This must be an exact copy of the header in the above
164
copyright. This must be an exact copy of the header in the above
165
example (except for the years, of course).
165
example (except for the years, of course).
166
166
167
Adding modules for testing
168
--------------------------
169
170
eselect modules can be manually added to the system. This is specially
171
useful when an eselect module is being developed and needs testing.
172
Copying (or symlinking) the eselect module to ``~/.eselect/modules/``
173
will make eselect aware of it.
174
167
Standard action names
175
Standard action names
168
---------------------
176
---------------------
169
177
170
- 

Return to bug 907844