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/mode-compile/, app-emacs/mode-compile/files/
Date: Mon, 04 Nov 2019 14:17:21
Message-Id: 1572876888.6b2b2b9116e82bbcc634a110ed8cd5855a10d19f.ulm@gentoo
1 commit: 6b2b2b9116e82bbcc634a110ed8cd5855a10d19f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 14:14:48 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 14:14:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b2b91
7
8 app-emacs/mode-compile: Remove package.
9
10 Bug: https://bugs.gentoo.org/666836
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/mode-compile/Manifest | 1 -
14 app-emacs/mode-compile/files/50mode-compile-gentoo.el | 5 -----
15 app-emacs/mode-compile/metadata.xml | 12 ------------
16 app-emacs/mode-compile/mode-compile-2.29.1.ebuild | 17 -----------------
17 4 files changed, 35 deletions(-)
18
19 diff --git a/app-emacs/mode-compile/Manifest b/app-emacs/mode-compile/Manifest
20 deleted file mode 100644
21 index 7b4b89aae63..00000000000
22 --- a/app-emacs/mode-compile/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST mode-compile-2.29.1.tar.gz 22924 BLAKE2B 7ef71f958ffd5022ddcc64c07ef60822af5bc4a1f5deac5c4e57ce63cd9596d5f612d73eb9cdac627ecfef59e893d795afbeaa19b380b0cc4291bb4dc23fc05c SHA512 bc43d9cae411f5177ce70c736041db74c6db1dc5b766b22b92227e9e1324d304276bd104d8e3cac9ff5a877fc48b6da5b904e1acdb6cca7396fc7c26cc572815
26
27 diff --git a/app-emacs/mode-compile/files/50mode-compile-gentoo.el b/app-emacs/mode-compile/files/50mode-compile-gentoo.el
28 deleted file mode 100644
29 index d8dc2734d77..00000000000
30 --- a/app-emacs/mode-compile/files/50mode-compile-gentoo.el
31 +++ /dev/null
32 @@ -1,5 +0,0 @@
33 -(add-to-list 'load-path "@SITELISP@")
34 -(autoload 'mode-compile "mode-compile"
35 - "Command to compile current buffer file based on the major mode" t)
36 -(autoload 'mode-compile-kill "mode-compile"
37 - "Command to kill a compilation launched by `mode-compile'" t)
38
39 diff --git a/app-emacs/mode-compile/metadata.xml b/app-emacs/mode-compile/metadata.xml
40 deleted file mode 100644
41 index 1c9e6ccfa51..00000000000
42 --- a/app-emacs/mode-compile/metadata.xml
43 +++ /dev/null
44 @@ -1,12 +0,0 @@
45 -<?xml version="1.0" encoding="UTF-8"?>
46 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 -<pkgmetadata>
48 -<maintainer type="project">
49 - <email>gnu-emacs@g.o</email>
50 - <name>Gentoo GNU Emacs project</name>
51 -</maintainer>
52 -<stabilize-allarches/>
53 -<upstream>
54 - <remote-id type="github">emacsmirror/mode-compile</remote-id>
55 -</upstream>
56 -</pkgmetadata>
57
58 diff --git a/app-emacs/mode-compile/mode-compile-2.29.1.ebuild b/app-emacs/mode-compile/mode-compile-2.29.1.ebuild
59 deleted file mode 100644
60 index 9f05df6283b..00000000000
61 --- a/app-emacs/mode-compile/mode-compile-2.29.1.ebuild
62 +++ /dev/null
63 @@ -1,17 +0,0 @@
64 -# Copyright 1999-2014 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -
69 -inherit elisp
70 -
71 -DESCRIPTION="Smart command for compiling files according to major-mode"
72 -HOMEPAGE="https://github.com/emacsmirror/mode-compile
73 - https://www.emacswiki.org/emacs/ModeCompile"
74 -SRC_URI="https://github.com/emacsmirror/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
75 -
76 -LICENSE="GPL-3+"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 -
80 -SITEFILE="50${PN}-gentoo.el"