app-emacs/engrave-faces: new package; add 0.3.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-12-19 22:28:21 +01:00
parent 1cc17b3fc9
commit 57b062375e
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST engrave-faces-0.3.1.tar.gz 23748 BLAKE2B e58e8a0c03c80682c6d1a69f00148d61fa23ae5df1bf87604e2e259e436f2fe3dafe26dd49aaf520fb8779e4171a609f54442cfcdfd2b608f2d896527a3b230b SHA512 97303d9324013028feda5d357004315536733f2f605995b5cdb69b22a955e030654b8e1595bc80b9070a22e280c3be3f44cbe1e74c12bd5e6d7066e884fc59ce

View 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"

View File

@@ -0,0 +1 @@
(add-to-list 'load-path "@SITELISP@")

View 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>