From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: /
Date: Tue, 28 Feb 2017 19:23:06 +0000 (UTC) [thread overview]
Message-ID: <1488232143.0f5206c7ecb03ce261c57de3d600fdb025adabc8.ulm@gentoo> (raw)
commit: 0f5206c7ecb03ce261c57de3d600fdb025adabc8
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 21:49:03 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 21:49:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=0f5206c7
Update documentation to be less Portage specific.
* ebuild-mode.el:
* ebuild-mode.texi: Update documentation to use generic terms
where possible, instead of being Portage specific.
ChangeLog | 6 ++++++
ebuild-mode.el | 10 +++++-----
ebuild-mode.texi | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2f327d2..fe1ced8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-02-27 Ulrich Müller <ulm@gentoo.org>
+
+ * ebuild-mode.el:
+ * ebuild-mode.texi: Update documentation to use generic terms
+ where possible, instead of being Portage specific.
+
2017-02-26 Ulrich Müller <ulm@gentoo.org>
* Version 1.32 released.
diff --git a/ebuild-mode.el b/ebuild-mode.el
index e32b3d0..3f3e0fe 100644
--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -73,7 +73,7 @@ A formfeed is not considered whitespace by this function."
(defvar ebuild-mode-portdir
"/usr/portage"
- "Location of the Portage tree.")
+ "Location of the ebuild repository.")
(defvar ebuild-mode-arch-list
(or
@@ -85,7 +85,7 @@ A formfeed is not considered whitespace by this function."
(replace-match ""))
(sort (split-string (buffer-string)) 'ebuild-mode-arch-lessp))
(file-error nil))
- ;; could not read architectures from Portage tree, so fall back to default
+ ;; could not read architectures from repository, so fall back to default
'("alpha" "amd64" "arm" "hppa" "ia64" "m68k" "mips" "ppc" "ppc64"
"s390" "sh" "sparc" "x86" "amd64-fbsd" "sparc-fbsd" "x86-fbsd"))
"List of architectures.")
@@ -117,7 +117,7 @@ A formfeed is not considered whitespace by this function."
(directory-files (concat ebuild-mode-portdir "/licenses")
nil "\\`[^.]")
(file-error nil))
- "List of licenses, determined from the Portage tree.")
+ "List of licenses, determined from the ebuild repository.")
(defvar ebuild-mode-eclasses
(condition-case nil
@@ -126,7 +126,7 @@ A formfeed is not considered whitespace by this function."
(directory-files (concat ebuild-mode-portdir "/eclass")
nil "\\.eclass\\'"))
(file-error nil))
- "List of eclasses, determined from the Portage tree.")
+ "List of eclasses, determined from the ebuild repository.")
(defvar ebuild-mode-restrict-list
'("binchecks" "bindist" "fetch" "installsources" "mirror"
@@ -228,7 +228,7 @@ Optional argument LIMIT restarts collection after that number of elements."
;;;###autoload
(define-derived-mode ebuild-mode shell-script-mode "Ebuild"
- "Major mode for Portage .ebuild and .eclass files."
+ "Major mode for Gentoo .ebuild and .eclass files."
(if (featurep 'xemacs)
;; make-local-hook gives a byte-compiler warning in GNU Emacs
(make-local-hook 'write-contents-hooks))
diff --git a/ebuild-mode.texi b/ebuild-mode.texi
index 349a64b..1b616b2 100644
--- a/ebuild-mode.texi
+++ b/ebuild-mode.texi
@@ -74,7 +74,7 @@ As the ebuild format is based on the Bash syntax, sh-mode is called as
a base, where ebuild specific things are added/changed on top.
If font-locking is enabled, keywords are highlighted, both the standard
-set available from vanilla Portage and special functions from all common
+set defined by the package manager and special functions from all common
eclasses. Missing highlighting should be reported on
@code{https://bugs.gentoo.org/}.
next reply other threads:[~2017-02-28 19:24 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 19:23 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-16 16:28 [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / Ulrich Müller
2017-09-16 15:28 Ulrich Müller
2017-09-16 15:28 Ulrich Müller
2017-04-07 18:33 Ulrich Müller
2017-04-07 18:33 Ulrich Müller
2017-04-07 17:11 Ulrich Müller
2017-04-07 17:11 Ulrich Müller
2017-04-07 17:11 Ulrich Müller
2017-03-31 5:28 Ulrich Müller
2017-03-17 16:38 Ulrich Müller
2017-03-09 9:51 Ulrich Müller
2017-03-09 9:51 Ulrich Müller
2017-03-06 7:33 Ulrich Müller
2017-03-06 7:33 Ulrich Müller
2017-03-05 17:51 Ulrich Müller
2017-03-05 17:51 Ulrich Müller
2017-03-05 17:51 Ulrich Müller
2017-03-05 17:51 Ulrich Müller
2017-02-28 19:33 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2017-02-28 19:23 Ulrich Müller
2016-06-19 19:57 Ulrich Müller
2016-06-19 19:57 Ulrich Müller
2016-06-08 6:48 Ulrich Müller
2016-06-08 6:48 Ulrich Müller
2016-05-07 9:45 Ulrich Müller
2016-05-07 9:45 Ulrich Müller
2016-05-07 9:45 Ulrich Müller
2016-05-07 9:45 Ulrich Müller
2015-12-20 13:53 Ulrich Müller
2015-12-20 13:53 Ulrich Müller
2015-12-20 13:53 Ulrich Müller
2015-12-20 13:53 Ulrich Müller
2015-08-23 14:48 Ulrich Müller
2015-08-23 14:48 Ulrich Müller
2015-08-09 18:34 Ulrich Müller
2015-08-09 18:34 Ulrich Müller
2014-11-18 9:55 Ulrich Müller
2014-11-16 23:13 Ulrich Müller
2014-11-16 23:13 Ulrich Müller
2014-02-02 11:57 Ulrich Müller
2014-01-25 14:17 Ulrich Müller
2014-01-25 14:17 Ulrich Müller
2014-01-23 14:49 Ulrich Müller
2014-01-22 22:43 Ulrich Müller
2014-01-22 22:43 Ulrich Müller
2014-01-22 22:43 Ulrich Müller
2013-10-09 23:49 Ulrich Müller
2013-09-18 6:53 Ulrich Mueller
2013-09-17 21:33 Ulrich Mueller
2013-09-17 21:33 Ulrich Mueller
2013-09-17 21:33 Ulrich Mueller
2013-09-08 10:49 Ulrich Mueller
2013-09-08 10:28 Ulrich Mueller
2013-09-08 10:28 Ulrich Mueller
2013-09-08 10:28 Ulrich Mueller
2013-09-08 10:28 Ulrich Mueller
2013-09-08 10:28 Ulrich Mueller
2013-07-06 23:09 Ulrich Mueller
2013-07-06 23:01 Ulrich Mueller
2013-07-06 22:52 Ulrich Mueller
2013-07-06 22:52 Ulrich Mueller
2013-07-06 22:03 Ulrich Mueller
2013-07-06 17:37 Ulrich Mueller
2013-07-06 17:37 Ulrich Mueller
2013-07-05 18:06 Ulrich Mueller
2013-07-05 18:06 Ulrich Mueller
2013-07-05 14:51 Ulrich Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488232143.0f5206c7ecb03ce261c57de3d600fdb025adabc8.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox