diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 21:29:45 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 21:31:30 +0100 |
commit | ff7d89fb05372a559134e51f6dee5de3ab45b488 (patch) | |
tree | 3cb905e4ddc81a11feeeff36f9609ae19eff7d59 /app-emacs/emojify | |
parent | games-util/antimicrox: drop old 3.2.5 (diff) | |
download | gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.gz gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.bz2 gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.zip |
app-emacs: H -> COMMIT
Bug: https://github.com/pkgcore/pkgcheck/issues/536
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emojify')
-rw-r--r-- | app-emacs/emojify/emojify-1.2_p20210309.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/emojify/emojify-1.2_p20210309.ebuild b/app-emacs/emojify/emojify-1.2_p20210309.ebuild index 72e3d721f890..4474d180376c 100644 --- a/app-emacs/emojify/emojify-1.2_p20210309.ebuild +++ b/app-emacs/emojify/emojify-1.2_p20210309.ebuild @@ -3,16 +3,16 @@ EAPI=8 -H=1b726412f19896abf5e4857d4c32220e33400b55 +COMMIT=1b726412f19896abf5e4857d4c32220e33400b55 NEED_EMACS=24.3 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/${H}.tar.gz +SRC_URI="https://github.com/iqbalansari/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${H} +S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="GPL-3+" SLOT="0" |