summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild')
-rw-r--r--app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
deleted file mode 100644
index 8b6ace3612d8..000000000000
--- a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="EditorConfig plugin for emacs"
-HOMEPAGE="https://github.com/editorconfig/editorconfig-emacs"
-SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-src_install() {
- local site_file="${T}/50${PN}-gentoo.el"
- echo "
-(require 'editorconfig)
-(editorconfig-mode 1)
-" > "${site_file}" || die
- elisp-site-file-install "${site_file}"
- elisp_src_install
- dodoc README.md
-}