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