diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-02 20:00:24 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-02 20:00:24 -0500 |
commit | 7aa438366d984f3d18d4ca17b22aa7ac42978a1e (patch) | |
tree | 8884bd1f9015a33f32a604364d5e9b7e2977864c /app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild | |
parent | 8546e3365180cb1a13f676f9faf3502245c941af (diff) | |
download | ebuilds-7aa438366d984f3d18d4ca17b22aa7ac42978a1e.tar.gz |
app-emacs/highlight-indentation: converted to live build
Diffstat (limited to 'app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild')
-rw-r--r-- | app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild b/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild deleted file mode 100644 index 27be090..0000000 --- a/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Highlighting indentation for Emacs" -# The latest github release is from 2015, but the latest commit is from Feb 2021, -# so I think it’s a good idea to use a snapshot here. -MY_COMMIT="d88db4248882da2d4316e76ed673b4ac1fa99ce3" -HOMEPAGE="https://github.com/antonj/Highlight-Indentation-for-Emacs" -SRC_URI="https://github.com/antonj/Highlight-Indentation-for-Emacs/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/Highlight-Indentation-for-Emacs-${MY_COMMIT}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -SITEFILE="50highlight-indentation-gentoo.el" -DOCS=( README.org ) - -src_compile() { - elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ - elisp_src_compile -} |