]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/pfuture: added metadata.xml
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Thu, 30 Sep 2021 01:47:25 +0000 (21:47 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Thu, 30 Sep 2021 01:47:25 +0000 (21:47 -0400)
app-emacs/pfuture/metadata.xml [new file with mode: 0644]

diff --git a/app-emacs/pfuture/metadata.xml b/app-emacs/pfuture/metadata.xml
new file mode 100644 (file)
index 0000000..9876e94
--- /dev/null
@@ -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>