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: Tue, 28 Feb 2017 19:42:08
Message-Id: 1488310913.5a5a90683cd3823d12bdb3057c411b0769d5c2a1.ulm@gentoo
1 commit: 5a5a90683cd3823d12bdb3057c411b0769d5c2a1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:37:35 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:41:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5a9068
7
8 app-emacs/ebuild-mode: Version bump.
9
10 ebuild-mode-1.33 will update the ebuild header before writing a file,
11 namely update copyright years and delete the CVS keyword line.
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 app-emacs/ebuild-mode/Manifest | 1 +
16 app-emacs/ebuild-mode/ebuild-mode-1.33.ebuild | 21 +++++++++++++++++++++
17 2 files changed, 22 insertions(+)
18
19 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
20 index 9a7efab406..56f310b549 100644
21 --- a/app-emacs/ebuild-mode/Manifest
22 +++ b/app-emacs/ebuild-mode/Manifest
23 @@ -1,2 +1,3 @@
24 DIST ebuild-mode-1.31.tar.xz 29492 SHA256 09bcea9ede052bf33bde402f472340570fb8eff67196cd69d4ea4820d84edf0e SHA512 8e4868a40966d5b56573425fe41d638ef1bc10a1161759218c22d33cbeb67ed3e1c75553c58a1f1c9e3ff0d2d8b25794404909a2bd19e76be93a037f8f3a0581 WHIRLPOOL d256a716baa2a276e62790e8996815e608c22e6bb2072f62a4089cc8b594d9e5470f7d574c33c23cc6817c74d59d1927e7591f8d8150985641ba61c50d6335c2
25 DIST ebuild-mode-1.32.tar.xz 29424 SHA256 9f10f5242901faccc3f13bd0cb8719fd5bea9e77ef8d1090dc4e8b3f22a2818a SHA512 73c2c7fcf41fe908e263da9359cea71a61b576b6c439a9db74846a7488f4ae341de0c8059103b1026c197f5386cf0b050510184baa3418368a9e17a31ef6259d WHIRLPOOL 371f42f98fbfdf1a04ea46c77368e26de11c9b8ee456828b3d319391f6c65354adf77566a1456e062838bedc87e0a918ff7e4f5cf5bfc89072cfa6a834827422
26 +DIST ebuild-mode-1.33.tar.xz 30008 SHA256 282e5890692ad6ecce09f042ac6e639afd50c883eb757eb4c67aededdb72cff8 SHA512 468fd2516df1857901882847251471fa9bbc1965497ed5812c5f07624cc76497d3318c2d93372616bea644585bcca981e7dbbb8b51d556a75043602e27513178 WHIRLPOOL 41c76a93041db72046ec479407501ccafaadb741db07be2edb1b9c3cd8ae9331253884ca22cab5ce1d0eb3ec63c73df10635ecfd36788202906a8d3af96c8811
27
28 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.33.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.33.ebuild
29 new file mode 100644
30 index 0000000000..dbab28bfff
31 --- /dev/null
32 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.33.ebuild
33 @@ -0,0 +1,21 @@
34 +# Copyright 1999-2017 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +inherit readme.gentoo-r1 elisp
41 +
42 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
43 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
44 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
49 +
50 +DOCS="ChangeLog keyword-generation.sh"
51 +ELISP_TEXINFO="${PN}.texi"
52 +SITEFILE="50${PN}-gentoo-1.31.el"
53 +DOC_CONTENTS="Some optional features may require installation of additional
54 + packages, like app-portage/gentoolkit-dev for echangelog."