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/dashboard | |
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/dashboard')
-rw-r--r-- | app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild index af7cee0f4b64..3de15793e662 100644 --- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild +++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -H=69f98f5a89451c0881d0abb34ad57dd71616006a +COMMIT=69f98f5a89451c0881d0abb34ad57dd71616006a NEED_EMACS=26.1 inherit elisp DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more" HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/" -SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${H} +SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="GPL-3" SLOT="0" diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild index fd35159836a0..0083bf70a885 100644 --- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild +++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild @@ -3,15 +3,15 @@ EAPI=8 -H=49e5603cac7d028bfc4c679161a20ca40327956c +COMMIT=49e5603cac7d028bfc4c679161a20ca40327956c NEED_EMACS=26.1 inherit elisp DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more" HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/" -SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${H} +SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="GPL-3" SLOT="0" |