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/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild | |
| parent | 956dbbc158e1e172e9696dfdac5117279300871f (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/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild')
| -rw-r--r-- | app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild index ea72f9d3da2c..a66a15d33fe2 100644 --- a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild +++ b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 -H=388c8f753cfb99b4f82acbdff26bbe27189d2299 +COMMIT=388c8f753cfb99b4f82acbdff26bbe27189d2299 NEED_EMACS=25 PYTHON_COMPAT=( python3_{9..10} ) @@ -14,8 +14,8 @@ inherit elisp readme.gentoo-r1 python-single-r1 DESCRIPTION="Jupyter notebook client in Emacs" HOMEPAGE="https://github.com/millejoh/emacs-ipython-notebook/" -SRC_URI="https://github.com/millejoh/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} +SRC_URI="https://github.com/millejoh/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" |
