summaryrefslogtreecommitdiff
path: root/app-emacs/all-the-icons-dired
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/all-the-icons-dired
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'app-emacs/all-the-icons-dired')
-rw-r--r--app-emacs/all-the-icons-dired/Manifest4
-rw-r--r--app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild22
-rw-r--r--app-emacs/all-the-icons-dired/files/50all-the-icons-dired-gentoo.el3
-rw-r--r--app-emacs/all-the-icons-dired/metadata.xml13
4 files changed, 42 insertions, 0 deletions
diff --git a/app-emacs/all-the-icons-dired/Manifest b/app-emacs/all-the-icons-dired/Manifest
new file mode 100644
index 000000000000..c14ef01d3bd6
--- /dev/null
+++ b/app-emacs/all-the-icons-dired/Manifest
@@ -0,0 +1,4 @@
+AUX 50all-the-icons-dired-gentoo.el 163 BLAKE2B e9c6aaeef3b0a8fa465ad9c886ba1c6ce0896a46858c0521fd476c87a5d1015dc688a520d1434aa29ff66df5b91cec209bceeef5ed8a999ee598f02e1f54c0b0 SHA512 286976673c84a7d0e3bb02871969d5f897942b2bf23bd7cca7becf04e43d10693297475c1f7b2d436b67db3d2fea75edf82c0abd2793415f272f9cbd7409a01a
+DIST all-the-icons-dired-2.0.tar.gz 61391 BLAKE2B 685213693ddf8e009565dc3dbb5b44b3b364553f07733346dfd77a261f1da46cedde11b0de5d87d6769cdca921984a445ab2e4ec79bad172fdae0c9f131f9e34 SHA512 1043f921d84da38fedd2abf140645d984bcc817cec7b1d608e8a08e4a828f8ddc4c977c28d35a67b9be3458147beb52b8364e6ffc8e1846eb10028fd53140f78
+EBUILD all-the-icons-dired-2.0.ebuild 526 BLAKE2B 9fae39b59d5b5d606a66c2171aed90d5abb8671e9678a11d385d26dda8ebd3e65c900acadb21572ac7e308b963c1507fee4db0db8da7d31a095da73c97a90bf8 SHA512 431ab3b49be67b3d232a3749f1eb653486320ab8dba80b9d16aefe4089312b4cb3243d6c7a0ad79d849588326061751727ddcf4405d467c81c1a2b2d0682c96a
+MISC metadata.xml 443 BLAKE2B 774ea111465498eefa4c5e18d335ed306e687b6b18f51bdfcaff53d16fbdcc65d3eb5c918fbde680e8aa189abec8946ddf30e50e7086b33eabb1d67dd4e216f7 SHA512 00a30b28f11a88653b5b3c5ec331b239583063506fdb004d52f249653038be194016ce1c1181d1b2fe40e4f641de2364bdb7372583fba560415ae07c8bebfbd8
diff --git a/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild b/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild
new file mode 100644
index 000000000000..20d2896a2583
--- /dev/null
+++ b/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild
@@ -0,0 +1,22 @@
+# 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 icon for each file in Emacs' dired buffer"
+HOMEPAGE="https://github.com/wyuenho/all-the-icons-dired/"
+SRC_URI="https://github.com/wyuenho/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/all-the-icons"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org logo.png )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/all-the-icons-dired/files/50all-the-icons-dired-gentoo.el b/app-emacs/all-the-icons-dired/files/50all-the-icons-dired-gentoo.el
new file mode 100644
index 000000000000..97b86ad2a6e2
--- /dev/null
+++ b/app-emacs/all-the-icons-dired/files/50all-the-icons-dired-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'all-the-icons-dired-mode "all-the-icons-dired"
+ "Display all-the-icons icon for each file in a dired buffer." t)
diff --git a/app-emacs/all-the-icons-dired/metadata.xml b/app-emacs/all-the-icons-dired/metadata.xml
new file mode 100644
index 000000000000..6d28f321438a
--- /dev/null
+++ b/app-emacs/all-the-icons-dired/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/wyuenho/all-the-icons-dired/issues/</bugs-to>
+ <remote-id type="github">wyuenho/all-the-icons-dired</remote-id>
+ </upstream>
+</pkgmetadata>