diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 17:53:29 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 18:00:51 +0100 |
commit | a77489710007822d996779e7e9b1caffa6ab899d (patch) | |
tree | ff829e7c861c82e5ed718ccf683a095d4c2e16ab /app-emacs | |
parent | app-emacs/rpm-spec-mode: bump to 0.16 (diff) | |
download | gentoo-a77489710007822d996779e7e9b1caffa6ab899d.tar.gz gentoo-a77489710007822d996779e7e9b1caffa6ab899d.tar.bz2 gentoo-a77489710007822d996779e7e9b1caffa6ab899d.zip |
app-emacs/all-the-icons: set H for correct PV; format
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild b/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild index bee0fc32de73..14dc94b6fbe9 100644 --- a/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild +++ b/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -H=65c496d3d1d1298345beb9845840067bffb2ffd8 +[[ ${PV} == *_p20220325 ]] && H=65c496d3d1d1298345beb9845840067bffb2ffd8 NEED_EMACS=24.3 inherit elisp font readme.gentoo-r1 @@ -11,7 +11,7 @@ inherit elisp font readme.gentoo-r1 DESCRIPTION="Various icon fonts propertized for Emacs" HOMEPAGE="https://github.com/domtronn/all-the-icons.el/" SRC_URI="https://github.com/domtronn/${PN}.el/archive/${H}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" S="${WORKDIR}"/${PN}.el-${H} LICENSE="MIT" @@ -38,9 +38,9 @@ src_compile() { } src_test() { - ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \ - -L . -L data -L test -l test/all-the-icons-test.el \ - -f ert-run-tests-batch-and-exit || die "tests failed" + ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \ + -L . -L data -L test -l test/all-the-icons-test.el \ + -f ert-run-tests-batch-and-exit || die "tests failed" } src_install() { |