summaryrefslogtreecommitdiff
path: root/app-emacs
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-14 22:16:01 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-14 22:16:01 -0500
commitd4b4177f8f63f1d238e358e38c431dd1245d1dc6 (patch)
tree87d4cea2808747a5241717aab6fc235368035ead /app-emacs
parent51b5c27b1256b6546934e1350c00d51cfb97c986 (diff)
downloadebuilds-d4b4177f8f63f1d238e358e38c431dd1245d1dc6.tar.gz
app-emacs/highlight-indentation: removed from overlay since it exists in ::gentoo
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el2
-rw-r--r--app-emacs/highlight-indentation/highlight-indentation-9999.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el
deleted file mode 100644
index b58862f..0000000
--- a/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/highlight-indentation-autoload.el")
diff --git a/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild b/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
deleted file mode 100644
index 603fc3d..0000000
--- a/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp git-r3
-
-DESCRIPTION="Highlighting indentation for Emacs"
-HOMEPAGE="https://github.com/antonj/Highlight-Indentation-for-Emacs"
-
-EGIT_REPO_URI="https://github.com/antonj/Highlight-Indentation-for-Emacs/"
-EGIT_BRANCH="master"
-EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-S="${EGIT_CHECKOUT_DIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50highlight-indentation-gentoo.el"
-DOCS=( README.org )
-
-src_compile() {
- elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
- elisp_src_compile
-}