Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/vhdl-mode/, app-emacs/vhdl-mode/files/
Date: Thu, 07 Apr 2022 11:43:45
Message-Id: 1649331711.c846ec4d4a5809e5581460bdeea0a737fdb95c0a.ulm@gentoo
1 commit: c846ec4d4a5809e5581460bdeea0a737fdb95c0a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 11:40:32 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 11:41:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c846ec4d
7
8 app-emacs/vhdl-mode: Version bump to 3.38.3
9
10 Closes: https://bugs.gentoo.org/837053
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/vhdl-mode/Manifest | 1 +
14 .../files/vhdl-mode-3.38.3-emacs-28.patch | 11 +++++++++
15 app-emacs/vhdl-mode/vhdl-mode-3.38.3.ebuild | 27 ++++++++++++++++++++++
16 3 files changed, 39 insertions(+)
17
18 diff --git a/app-emacs/vhdl-mode/Manifest b/app-emacs/vhdl-mode/Manifest
19 index 862cd8f664e3..01a6b1597bd1 100644
20 --- a/app-emacs/vhdl-mode/Manifest
21 +++ b/app-emacs/vhdl-mode/Manifest
22 @@ -1 +1,2 @@
23 DIST vhdl-mode-3.38.1.tar.gz 318400 BLAKE2B 2ddad9f4e8fdb0fafd2e27075f5722fcf7959a2b50ad61c5860af52706d9579065e0880d7b9bd1b884c21cfc902760dff006404490c8cbb1474831aa4c6d841d SHA512 2cc12994e17658d65cffa348c59ac3208cc0f498731941b8f64da68e258ca57d6aa500d72103b005996cf3496e119cf59b52bbc1c4b740401685030b42f272a8
24 +DIST vhdl-mode-3.38.3.tar.gz 319205 BLAKE2B ec64bd5fb783ef5e295319ca86ef147a021ffce352ddca49f19dcdc6b79c5bc9ed9350ad154321dbf40a84f501d9da70ffd685d2376a8da98cd2426b9df4bd36 SHA512 4738927daa424c5d66bc69e021e6b624cc23a3bf70a6f78ea5a7fc07ad0bd0aaf5429594b6ff71067edbf48802d7d77f38d607708541fb59e259cc1a4221fb60
25
26 diff --git a/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch b/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch
27 new file mode 100644
28 index 000000000000..be53bb713da2
29 --- /dev/null
30 +++ b/app-emacs/vhdl-mode/files/vhdl-mode-3.38.3-emacs-28.patch
31 @@ -0,0 +1,11 @@
32 +--- vhdl-mode-3.38.3/vhdl-mode.el
33 ++++ vhdl-mode-3.38.3/vhdl-mode.el
34 +@@ -2475,7 +2475,7 @@
35 + (defalias 'speedbar-line-directory
36 + 'speedbar-line-path))
37 +
38 +-(define-obsolete-variable-alias 'speedbar-key-map 'speedbar-mode-map)
39 ++(define-obsolete-variable-alias 'speedbar-key-map 'speedbar-mode-map "")
40 +
41 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42 + ;;; Help functions / inline substitutions / macros
43
44 diff --git a/app-emacs/vhdl-mode/vhdl-mode-3.38.3.ebuild b/app-emacs/vhdl-mode/vhdl-mode-3.38.3.ebuild
45 new file mode 100644
46 index 000000000000..5099ff5fbfd8
47 --- /dev/null
48 +++ b/app-emacs/vhdl-mode/vhdl-mode-3.38.3.ebuild
49 @@ -0,0 +1,27 @@
50 +# Copyright 1999-2022 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +inherit elisp
56 +
57 +DESCRIPTION="VHDL-mode for Emacs"
58 +HOMEPAGE="https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html"
59 +SRC_URI="https://iis-people.ee.ethz.ch/~zimmi/emacs/${P}.tar.gz"
60 +
61 +LICENSE="GPL-3+"
62 +SLOT="0"
63 +KEYWORDS="~amd64 ~ppc ~x86"
64 +
65 +PATCHES=(
66 + "${FILESDIR}"/${P}-emacs-28.patch
67 + "${FILESDIR}"/${PN}-info-dir-gentoo.patch
68 +)
69 +ELISP_REMOVE="site-start.*"
70 +SITEFILE="50${PN}-gentoo.el"
71 +DOCS="ChangeLog README"
72 +
73 +src_install() {
74 + elisp_src_install
75 + doinfo vhdl-mode.info
76 +}