diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-09-14 14:52:13 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-09-14 18:03:06 +0200 |
commit | 36b95696ea7a48751c431b42fcc24c4f9624fd0c (patch) | |
tree | 1025bd5cc206b67a45c1ebf56b83dc8bad05f042 /app-emacs | |
parent | app-editors/ghostwriter: Stabilize 2.1.4 amd64, #870106 (diff) | |
download | gentoo-36b95696ea7a48751c431b42fcc24c4f9624fd0c.tar.gz gentoo-36b95696ea7a48751c431b42fcc24c4f9624fd0c.tar.bz2 gentoo-36b95696ea7a48751c431b42fcc24c4f9624fd0c.zip |
app-emacs/all-the-icons-ivy-rich: bump to 1.8.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/all-the-icons-ivy-rich/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.8.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/all-the-icons-ivy-rich/Manifest b/app-emacs/all-the-icons-ivy-rich/Manifest index 21d798adac31..e9f4a5577ebc 100644 --- a/app-emacs/all-the-icons-ivy-rich/Manifest +++ b/app-emacs/all-the-icons-ivy-rich/Manifest @@ -1 +1,2 @@ DIST all-the-icons-ivy-rich-1.7.1.tar.gz 23806 BLAKE2B 28d85c0a4d486900b444e2aab25c6cb257d91ddb4839ab3e71dced02c7ad85e822f465d0d29404c55421c05a1e14002480f977c898a8374e4c51c66631413413 SHA512 526632f74a674bfcd6c2019649be6e305c0d817a1b29d8e5883b239cd97f8b40a63c34bc39e4f4e8ca2ff71ee3cd15e43e40827f40aa2f6579ec4c96eced40e5 +DIST all-the-icons-ivy-rich-1.8.0.tar.gz 26090 BLAKE2B ec0ccd4192007938d38dacf83c34bdae13df55400405dd0d25ba647c8ff0d50f6675fcccf80eb8cf76827111cd73cb189a70f1e8197b04c4d1985dc1600697f0 SHA512 3bc77353890d67b09016260cc47674ca0a1a73199eb50ca52f9a7f97039f99135151cd9e551919a0d4eade01dfd65dac14694e6226f1f7934cc2e213f35a512e diff --git a/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.8.0.ebuild b/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.8.0.ebuild new file mode 100644 index 000000000000..b0570fb03e28 --- /dev/null +++ b/app-emacs/all-the-icons-ivy-rich/all-the-icons-ivy-rich-1.8.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=25.1 + +inherit elisp + +DESCRIPTION="Display icons for ivy buffers in Emacs" +HOMEPAGE="https://github.com/seagle0128/all-the-icons-ivy-rich/" +SRC_URI="https://github.com/seagle0128/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-emacs/all-the-icons + app-emacs/ivy-rich +" +BDEPEND="${RDEPEND}" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" |