diff options
author | 2022-11-08 20:39:24 +0100 | |
---|---|---|
committer | 2022-11-08 20:58:48 +0100 | |
commit | d511e448af9f56b23b73095b33198f51adf43a6f (patch) | |
tree | ebcfe9884aa6bdc0569a12a5087de80b0f14fbbb /app-emacs/apheleia/metadata.xml | |
parent | dev-util/cargo-ebuild: filter out -flto (diff) | |
download | gentoo-d511e448af9f56b23b73095b33198f51adf43a6f.tar.gz gentoo-d511e448af9f56b23b73095b33198f51adf43a6f.tar.bz2 gentoo-d511e448af9f56b23b73095b33198f51adf43a6f.zip |
app-emacs/apheleia: new package; add 3.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/apheleia/metadata.xml')
-rw-r--r-- | app-emacs/apheleia/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/apheleia/metadata.xml b/app-emacs/apheleia/metadata.xml new file mode 100644 index 000000000000..490f5620cf49 --- /dev/null +++ b/app-emacs/apheleia/metadata.xml @@ -0,0 +1,20 @@ +<?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> + Apheleia is an Emacs Lisp package which allows you to reformat a buffer + without moving point. This solves the usual problem of running a tool like + Prettier or Black on before-save-hook, namely that it resets point to the + beginning of the buffer. Apheleia maintains the position of point relative + to its surrounding text even if the buffer is modified by the reformatting. + </longdescription> + <upstream> + <bugs-to>https://github.com/radian-software/apheleia/issues/</bugs-to> + <remote-id type="github">radian-software/apheleia</remote-id> + </upstream> +</pkgmetadata> |