From: John Turner Date: Fri, 1 Oct 2021 03:37:43 +0000 (-0400) Subject: app-emacs/posframe: changed variable COMMIT to MY_COMMIT, moved it up one line (as... X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=feb63b6d0e1403872142b96f235620862b80f9d8;p=ebuilds app-emacs/posframe: changed variable COMMIT to MY_COMMIT, moved it up one line (as per sam) and added comment explaining why we use a snapshot instead of a release --- diff --git a/app-emacs/posframe/posframe-1.0.4.ebuild b/app-emacs/posframe/posframe-1.0.4.ebuild index 7d42a6d..7d7e419 100644 --- a/app-emacs/posframe/posframe-1.0.4.ebuild +++ b/app-emacs/posframe/posframe-1.0.4.ebuild @@ -8,10 +8,12 @@ NEED_EMACS="27" inherit elisp DESCRIPTION="Pop a postframe at point" +# The latest github release is out of date with the actual release. +# This snapshot is what melpa stable currently targets. +MY_COMMIT="74f06b77deeb770cd0a96977b1e6bdedb682487a" HOMEPAGE="https://github.com/tumashu/posframe" -COMMIT="74f06b77deeb770cd0a96977b1e6bdedb682487a" -SRC_URI="https://github.com/tumashu/posframe/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" +SRC_URI="https://github.com/tumashu/posframe/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" LICENSE="GPL-3+" SLOT="0"