Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: doc/, /
Date: Wed, 30 May 2018 16:02:03
Message-Id: 1527611759.75d2ff149684a5b0650abc8256931ae4a224c610.ulm@gentoo
1 commit: 75d2ff149684a5b0650abc8256931ae4a224c610
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 16:35:59 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 16:35:59 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=75d2ff14
7
8 Replace "dep atom" by "package dependency specification".
9
10 * doc/developer-guide.txt: Replace the term "dep atom" by
11 "package dependency specification".
12
13 ChangeLog | 3 +++
14 doc/developer-guide.txt | 6 +++---
15 2 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/ChangeLog b/ChangeLog
18 index 4f6510e..821e7c9 100644
19 --- a/ChangeLog
20 +++ b/ChangeLog
21 @@ -1,5 +1,8 @@
22 2018-05-29 Ulrich Müller <ulm@g.o>
23
24 + * doc/developer-guide.txt: Replace the term "dep atom" by
25 + "package dependency specification".
26 +
27 * libs/multilib.bash.in (get_libdir): New function.
28 * doc/developer-guide.txt: Describe it.
29 * libs/Makefile.am (dosed): Substitute @libdir@.
30
31 diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
32 index 408b2a7..076c5ca 100644
33 --- a/doc/developer-guide.txt
34 +++ b/doc/developer-guide.txt
35 @@ -503,13 +503,13 @@ The ``best_version`` function
36 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
37
38 The ``best_version`` function returns the highest available version for
39 -a given package dep atom.
40 +a given package dependency specification.
41
42 The ``has_version`` function
43 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,
44
45 -The ``has_version`` function checks whether a given versioned package
46 -dep atom is installed.
47 +The ``has_version`` function checks whether a package matching a given
48 +dependency specification is installed.
49
50 The ``get_repositories`` function
51 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,