public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/eselect:master commit in: doc/, /
@ 2018-05-30 16:01 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2018-05-30 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     75d2ff149684a5b0650abc8256931ae4a224c610
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:35:59 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:35:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=75d2ff14

Replace "dep atom" by "package dependency specification".

* doc/developer-guide.txt: Replace the term "dep atom" by
"package dependency specification".

 ChangeLog               | 3 +++
 doc/developer-guide.txt | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f6510e..821e7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-29  Ulrich Müller  <ulm@gentoo.org>
 
+	* doc/developer-guide.txt: Replace the term "dep atom" by
+	"package dependency specification".
+
 	* libs/multilib.bash.in (get_libdir): New function.
 	* doc/developer-guide.txt: Describe it.
 	* libs/Makefile.am (dosed): Substitute @libdir@.

diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 408b2a7..076c5ca 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -503,13 +503,13 @@ The ``best_version`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
 
 The ``best_version`` function returns the highest available version for
-a given package dep atom.
+a given package dependency specification.
 
 The ``has_version`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,
 
-The ``has_version`` function checks whether a given versioned package
-dep atom is installed.
+The ``has_version`` function checks whether a package matching a given
+dependency specification is installed.
 
 The ``get_repositories`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: doc/, /
@ 2023-06-04 18:39 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2023-06-04 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 17:35:26 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:35:26 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5f3a0c3c

Add subsection about module testing to developer guide

* doc/developer-guide.txt: Add subsection about module testing.
Thanks to torsi <AT> fi.uba.ar for the suggestion. Bug 907844.

Original-author: Lemon Lime <torsi <AT> fi.uba.ar>
Closes: https://bugs.gentoo.org/907844
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog               | 5 +++++
 doc/developer-guide.txt | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ce13578..afa6885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-04  Ulrich Müller  <ulm@gentoo.org>
+
+	* doc/developer-guide.txt: Add subsection about module testing.
+	Thanks to torsi@fi.uba.ar for the suggestion. Bug 907844.
+
 2023-05-11  Ulrich Müller  <ulm@gentoo.org>
 
 	* bin/eselect.in: Update shebang to use EPREFIX. Bug 905934.

diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 694b64d..16393cb 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -164,6 +164,14 @@ All modules contributed to eselect should have a header indicating
 copyright. This must be an exact copy of the header in the above
 example (except for the years, of course).
 
+Adding modules for testing
+--------------------------
+
+eselect modules can be manually added to the system. This is specially
+useful when an eselect module is being developed and needs testing.
+Copying (or symlinking) the eselect module to ``~/.eselect/modules/``
+will make eselect aware of it.
+
 Standard action names
 ---------------------
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-04 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-30 16:01 [gentoo-commits] proj/eselect:master commit in: doc/, / Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2023-06-04 18:39 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox