summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-25 16:30:05 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-25 16:35:25 +0200
commit7f4d9ccca8b99b7f7b0721485c240453bba26400 (patch)
tree955266efa182f872d3292fbd1d195f11090c877b /app-emacs/ivy-rich
parentapp-emacs/shut-up: Stabilize 0.3.3 arm64, #905024 (diff)
downloadgentoo-7f4d9ccca8b99b7f7b0721485c240453bba26400.tar.gz
gentoo-7f4d9ccca8b99b7f7b0721485c240453bba26400.tar.bz2
gentoo-7f4d9ccca8b99b7f7b0721485c240453bba26400.zip
app-emacs/ivy-rich: bump to 0.1.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/ivy-rich')
-rw-r--r--app-emacs/ivy-rich/Manifest1
-rw-r--r--app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/ivy-rich/Manifest b/app-emacs/ivy-rich/Manifest
index 6897ccd3e95c..baa105f8b2ab 100644
--- a/app-emacs/ivy-rich/Manifest
+++ b/app-emacs/ivy-rich/Manifest
@@ -1 +1,2 @@
DIST ivy-rich-0.1.6_p20210409.tar.gz 606147 BLAKE2B a496ea10438dbe7c90b825b8c6874b277060d068ab8c8193a91f615c6e1719822032857b4b500346c8c40f9777bccd1554471f05cf37b7c3b1386b97d82b1b8e SHA512 cde5922829a1d53167bc2724ef10844c04c47380d380130efb04cc51efb99538e19acdea05bddbbf88e5cf9bf7da65710e85bd6287d4dbbe50d4009c8e696bd1
+DIST ivy-rich-0.1.7.tar.gz 605948 BLAKE2B eb5c59c32821657e65d7c361d0d4090d9d00ab6ffe12224c57fc978e46583f9b0daa9506ae4972082443005dd633c659014e02de5d514f4c1dba41b8697be365 SHA512 f702f4e6e10715cf76382e93354d37a8c09d6eb5bd23091002d26a2bff817354e995a8c23e64ed9e9026c33364dfaed2ca88f2c2c748c3faf63d3d7c133d79a3
diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
new file mode 100644
index 000000000000..e7c971562018
--- /dev/null
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="More friendly interface for ivy"
+HOMEPAGE="https://github.com/Yevgnen/ivy-rich/"
+SRC_URI="https://github.com/Yevgnen/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/ivy"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org screenshots.org screenshots )
+SITEFILE="50${PN}-gentoo.el"