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-xemacs/ebuild-mode/
Date: Sun, 04 Jun 2017 11:09:10
Message-Id: 1496574494.0244cc79d85adac5ab33c2c5ef3461495cead67f.ulm@gentoo
1 commit: 0244cc79d85adac5ab33c2c5ef3461495cead67f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 11:08:14 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 11:08:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0244cc79
7
8 app-xemacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-xemacs/ebuild-mode/Manifest | 1 -
13 app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
17 index 3f0603310b8..e2ab7921f85 100644
18 --- a/app-xemacs/ebuild-mode/Manifest
19 +++ b/app-xemacs/ebuild-mode/Manifest
20 @@ -1,2 +1 @@
21 -DIST ebuild-mode-1.24.tar.xz 28816 SHA256 366fa7602d32cda107b560e9a24540a3a5b90fdda58d84a1d108e8a4c6a488ff SHA512 0894ad452b64133c223a4f93755404657eed5cf86667e45ce5c808d2232755bcedd835f1bbab1bd719ce850d56c6d92e339c4262ab0d7cc8aa42e039023db99d WHIRLPOOL ff38c8736051a6f6c34d00103b8f1fa2fe40ce910cc14187e9d95b11d7aa665ba03497b52b324d2e7b0e7c29da1d99e267a1934d5e2434bf986e863afb925801
22 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0 WHIRLPOOL 75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab
23
24 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
25 deleted file mode 100644
26 index 4e5cb0c5a47..00000000000
27 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit xemacs-elisp
36 -
37 -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
38 -HOMEPAGE="https://www.gentoo.org/proj/en/lisp/emacs/"
39 -SRC_URI="mirror://gentoo/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -RDEPEND=">=app-editors/xemacs-21.4.20-r5
46 - app-xemacs/sh-script"
47 -DEPEND="${RDEPEND}"
48 -
49 -src_compile() {
50 - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
51 - -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die
52 - xemacs-elisp-make-autoload-file *.el || die
53 -}