commit:     135408dd3c1fe8b750d06c73a6593850007c806b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 19:34:10 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 20:02:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135408dd

app-emacs/all-the-icons-dired: new package; add version 2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/all-the-icons-dired/Manifest             |  1 +
 .../all-the-icons-dired-2.0.ebuild                 | 22 ++++++++++++++++++++++
 .../files/50all-the-icons-dired-gentoo.el          |  3 +++
 app-emacs/all-the-icons-dired/metadata.xml         | 13 +++++++++++++
 4 files changed, 39 insertions(+)

diff --git a/app-emacs/all-the-icons-dired/Manifest 
b/app-emacs/all-the-icons-dired/Manifest
new file mode 100644
index 000000000000..1cf78994a02c
--- /dev/null
+++ b/app-emacs/all-the-icons-dired/Manifest
@@ -0,0 +1 @@
+DIST all-the-icons-dired-2.0.tar.gz 61391 BLAKE2B 
685213693ddf8e009565dc3dbb5b44b3b364553f07733346dfd77a261f1da46cedde11b0de5d87d6769cdca921984a445ab2e4ec79bad172fdae0c9f131f9e34
 SHA512 
1043f921d84da38fedd2abf140645d984bcc817cec7b1d608e8a08e4a828f8ddc4c977c28d35a67b9be3458147beb52b8364e6ffc8e1846eb10028fd53140f78

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>[email protected]</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>

Reply via email to