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/files/, app-emacs/ebuild-mode/
Date: Sun, 26 Feb 2017 18:56:26
Message-Id: 1488135369.c617a1f5dd030612ded9c464e5245a158979b271.ulm@gentoo
1 commit: c617a1f5dd030612ded9c464e5245a158979b271
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 18:55:42 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 18:56:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c617a1f5
7
8 app-emacs/ebuild-mode: Version bump.
9
10 ebuild-mode-1.31-r1 only removes the $Id$ header line and is intended
11 for speedy stabilisation. ebuild-mode-1.32 is a regular version bump.
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.31-r1.ebuild | 22 ++++++++++++++++++++++
17 app-emacs/ebuild-mode/ebuild-mode-1.32.ebuild | 21 +++++++++++++++++++++
18 .../ebuild-mode/files/ebuild-mode-1.31-id.patch | 19 +++++++++++++++++++
19 4 files changed, 63 insertions(+)
20
21 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
22 index e31c7cfdb1..9a7efab406 100644
23 --- a/app-emacs/ebuild-mode/Manifest
24 +++ b/app-emacs/ebuild-mode/Manifest
25 @@ -1 +1,2 @@
26 DIST ebuild-mode-1.31.tar.xz 29492 SHA256 09bcea9ede052bf33bde402f472340570fb8eff67196cd69d4ea4820d84edf0e SHA512 8e4868a40966d5b56573425fe41d638ef1bc10a1161759218c22d33cbeb67ed3e1c75553c58a1f1c9e3ff0d2d8b25794404909a2bd19e76be93a037f8f3a0581 WHIRLPOOL d256a716baa2a276e62790e8996815e608c22e6bb2072f62a4089cc8b594d9e5470f7d574c33c23cc6817c74d59d1927e7591f8d8150985641ba61c50d6335c2
27 +DIST ebuild-mode-1.32.tar.xz 29424 SHA256 9f10f5242901faccc3f13bd0cb8719fd5bea9e77ef8d1090dc4e8b3f22a2818a SHA512 73c2c7fcf41fe908e263da9359cea71a61b576b6c439a9db74846a7488f4ae341de0c8059103b1026c197f5386cf0b050510184baa3418368a9e17a31ef6259d WHIRLPOOL 371f42f98fbfdf1a04ea46c77368e26de11c9b8ee456828b3d319391f6c65354adf77566a1456e062838bedc87e0a918ff7e4f5cf5bfc89072cfa6a834827422
28
29 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
30 new file mode 100644
31 index 0000000000..46ee505a33
32 --- /dev/null
33 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
34 @@ -0,0 +1,22 @@
35 +# Copyright 1999-2017 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=6
40 +
41 +inherit readme.gentoo-r1 elisp
42 +
43 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
44 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
45 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
50 +
51 +DOCS="ChangeLog keyword-generation.sh"
52 +ELISP_PATCHES="${P}-id.patch"
53 +ELISP_TEXINFO="${PN}.texi"
54 +SITEFILE="50${PN}-gentoo-1.31.el"
55 +DOC_CONTENTS="Some optional features may require installation of additional
56 + packages, like app-portage/gentoolkit-dev for echangelog."
57
58 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.32.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.32.ebuild
59 new file mode 100644
60 index 0000000000..dbab28bfff
61 --- /dev/null
62 +++ b/app-emacs/ebuild-mode/ebuild-mode-1.32.ebuild
63 @@ -0,0 +1,21 @@
64 +# Copyright 1999-2017 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Id$
67 +
68 +EAPI=6
69 +
70 +inherit readme.gentoo-r1 elisp
71 +
72 +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
73 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
74 +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
75 +
76 +LICENSE="GPL-2+"
77 +SLOT="0"
78 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
79 +
80 +DOCS="ChangeLog keyword-generation.sh"
81 +ELISP_TEXINFO="${PN}.texi"
82 +SITEFILE="50${PN}-gentoo-1.31.el"
83 +DOC_CONTENTS="Some optional features may require installation of additional
84 + packages, like app-portage/gentoolkit-dev for echangelog."
85
86 diff --git a/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch b/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch
87 new file mode 100644
88 index 0000000000..fadedf7ba1
89 --- /dev/null
90 +++ b/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch
91 @@ -0,0 +1,19 @@
92 +commit 9d8da599f80d8360a8ddb15eb637ff781e370da2
93 +Author: Ulrich Müller <ulm@g.o>
94 +Date: Sun Feb 26 19:36:17 2017 +0100
95 +
96 + Remove $Id$ line from ebuild skeleton header.
97 +
98 + * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
99 + from ebuild header.
100 +
101 +--- a/ebuild-mode.el
102 ++++ b/ebuild-mode.el
103 +@@ -402,7 +402,6 @@ and `all-completions' for details."
104 + ;; standard header
105 + "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
106 + "# Distributed under the terms of the GNU General Public License v2\n"
107 +- "# $Id$\n"
108 + "\n"
109 + ;; EAPI
110 + "EAPI="