diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-04-16 13:07:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-04-16 13:07:24 +0100 |
commit | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch) | |
tree | 464c922e949c7e4d5d891fb2cdda5daee5612537 /app-emacs/all-the-icons-ibuffer | |
parent | e68d405c5d712af4387159df07e226217bdda049 (diff) |
gentoo resync : 16.04.2022
Diffstat (limited to 'app-emacs/all-the-icons-ibuffer')
4 files changed, 43 insertions, 0 deletions
diff --git a/app-emacs/all-the-icons-ibuffer/Manifest b/app-emacs/all-the-icons-ibuffer/Manifest new file mode 100644 index 000000000000..ad23507982a7 --- /dev/null +++ b/app-emacs/all-the-icons-ibuffer/Manifest @@ -0,0 +1,4 @@ +AUX 50all-the-icons-ibuffer-gentoo.el 149 BLAKE2B 16bb40261f940124c17ec3c8982408d4decffcf520f06add3b8104e51ead4aa144aed349530489201580fcbd3a5d91c32b60251b94c919bf3e8011d989e10744 SHA512 cd67f05368993997bb61e818bd7eed90fa79e6278a198da0b2428b366ddcb578fa038d6719db367f148c103ea589aa5fc667686f412f7d90ea0df94bf124bb71 +DIST all-the-icons-ibuffer-1.3.0.tar.gz 16247 BLAKE2B 43551d61aeff8f433ee087bd0361c443f95d12828fab7e8742522fd00d323430d3eb5c6205b580482df0be164dd636c151c30ddebdc36f4a2bc15117683748dd SHA512 f1fcde1cf97f02fef7b52d840296504ff621faa0fb35f530d7f20989545c5f24ba6a7762e0a76f5dca209f8e3c8b73a12c23c7f54d688680aa2b9805dcd2c8d2 +EBUILD all-the-icons-ibuffer-1.3.0.ebuild 526 BLAKE2B ffdb48b86a72c7e1ac1d534c72efed9baffca2d85f59d5a01ed87ec07568d7cb428918b3d702f00514dd0c5d875fe3562b2c874e156865d8ffd36fb90f46af78 SHA512 c9cd8e2eb3222cca7862fb276331d3c809c14f5adcd2600c8fdfa8e578d784ec95ad641aa03fd7710342ce35aa012e9635f0b1d971e2eb5c16e96064344fa9ea +MISC metadata.xml 453 BLAKE2B e089948a9b03d18f99cd84c2925aae7aea619816697511785fb030029656cc00115d525d96c69c8eb7703e701f51814e4a87432fae94c1e2aef6a80b8cc6eca7 SHA512 bd130bf88aa97aea4d07c3ef6c778603794eac6af13b70801c2e6d45dc9c52b2f8aea070013ce8935e5edebae8eeca133b48f4210c186bb78f21e52f544ee254 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 @@ +<?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/seagle0128/all-the-icons-ibuffer/issues/</bugs-to> + <remote-id type="github">seagle0128/all-the-icons-ibuffer</remote-id> + </upstream> +</pkgmetadata> |