From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/, app-emacs/ebuild-mode/files/
Date: Thu, 23 Jul 2020 10:31:47 +0000 (UTC) [thread overview]
Message-ID: <1595500301.b0c0c64c1579851b1eea1ef580f14ff4e26dbb54.ulm@gentoo> (raw)
commit: b0c0c64c1579851b1eea1ef580f14ff4e26dbb54
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 10:31:41 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 10:31:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c0c64c
app-emacs/ebuild-mode: Sync site-init file from emacs overlay.
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../{ebuild-mode-1.51-r1.ebuild => ebuild-mode-1.51-r2.ebuild} | 0
app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el | 3 +++
2 files changed, 3 insertions(+)
diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.51-r1.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.51-r2.ebuild
similarity index 100%
rename from app-emacs/ebuild-mode/ebuild-mode-1.51-r1.ebuild
rename to app-emacs/ebuild-mode/ebuild-mode-1.51-r2.ebuild
diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el
index c21721137e4..7ce7e85141a 100644
--- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el
+++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el
@@ -1,12 +1,15 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'ebuild-mode "ebuild-mode"
"Major mode for Portage .ebuild and .eclass files." t)
+(autoload 'devbook-mode "devbook-mode"
+ "Major mode for editing the Gentoo Devmanual." t)
(autoload 'gentoo-newsitem-mode "gentoo-newsitem-mode"
"Major mode for Gentoo GLEP 42 news items." t)
(autoload 'glep-mode "glep-mode"
"Major mode for Gentoo Linux Enhancement Proposals." t)
(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode))
+(add-to-list 'auto-mode-alist '("/devmanual.*\\.xml\\'" . devbook-mode))
(add-to-list 'auto-mode-alist
'("/[0-9]\\{4\\}-[01][0-9]-[0-3][0-9]-.+\\.[a-z]\\{2\\}\\.txt\\'"
. gentoo-newsitem-mode))
next reply other threads:[~2020-07-23 10:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-23 10:31 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-16 8:12 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/, app-emacs/ebuild-mode/files/ Ulrich Müller
2020-07-22 10:30 Ulrich Müller
2020-07-21 20:26 Ulrich Müller
2017-06-04 11:15 Ulrich Müller
2016-09-17 9:11 Ulrich Müller
2016-06-19 20:09 Ulrich Müller
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=1595500301.b0c0c64c1579851b1eea1ef580f14ff4e26dbb54.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