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: Sun, 16 Jan 2022 11:47:24
Message-Id: 1642333623.a15b5885769929f043a473c28beea0c1737760e8.ulm@gentoo
1 commit: a15b5885769929f043a473c28beea0c1737760e8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 11:40:30 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 11:47:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15b5885
7
8 app-emacs/ebuild-mode: Version bump to 1.55
9
10 Closes: https://bugs.gentoo.org/830796
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/ebuild-mode/Manifest | 1 +
15 app-emacs/ebuild-mode/ebuild-mode-1.55.ebuild | 22 ++++++++++++++++++++++
16 2 files changed, 23 insertions(+)
17
18 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
19 index ad0014f0f3ac..89dc98b89fc4 100644
20 --- a/app-emacs/ebuild-mode/Manifest
21 +++ b/app-emacs/ebuild-mode/Manifest
22 @@ -1,2 +1,3 @@
23 DIST ebuild-mode-1.53.tar.xz 35920 BLAKE2B ee932441e23ba4b876e98feb9ff9dfea2e395296846e14f776ac10f4c5bab6b711161b4c890b0d8f2ccb5749db5bced3f693aa172e3ae92af506fee26fb5750a SHA512 8fcc28139c0cace21159a0b5026573f401f65b4501ff888f9818d8f5a506a7bc1f8d8a133f775619efc9e16e2172d6b5daba539b4e38b1a378c0b35395263ef9
24 DIST ebuild-mode-1.54.tar.xz 35768 BLAKE2B 8cfba7230eb61bcdede498c696aedd7c64d01e5a1e7a22ad0edf793fbf6970bddd818d431e717bcc0b5ea07d35b525468131df260206db912f36341947b98d08 SHA512 7e67f3875beb42bc94fe522364212a02ea93e11aa1a64512283ab783c5a41097076b29a3ecf72b4369180253efd26fd3a223d617909953b2c7626f5cbc2aaba1
25 +DIST ebuild-mode-1.55.tar.xz 36444 BLAKE2B b044f136dcd90608d2e6b3192ea35bdcfb19efb71a1ed9035d22afd9ee1aafe39e12c8e07908df8a222cded58b0549497298fb6cc92844794214d86e67225529 SHA512 ee1b25fcd12d5df56d9898eef49bd6df02d970bb62fa61a12a1a4a2fd165076d31cb99c92ee3bc7b64ad6b6d2d70a16933d84165640f25acfe5fc9252b0cee51
26
27 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.55.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.55.ebuild
28 new file mode 100644
29 index 000000000000..54add5db8bed
30 --- /dev/null
31 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.55.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."