From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F372C138332 for ; Wed, 30 May 2018 16:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC78E092E; Wed, 30 May 2018 16:02:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AECA7E092E for ; Wed, 30 May 2018 16:02:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 403A0335CAB for ; Wed, 30 May 2018 16:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35DC42AD for ; Wed, 30 May 2018 16:01:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1527611759.75d2ff149684a5b0650abc8256931ae4a224c610.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: doc/, / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog doc/developer-guide.txt X-VCS-Directories: / doc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 75d2ff149684a5b0650abc8256931ae4a224c610 X-VCS-Branch: master Date: Wed, 30 May 2018 16:01:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29cf6b00-6ab9-4bfd-bffa-fb0e4af64158 X-Archives-Hash: ac9b0a3402ff15b6a1b3f9f0a22a665f commit: 75d2ff149684a5b0650abc8256931ae4a224c610 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 29 16:35:59 2018 +0000 Commit: Ulrich Müller gentoo 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 + * 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 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,