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-ivy-rich/
Date: Sun, 19 Mar 2023 14:18:21
Message-Id: 1679233988.8ebd5ae95f4ba930e4aa245926e1b3b0c218affc.xgqt@gentoo
1 commit: 8ebd5ae95f4ba930e4aa245926e1b3b0c218affc
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 12:32:08 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebd5ae9
7
8 app-emacs/all-the-icons-ivy-rich: bump to 1.9.0
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/all-the-icons-ivy-rich/Manifest | 1 +
13 .../all-the-icons-ivy-rich-1.9.0.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/app-emacs/all-the-icons-ivy-rich/Manifest b/app-emacs/all-the-icons-ivy-rich/Manifest
17 index e9f4a5577ebc..12e41b372cf7 100644
18 --- a/app-emacs/all-the-icons-ivy-rich/Manifest
19 +++ b/app-emacs/all-the-icons-ivy-rich/Manifest
20 @@ -1,2 +1,3 @@
21 DIST all-the-icons-ivy-rich-1.7.1.tar.gz 23806 BLAKE2B 28d85c0a4d486900b444e2aab25c6cb257d91ddb4839ab3e71dced02c7ad85e822f465d0d29404c55421c05a1e14002480f977c898a8374e4c51c66631413413 SHA512 526632f74a674bfcd6c2019649be6e305c0d817a1b29d8e5883b239cd97f8b40a63c34bc39e4f4e8ca2ff71ee3cd15e43e40827f40aa2f6579ec4c96eced40e5
22 DIST all-the-icons-ivy-rich-1.8.0.tar.gz 26090 BLAKE2B ec0ccd4192007938d38dacf83c34bdae13df55400405dd0d25ba647c8ff0d50f6675fcccf80eb8cf76827111cd73cb189a70f1e8197b04c4d1985dc1600697f0 SHA512 3bc77353890d67b09016260cc47674ca0a1a73199eb50ca52f9a7f97039f99135151cd9e551919a0d4eade01dfd65dac14694e6226f1f7934cc2e213f35a512e
23 +DIST all-the-icons-ivy-rich-1.9.0.tar.gz 26428 BLAKE2B f2d23fd537921fd48ce26caac35a5ac9516ad2bffdb99c37d507ba2640179aed8c5f88361c5e9e34c2945bdb9619d2416d8c5fea55c0dd25d0fe0fe42cd5c353 SHA512 ac0c3f18d3842eb4b9c6f098e00814f421277b44c4253f9efb28c6d02e94fbb159db40cd9ade877ce218154c30210bb39dc93bfd95a7a61a71b09cbed1af5d70
24
25 diff --git a/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.9.0.ebuild b/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.9.0.ebuild
26 new file mode 100644
27 index 000000000000..05713b242f97
28 --- /dev/null
29 +++ b/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.9.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2023 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +NEED_EMACS=25.1
37 +
38 +inherit elisp
39 +
40 +DESCRIPTION="Display icons for ivy buffers in Emacs"
41 +HOMEPAGE="https://github.com/seagle0128/all-the-icons-ivy-rich/"
42 +SRC_URI="https://github.com/seagle0128/${PN}/archive/v${PV}.tar.gz
43 + -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +RDEPEND="
50 + app-emacs/all-the-icons
51 + app-emacs/ivy-rich
52 +"
53 +BDEPEND="${RDEPEND}"
54 +
55 +DOCS=( README.md )
56 +SITEFILE="50${PN}-gentoo.el"