From 7aa438366d984f3d18d4ca17b22aa7ac42978a1e Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 2 Dec 2021 20:00:24 -0500 Subject: [PATCH] app-emacs/highlight-indentation: converted to live build --- ...221.ebuild => highlight-indentation-9999.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename app-emacs/highlight-indentation/{highlight-indentation-0.7.0_p20210221.ebuild => highlight-indentation-9999.ebuild} (51%) diff --git a/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild b/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild similarity index 51% rename from app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild rename to app-emacs/highlight-indentation/highlight-indentation-9999.ebuild index 27be090..603fc3d 100644 --- a/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild +++ b/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild @@ -3,19 +3,18 @@ EAPI=8 -inherit elisp +inherit elisp git-r3 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}" + +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" -KEYWORDS="~amd64" SITEFILE="50highlight-indentation-gentoo.el" DOCS=( README.org ) -- 2.39.5