From 6b2b2b9116e82bbcc634a110ed8cd5855a10d19f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 4 Nov 2019 15:14:48 +0100 Subject: [PATCH] app-emacs/mode-compile: Remove package. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/666836 Signed-off-by: Ulrich Müller --- app-emacs/mode-compile/Manifest | 1 - .../mode-compile/files/50mode-compile-gentoo.el | 5 ----- app-emacs/mode-compile/metadata.xml | 12 ------------ .../mode-compile/mode-compile-2.29.1.ebuild | 17 ----------------- 4 files changed, 35 deletions(-) delete mode 100644 app-emacs/mode-compile/Manifest delete mode 100644 app-emacs/mode-compile/files/50mode-compile-gentoo.el delete mode 100644 app-emacs/mode-compile/metadata.xml delete mode 100644 app-emacs/mode-compile/mode-compile-2.29.1.ebuild diff --git a/app-emacs/mode-compile/Manifest b/app-emacs/mode-compile/Manifest deleted file mode 100644 index 7b4b89aae63e..000000000000 --- a/app-emacs/mode-compile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mode-compile-2.29.1.tar.gz 22924 BLAKE2B 7ef71f958ffd5022ddcc64c07ef60822af5bc4a1f5deac5c4e57ce63cd9596d5f612d73eb9cdac627ecfef59e893d795afbeaa19b380b0cc4291bb4dc23fc05c SHA512 bc43d9cae411f5177ce70c736041db74c6db1dc5b766b22b92227e9e1324d304276bd104d8e3cac9ff5a877fc48b6da5b904e1acdb6cca7396fc7c26cc572815 diff --git a/app-emacs/mode-compile/files/50mode-compile-gentoo.el b/app-emacs/mode-compile/files/50mode-compile-gentoo.el deleted file mode 100644 index d8dc2734d77a..000000000000 --- a/app-emacs/mode-compile/files/50mode-compile-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'mode-compile "mode-compile" - "Command to compile current buffer file based on the major mode" t) -(autoload 'mode-compile-kill "mode-compile" - "Command to kill a compilation launched by `mode-compile'" t) diff --git a/app-emacs/mode-compile/metadata.xml b/app-emacs/mode-compile/metadata.xml deleted file mode 100644 index 1c9e6ccfa517..000000000000 --- a/app-emacs/mode-compile/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - - emacsmirror/mode-compile - - diff --git a/app-emacs/mode-compile/mode-compile-2.29.1.ebuild b/app-emacs/mode-compile/mode-compile-2.29.1.ebuild deleted file mode 100644 index 9f05df6283b4..000000000000 --- a/app-emacs/mode-compile/mode-compile-2.29.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Smart command for compiling files according to major-mode" -HOMEPAGE="https://github.com/emacsmirror/mode-compile - https://www.emacswiki.org/emacs/ModeCompile" -SRC_URI="https://github.com/emacsmirror/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" -- 2.26.2