diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:47:25 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:47:25 -0400 |
commit | 25ecc008e9aeadccb2eb56756eda31563b5c7205 (patch) | |
tree | 8d1364741f4cb288cc47d8600ded7d63df15fcc1 /app-emacs | |
parent | a4330d629575c56a2a3a997942ca691a694379dc (diff) | |
download | ebuilds-25ecc008e9aeadccb2eb56756eda31563b5c7205.tar.gz |
app-emacs/pfuture: added metadata.xml
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pfuture/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/pfuture/metadata.xml b/app-emacs/pfuture/metadata.xml new file mode 100644 index 0000000..9876e94 --- /dev/null +++ b/app-emacs/pfuture/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>jturner.usa+gentoo@gmail.com</email> + <name>John Turner</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">Alexander-Miller/pfuture</remote-id> + <doc>https://github.com/Alexander-Miller/pfuture/blob/master/README.org</doc> + </upstream> + <longdescription> + A set of simple functions wrapping Emacs’ existing process + creation capabilities. It allows to conveniently deal with + external processes in an asynchronous manner without having + to worry about stdout buffers and filter and sentinel-functions. + </longdescription> +</pkgmetadata> |