summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-05-07 16:41:24 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-05-07 17:21:36 +0200
commit09cb0deec9178af8d1f95a2b2b49a065f6be0193 (patch)
treecd7e1ae20428fa4a58a57da117220e3a99f9d86a /app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
parentgames-emulation/ppsspp: bump to 1.15.3 (diff)
downloadgentoo-09cb0deec9178af8d1f95a2b2b49a065f6be0193.tar.gz
gentoo-09cb0deec9178af8d1f95a2b2b49a065f6be0193.tar.bz2
gentoo-09cb0deec9178af8d1f95a2b2b49a065f6be0193.zip
app-emacs/editorconfig-emacs: drop old 0.7.8-r3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild')
-rw-r--r--app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
deleted file mode 100644
index 0fbc0588065e..000000000000
--- a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp readme.gentoo-r1
-
-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"
-RESTRICT="test" # make test requires a git repo
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-DOC_CONTENTS="The EditorConfig feature is not enabled as a site default.
- Add the following line to your ~/.emacs file to activate it:
- \n\t(editorconfig-mode 1)"