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/, app-emacs/ebuild-mode/files/
Date: Sun, 04 Jun 2017 11:15:24
Message-Id: 1496574910.668a36f1efcf34b4af8f1e2baecf5afccd9c48ab.ulm@gentoo
1 commit: 668a36f1efcf34b4af8f1e2baecf5afccd9c48ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 11:14:46 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 11:15:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668a36f1
7
8 app-emacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-emacs/ebuild-mode/Manifest | 1 -
13 app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild | 21 ---------------------
14 .../ebuild-mode/files/ebuild-mode-1.31-id.patch | 19 -------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
18 index de64e435c44..e2ab7921f85 100644
19 --- a/app-emacs/ebuild-mode/Manifest
20 +++ b/app-emacs/ebuild-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST ebuild-mode-1.31.tar.xz 29492 SHA256 09bcea9ede052bf33bde402f472340570fb8eff67196cd69d4ea4820d84edf0e SHA512 8e4868a40966d5b56573425fe41d638ef1bc10a1161759218c22d33cbeb67ed3e1c75553c58a1f1c9e3ff0d2d8b25794404909a2bd19e76be93a037f8f3a0581 WHIRLPOOL d256a716baa2a276e62790e8996815e608c22e6bb2072f62a4089cc8b594d9e5470f7d574c33c23cc6817c74d59d1927e7591f8d8150985641ba61c50d6335c2
23 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0 WHIRLPOOL 75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab
24
25 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
26 deleted file mode 100644
27 index b5105be0ca5..00000000000
28 --- a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit readme.gentoo-r1 elisp
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 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
45 -
46 -DOCS="ChangeLog keyword-generation.sh"
47 -ELISP_PATCHES="${P}-id.patch"
48 -ELISP_TEXINFO="${PN}.texi"
49 -SITEFILE="50${PN}-gentoo-1.31.el"
50 -DOC_CONTENTS="Some optional features may require installation of additional
51 - packages, like app-portage/gentoolkit-dev for echangelog."
52
53 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
54 deleted file mode 100644
55 index fadedf7ba17..00000000000
56 --- a/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch
57 +++ /dev/null
58 @@ -1,19 +0,0 @@
59 -commit 9d8da599f80d8360a8ddb15eb637ff781e370da2
60 -Author: Ulrich Müller <ulm@g.o>
61 -Date: Sun Feb 26 19:36:17 2017 +0100
62 -
63 - Remove $Id$ line from ebuild skeleton header.
64 -
65 - * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
66 - from ebuild header.
67 -
68 ---- a/ebuild-mode.el
69 -+++ b/ebuild-mode.el
70 -@@ -402,7 +402,6 @@ and `all-completions' for details."
71 - ;; standard header
72 - "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
73 - "# Distributed under the terms of the GNU General Public License v2\n"
74 -- "# $Id$\n"
75 - "\n"
76 - ;; EAPI
77 - "EAPI="