mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/engrave-faces: new package; add 0.3.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/engrave-faces/Manifest
Normal file
1
app-emacs/engrave-faces/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST engrave-faces-0.3.1.tar.gz 23748 BLAKE2B e58e8a0c03c80682c6d1a69f00148d61fa23ae5df1bf87604e2e259e436f2fe3dafe26dd49aaf520fb8779e4171a609f54442cfcdfd2b608f2d896527a3b230b SHA512 97303d9324013028feda5d357004315536733f2f605995b5cdb69b22a955e030654b8e1595bc80b9070a22e280c3be3f44cbe1e74c12bd5e6d7066e884fc59ce
|
||||
20
app-emacs/engrave-faces/engrave-faces-0.3.1.ebuild
Normal file
20
app-emacs/engrave-faces/engrave-faces-0.3.1.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=27.1
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Convert font-lock faces to other formats"
|
||||
HOMEPAGE="https://github.com/tecosaur/engrave-faces/"
|
||||
SRC_URI="https://github.com/tecosaur/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DOCS=( README.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
1
app-emacs/engrave-faces/files/50engrave-faces-gentoo.el
Normal file
1
app-emacs/engrave-faces/files/50engrave-faces-gentoo.el
Normal file
@@ -0,0 +1 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
19
app-emacs/engrave-faces/metadata.xml
Normal file
19
app-emacs/engrave-faces/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
<longdescription>
|
||||
This package aims to produce a versatile generic core which can process a
|
||||
fontified buffer and elegantly pass the data to any number of backends
|
||||
which can deal with specific output formats.
|
||||
</longdescription>
|
||||
<stabilize-allarches />
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/tecosaur/engrave-faces/issues/</bugs-to>
|
||||
<remote-id type="github">tecosaur/engrave-faces</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user