commit: 4adcc58b0bbdf09c7faecd45095f23f1a476c87d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 12:25:24 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 13:53:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adcc58b
app-emacs/emojify: guard COMMIT hash for correct snapshots
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/emojify/emojify-1.2_p20210309.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/emojify/emojify-1.2_p20210309.ebuild
b/app-emacs/emojify/emojify-1.2_p20210309.ebuild
index 4474d180376c..50c7c8766728 100644
--- a/app-emacs/emojify/emojify-1.2_p20210309.ebuild
+++ b/app-emacs/emojify/emojify-1.2_p20210309.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-COMMIT=1b726412f19896abf5e4857d4c32220e33400b55
+[[ ${PV} == *_p20210309 ]] && COMMIT=1b726412f19896abf5e4857d4c32220e33400b55
NEED_EMACS=24.3
inherit elisp
@@ -11,7 +11,7 @@ inherit elisp
DESCRIPTION="Display emojis in Emacs, like :smile: or plain ASCII ones like :)"
HOMEPAGE="https://github.com/iqbalansari/emacs-emojify/"
SRC_URI="https://github.com/iqbalansari/emacs-${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
+ -> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${COMMIT}
LICENSE="GPL-3+"