From f78fdcad45e98cbb80d9ca32ee1fdcd04c584405 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sun, 10 Apr 2022 21:40:43 +0200 Subject: app-emacs/all-the-icons-ibuffer: new package; add version 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/all-the-icons-ibuffer/Manifest | 1 + .../all-the-icons-ibuffer-1.3.0.ebuild | 23 ++++++++++++++++++++++ .../files/50all-the-icons-ibuffer-gentoo.el | 3 +++ app-emacs/all-the-icons-ibuffer/metadata.xml | 13 ++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 app-emacs/all-the-icons-ibuffer/Manifest create mode 100644 app-emacs/all-the-icons-ibuffer/all-the-icons-ibuffer-1.3.0.ebuild create mode 100644 app-emacs/all-the-icons-ibuffer/files/50all-the-icons-ibuffer-gentoo.el create mode 100644 app-emacs/all-the-icons-ibuffer/metadata.xml (limited to 'app-emacs/all-the-icons-ibuffer') diff --git a/app-emacs/all-the-icons-ibuffer/Manifest b/app-emacs/all-the-icons-ibuffer/Manifest new file mode 100644 index 000000000000..431b01aa7ce9 --- /dev/null +++ b/app-emacs/all-the-icons-ibuffer/Manifest @@ -0,0 +1 @@ +DIST all-the-icons-ibuffer-1.3.0.tar.gz 16247 BLAKE2B 43551d61aeff8f433ee087bd0361c443f95d12828fab7e8742522fd00d323430d3eb5c6205b580482df0be164dd636c151c30ddebdc36f4a2bc15117683748dd SHA512 f1fcde1cf97f02fef7b52d840296504ff621faa0fb35f530d7f20989545c5f24ba6a7762e0a76f5dca209f8e3c8b73a12c23c7f54d688680aa2b9805dcd2c8d2 diff --git a/app-emacs/all-the-icons-ibuffer/all-the-icons-ibuffer-1.3.0.ebuild b/app-emacs/all-the-icons-ibuffer/all-the-icons-ibuffer-1.3.0.ebuild new file mode 100644 index 000000000000..1e24835199af --- /dev/null +++ b/app-emacs/all-the-icons-ibuffer/all-the-icons-ibuffer-1.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.4 + +inherit elisp + +DESCRIPTION="Display all-the-icons icons for all buffers in Emacs' ibuffer" +HOMEPAGE="https://github.com/seagle0128/all-the-icons-ibuffer/" +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" +BDEPEND="${RDEPEND}" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/all-the-icons-ibuffer/files/50all-the-icons-ibuffer-gentoo.el b/app-emacs/all-the-icons-ibuffer/files/50all-the-icons-ibuffer-gentoo.el new file mode 100644 index 000000000000..cf33c024a408 --- /dev/null +++ b/app-emacs/all-the-icons-ibuffer/files/50all-the-icons-ibuffer-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'all-the-icons-ibuffer-mode "all-the-icons-ibuffer" + "Display icons for all buffers in ibuffer." t) diff --git a/app-emacs/all-the-icons-ibuffer/metadata.xml b/app-emacs/all-the-icons-ibuffer/metadata.xml new file mode 100644 index 000000000000..ca81f430464d --- /dev/null +++ b/app-emacs/all-the-icons-ibuffer/metadata.xml @@ -0,0 +1,13 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/seagle0128/all-the-icons-ibuffer/issues/ + seagle0128/all-the-icons-ibuffer + + -- cgit v1.2.3-65-gdbad