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/ansi | |
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/ansi')
-rw-r--r-- | app-emacs/ansi/ansi-0.4.1_p20211104.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild b/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild index 6faffbab1883..23079d0bd5d5 100644 --- a/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild +++ b/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild @@ -3,15 +3,15 @@ EAPI=8 -H=2367fba7b3b2340364a30cd6de7f3eb6bb9898a3 +COMMIT=2367fba7b3b2340364a30cd6de7f3eb6bb9898a3 NEED_EMACS=24 inherit elisp DESCRIPTION="Emacs library to convert strings into ansi" HOMEPAGE="https://github.com/rejeep/ansi.el/" -SRC_URI="https://github.com/rejeep/${PN}.el/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}.el-${H} +SRC_URI="https://github.com/rejeep/${PN}.el/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}.el-${COMMIT} LICENSE="GPL-3+" SLOT="0" |