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/ebuild-mode/
Date: Fri, 20 May 2022 18:25:50
Message-Id: 1653071127.30a94b889a925b22540dc8e7282c0c248d07421e.ulm@gentoo
1 commit: 30a94b889a925b22540dc8e7282c0c248d07421e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 18:15:43 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 18:25:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a94b88
7
8 app-emacs/ebuild-mode: Version bump to 1.59
9
10 Closes: https://bugs.gentoo.org/846569
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/ebuild-mode/Manifest | 1 +
14 app-emacs/ebuild-mode/ebuild-mode-1.59.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
18 index 4154f96284a8..f07d6a9bae56 100644
19 --- a/app-emacs/ebuild-mode/Manifest
20 +++ b/app-emacs/ebuild-mode/Manifest
21 @@ -1,3 +1,4 @@
22 DIST ebuild-mode-1.56.tar.xz 36448 BLAKE2B 9126dd5d004a5818a5214f10c88db84faee3945ac25ee141a577a868bf7f127490ee34d6ea103fb788f96c391eea3d00d18abe12564a2f6c70650fc8fe9c6cdf SHA512 2b67208d9f553a322761dc9b64e7b891722c2099cc7c9bfc929e1a424b22ec32c594e0ba029554434b51ef233d2d4435b6c639b06c25fd551608fe5dd830cb03
23 DIST ebuild-mode-1.57.tar.xz 36548 BLAKE2B 85f677cc5459077d89536e2032049b8be75f24cfad742955b439a1e94beaf82a2a39a4ddb1de1bb8fa847ede637702356d470556f2fab09a13ae6416419a5e07 SHA512 c7eed4bc8e68909abb3407b5a352816c6eb43ada345a967e9e1b666937a44cacf0476475d2b1eeb3f48ddcea04b31ccf7fc938a8cb70f8655cf2b5946d4c0a04
24 DIST ebuild-mode-1.58.tar.xz 36796 BLAKE2B c2762c0d00038206d9ceacb887c2c0a1503e7e5dbdc68796aaa27eec5cab52fae1d6e4baf5155b79842fd2e74d91dab1c203c26d9f68986155426b36635b7722 SHA512 37e393b5c5b6672045dea7aafa77df81f7aee2d16ead90e12841026442eac63fe3eece1538401dc4b7444573aec61f4c920f821b65f8489b5a48d54de4d78b52
25 +DIST ebuild-mode-1.59.tar.xz 36936 BLAKE2B f0b4a6edbf89e9702110bfd79d0db3b0b1f78d22e0d6803f5b60bd668d9824692541462ba9a9acc5f6f0c26d2799fd9eda6bb98f20482061b64e344fe44b2625 SHA512 3f08baf18f93a0685ce2a72c91732e088a74db031d9d227025718dafeb67d3760a8fd2b91cc266741aa6ed384e8b10f4e9057f11db4507c908398ff3c5a76744
26
27 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.59.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.59.ebuild
28 new file mode 100644
29 index 000000000000..54add5db8bed
30 --- /dev/null
31 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.59.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit elisp readme.gentoo-r1
39 +
40 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
41 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
42 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
47 +
48 +BDEPEND="sys-apps/texinfo"
49 +
50 +DOCS="ChangeLog keyword-generation.sh"
51 +ELISP_TEXINFO="${PN}.texi"
52 +SITEFILE="50${PN}-gentoo-1.54.el"
53 +DOC_CONTENTS="Some optional features may require installation of additional
54 + packages, like dev-python/docutils-glep for glep."