summaryrefslogtreecommitdiff
path: root/app-emacs/emacs-aio
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 10:29:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 10:29:35 +0000
commita6edbe1d116f3115483abe4147585663d7ff4112 (patch)
treef5ac0aedf022f393d5ee05b11bb90243d8f389c7 /app-emacs/emacs-aio
parent585411f8a551570e81d5af64aac1ac83374fd93e (diff)
downloadbaldeagleos-repo-a6edbe1d116f3115483abe4147585663d7ff4112.tar.gz
baldeagleos-repo-a6edbe1d116f3115483abe4147585663d7ff4112.tar.xz
baldeagleos-repo-a6edbe1d116f3115483abe4147585663d7ff4112.zip
Adding metadata
Diffstat (limited to 'app-emacs/emacs-aio')
-rw-r--r--app-emacs/emacs-aio/metadata.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/app-emacs/emacs-aio/metadata.xml b/app-emacs/emacs-aio/metadata.xml
index 07a12f84c7c6..cb7939f03fd8 100644
--- a/app-emacs/emacs-aio/metadata.xml
+++ b/app-emacs/emacs-aio/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <longdescription>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <longdescription>
aio is to Emacs Lisp as asyncio is to Python. This package builds upon
Emacs 25 generators to provide functions that pause while they wait on
asynchronous events. They do not block any thread while paused. The main
@@ -18,9 +17,9 @@
and asynchronous functions are actually iterators in disguise, operated as
stackless, asymmetric coroutines.
</longdescription>
- <stabilize-allarches />
- <upstream>
- <bugs-to>https://github.com/skeeto/emacs-aio/issues/</bugs-to>
- <remote-id type="github">skeeto/emacs-aio</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <bugs-to>https://github.com/skeeto/emacs-aio/issues/</bugs-to>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file