app-emacs/rainbow-mode: new package; add version 1.0.6

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-05-06 23:47:40 +02:00
parent ed15138067
commit 6173313ed6
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rainbow-mode-1.0.6.tar 51200 BLAKE2B 950da4039eb392d42281d301de05cb669255b95a4382e582258676082516208980540eeb8b69293e2cd73fda3b0438256def408a2804a58bdb745cd72eeef604 SHA512 a7a3f18239dac7e63d022f513e028718552efc13da9589901a0e64377a00d9f3f56a0b708c55eacaf7b438fd29f7bbdb69fafcc4ba65dd6f9e72a82e3ce7efa7

View File

@@ -0,0 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'rainbow-mode "rainbow-mode"
"Colorize strings that represent colors." t)

View File

@@ -0,0 +1,12 @@
<?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>
<remote-id type="github">emacsmirror/rainbow-mode</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Colorize strings that represent colors inside Emacs buffers"
HOMEPAGE="https://elpa.gnu.org/packages/rainbow-mode.html"
SRC_URI="https://elpa.gnu.org/packages/${P}.tar"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
ELISP_REMOVE="${PN}-pkg.el"
SITEFILE="50${PN}-gentoo.el"