Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/all-the-icons/
Date: Mon, 30 Jan 2023 17:00:57
Message-Id: 1675098051.a77489710007822d996779e7e9b1caffa6ab899d.xgqt@gentoo
1 commit: a77489710007822d996779e7e9b1caffa6ab899d
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 16:53:29 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 17:00:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7748971
7
8 app-emacs/all-the-icons: set H for correct PV; format
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 .../all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 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
16 index bee0fc32de73..14dc94b6fbe9 100644
17 --- a/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild
18 +++ b/app-emacs/all-the-icons/all-the-icons-5.0.0_p20220325-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -H=65c496d3d1d1298345beb9845840067bffb2ffd8
24 +[[ ${PV} == *_p20220325 ]] && H=65c496d3d1d1298345beb9845840067bffb2ffd8
25 NEED_EMACS=24.3
26
27 inherit elisp font readme.gentoo-r1
28 @@ -11,7 +11,7 @@ inherit elisp font readme.gentoo-r1
29 DESCRIPTION="Various icon fonts propertized for Emacs"
30 HOMEPAGE="https://github.com/domtronn/all-the-icons.el/"
31 SRC_URI="https://github.com/domtronn/${PN}.el/archive/${H}.tar.gz
32 - -> ${P}.tar.gz"
33 + -> ${P}.tar.gz"
34 S="${WORKDIR}"/${PN}.el-${H}
35
36 LICENSE="MIT"
37 @@ -38,9 +38,9 @@ src_compile() {
38 }
39
40 src_test() {
41 - ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
42 - -L . -L data -L test -l test/all-the-icons-test.el \
43 - -f ert-run-tests-batch-and-exit || die "tests failed"
44 + ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
45 + -L . -L data -L test -l test/all-the-icons-test.el \
46 + -f ert-run-tests-batch-and-exit || die "tests failed"
47 }
48
49 src_install() {