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: Mon, 29 Jan 2018 10:17:53
Message-Id: 1517221003.3f6715e0ee48b34e6cbfc58d119d433875063a14.ulm@gentoo
1 commit: 3f6715e0ee48b34e6cbfc58d119d433875063a14
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 10:11:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 10:16:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6715e0
7
8 app-emacs/ebuild-mode: Version bump.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 app-emacs/ebuild-mode/Manifest | 1 +
13 app-emacs/ebuild-mode/ebuild-mode-1.42.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 98436889dae..183996a4f36 100644
18 --- a/app-emacs/ebuild-mode/Manifest
19 +++ b/app-emacs/ebuild-mode/Manifest
20 @@ -1,3 +1,4 @@
21 DIST ebuild-mode-1.38.tar.xz 30744 BLAKE2B a147fbb462f0e1a2ba3272c74b12c9357200b0ca6671d75263547d7b777489772504c9fda634a797fecff8dce35e40b7bb579cdbd9a7da99f68f74b08a48a4da SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
22 DIST ebuild-mode-1.40.tar.xz 34676 BLAKE2B bf34c773966540f67c74fe72a8c47073f9385ba210ceecaf8fa8977a67f5945314090c0555b2b12dcee8486ed495dda062d6d36bcaff3a291f3d4ba5ca6886fa SHA512 50caa3255ff874e779f8dcb34b84845fd3b03edee35fc20df8aa3606dc2a00a4a0e88fab79f7872cfe3e92f04263ce74e60f3aeb1d97a2706116414ac9b352d5
23 DIST ebuild-mode-1.41.tar.xz 34728 BLAKE2B c3863a249536c7df1ee4463879fb29a3b7243eee7192319ffeff527f40527891e02e9dec69601a1783a7ed28fa098b102b224eb5cdd5e9c95dcca37d48acc4a2 SHA512 8c85b8c5197162c936cbb4d8d204eb10e4f20d413b021c4b4d7b18793cef192063ea74441efa6ac69ec91e2297344027a0ea714537898cfa41ad8fd5a1262bce
24 +DIST ebuild-mode-1.42.tar.xz 34936 BLAKE2B dd94d17dc57e2d32b329ab62ec6eec8ada6a4aeddadb8d978736f5dcb4d613759fd860043cab92d12db11614f8b7fa71fc5537576a2af3f5e6c9d56fc2fdcc05 SHA512 119f954eaf009bd0c9f0a75810b94a54d65ed91c6ffef20dd164c7a5ef095410dd0f3642426817f5efa6623d4f3e120ed3b27076222b02a90e75a83bb80b8703
25
26 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild
27 new file mode 100644
28 index 00000000000..65d3a156213
29 --- /dev/null
30 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit readme.gentoo-r1 elisp
38 +
39 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
40 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
41 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
46 +
47 +DEPEND="sys-apps/texinfo"
48 +
49 +DOCS="ChangeLog keyword-generation.sh"
50 +ELISP_TEXINFO="${PN}.texi"
51 +SITEFILE="50${PN}-gentoo-1.39.el"
52 +DOC_CONTENTS="Some optional features may require installation of additional
53 + packages, like dev-python/docutils-glep for glep."