summaryrefslogtreecommitdiff
path: root/app-emacs/ivy-rich
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /app-emacs/ivy-rich
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'app-emacs/ivy-rich')
-rw-r--r--app-emacs/ivy-rich/Manifest4
-rw-r--r--app-emacs/ivy-rich/files/50ivy-rich-gentoo.el3
-rw-r--r--app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild24
-rw-r--r--app-emacs/ivy-rich/metadata.xml13
4 files changed, 44 insertions, 0 deletions
diff --git a/app-emacs/ivy-rich/Manifest b/app-emacs/ivy-rich/Manifest
new file mode 100644
index 000000000000..f835f1f17e41
--- /dev/null
+++ b/app-emacs/ivy-rich/Manifest
@@ -0,0 +1,4 @@
+AUX 50ivy-rich-gentoo.el 112 BLAKE2B 761def1e583ad0f01b45fde5e3613605c5b98f28a9d8cf7ca9b7f16098be9719bab4c0cee019101a79e8d52ce414bc2cb797eff973476989629599d1921f3751 SHA512 b650c61f12ab695932b3b7f83cf4acd610fbab3bef844067ba60e4befc9df7873f82952f9d6bb9a6d14408baf96383dd0a272916f76aa3a5310aa8bca9a943ba
+DIST ivy-rich-0.1.6_p20210409.tar.gz 606147 BLAKE2B a496ea10438dbe7c90b825b8c6874b277060d068ab8c8193a91f615c6e1719822032857b4b500346c8c40f9777bccd1554471f05cf37b7c3b1386b97d82b1b8e SHA512 cde5922829a1d53167bc2724ef10844c04c47380d380130efb04cc51efb99538e19acdea05bddbbf88e5cf9bf7da65710e85bd6287d4dbbe50d4009c8e696bd1
+EBUILD ivy-rich-0.1.6_p20210409.ebuild 560 BLAKE2B 472dbdfbc85745ae7714aaa8319865ca1f67c5ef0d881c8d80aa000cc82aa3fbaecd16034b8baa54380e4fb6ab94ef7195dfe4551e34b0bc96e47a8cfef09f62 SHA512 8457443008921295bfa8d05678f8ca29b6ded7393bbfa17230fa77d1592785a14f4f79dc0343bd0873851fe6e04c0c6848d80933ea62a0dc52af882c8fa64c70
+MISC metadata.xml 421 BLAKE2B a232ebb68c8383893b9267dc9868ed24c7a6c0fbf2c2a63a13476f9b4a599540df87f39f547b9c154058bef8d0a475306f4ed66c1cae85586fcb932b192ee98d SHA512 9f02a57261c63d7584502572ddadc2fcf6527da80952356d79bd4d3185000fabcfc47c0f34c060b50cb8537a382d523e2f5117bdd31ae19129ee38b149d497c9
diff --git a/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el b/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el
new file mode 100644
index 000000000000..ee705d5c9fc7
--- /dev/null
+++ b/app-emacs/ivy-rich/files/50ivy-rich-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'ivy-rich-mode "ivy-rich"
+ "Toggle ivy-rich mode globally." t)
diff --git a/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
new file mode 100644
index 000000000000..776f722b53ff
--- /dev/null
+++ b/app-emacs/ivy-rich/ivy-rich-0.1.6_p20210409.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=600b8183ed0be8668dcc548cc2c8cb94b001363b
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="More friendly interface for ivy"
+HOMEPAGE="https://github.com/Yevgnen/ivy-rich/"
+SRC_URI="https://github.com/Yevgnen/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+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"
diff --git a/app-emacs/ivy-rich/metadata.xml b/app-emacs/ivy-rich/metadata.xml
new file mode 100644
index 000000000000..517c4226ea2d
--- /dev/null
+++ b/app-emacs/ivy-rich/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/Yevgnen/ivy-rich/issues/</bugs-to>
+ <remote-id type="github">Yevgnen/ivy-rich</remote-id>
+ </upstream>
+</pkgmetadata>