mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/rainbow-mode: new package; add version 1.0.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/rainbow-mode/Manifest
Normal file
1
app-emacs/rainbow-mode/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rainbow-mode-1.0.6.tar 51200 BLAKE2B 950da4039eb392d42281d301de05cb669255b95a4382e582258676082516208980540eeb8b69293e2cd73fda3b0438256def408a2804a58bdb745cd72eeef604 SHA512 a7a3f18239dac7e63d022f513e028718552efc13da9589901a0e64377a00d9f3f56a0b708c55eacaf7b438fd29f7bbdb69fafcc4ba65dd6f9e72a82e3ce7efa7
|
||||
3
app-emacs/rainbow-mode/files/50rainbow-mode-gentoo.el
Normal file
3
app-emacs/rainbow-mode/files/50rainbow-mode-gentoo.el
Normal file
@@ -0,0 +1,3 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(autoload 'rainbow-mode "rainbow-mode"
|
||||
"Colorize strings that represent colors." t)
|
||||
12
app-emacs/rainbow-mode/metadata.xml
Normal file
12
app-emacs/rainbow-mode/metadata.xml
Normal 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>
|
||||
17
app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild
Normal file
17
app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user