summaryrefslogtreecommitdiff
path: root/app-emacs/dircolors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/dircolors
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/dircolors')
-rw-r--r--app-emacs/dircolors/Manifest4
-rw-r--r--app-emacs/dircolors/dircolors-1.0-r2.ebuild16
-rw-r--r--app-emacs/dircolors/files/50dircolors-gentoo.el4
-rw-r--r--app-emacs/dircolors/metadata.xml9
4 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/dircolors/Manifest b/app-emacs/dircolors/Manifest
new file mode 100644
index 000000000000..7d5c78c86714
--- /dev/null
+++ b/app-emacs/dircolors/Manifest
@@ -0,0 +1,4 @@
+AUX 50dircolors-gentoo.el 172 BLAKE2B 4bbe09eebcc645dd81568fd6b9b26b3b8abeac9d783a5bfc12e972516c969a0797902fdf4bea3b8eec4eb89af6139553d1d6acde3eeae9b7aa191c30f2201d89 SHA512 4daa55a685b35a7985071901b89ac4e10f172375063f8057679eb690144168f65c21d6016905202aa94d6daa1e6986dba684aa4f9964c06fdd3436cddbfbd6bb
+DIST dircolors-1.0.tar.gz 2597 BLAKE2B e215e172d09699592b23dfa686945309ced317cdcdd27ac7632147adf51899f64662113aadaf87b8bd8bb2415afea9158c87d4c99ce3a586267c715d62d8e825 SHA512 345faf78607ce7522b21b14b34643b8c9864648bc99327ce7699daed91bf0050f69e3f3d229df4271ba47d8262b8555c394e6d4b3038ffb7fa53d5aea7cb69f7
+EBUILD dircolors-1.0-r2.ebuild 396 BLAKE2B 857019034d725af8cfc6c28a92406ee0e3d3ec4a8827c07b13901f742aa9ddc94e075d73318e97ba5d316299402b6706beb7f38bf7067bff8ba8a5206ebd1ea7 SHA512 9f32c7986ae5463659273feb5a4e6539b19cd9be4789a8b7c6e41846918661fc84484b69f68e2e4d8e47627df49881d880c407f251cad8db6086dd66c299c8dc
+MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/dircolors/dircolors-1.0-r2.ebuild b/app-emacs/dircolors/dircolors-1.0-r2.ebuild
new file mode 100644
index 000000000000..6593fd6bacd1
--- /dev/null
+++ b/app-emacs/dircolors/dircolors-1.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Provide the same facility of ls --color inside Emacs"
+HOMEPAGE="http://lfs.irisa.fr/~pad/rawaccess.query/hacks/dircolors.el"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ppc64 x86"
+
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/dircolors/files/50dircolors-gentoo.el b/app-emacs/dircolors/files/50dircolors-gentoo.el
new file mode 100644
index 000000000000..618b17ca7317
--- /dev/null
+++ b/app-emacs/dircolors/files/50dircolors-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'dircolors "dircolors" nil t)
+(add-hook 'completion-list-mode-hook 'dircolors)
+(add-hook 'buffer-menu-mode-hook 'dircolors)
diff --git a/app-emacs/dircolors/metadata.xml b/app-emacs/dircolors/metadata.xml
new file mode 100644
index 000000000000..c918cdef9591
--- /dev/null
+++ b/app-emacs/dircolors/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+</pkgmetadata>