diff options
author | Sam James <sam@gentoo.org> | 2022-10-04 11:50:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 12:16:39 +0100 |
commit | ad7e7aeb9d87d50cd580e4cdf226bffcf8d38e40 (patch) | |
tree | 12056a5d5c6f42082b2a3b4a6acf07123cd5feda /x11-libs/libast | |
parent | media-libs/tiff: fix cross-compilation and enable LFS (diff) | |
download | gentoo-ad7e7aeb9d87d50cd580e4cdf226bffcf8d38e40.tar.gz gentoo-ad7e7aeb9d87d50cd580e4cdf226bffcf8d38e40.tar.bz2 gentoo-ad7e7aeb9d87d50cd580e4cdf226bffcf8d38e40.zip |
x11-libs/libast: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/metadata.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/x11-libs/libast/metadata.xml b/x11-libs/libast/metadata.xml index 5b5095039f39..542463f59189 100644 --- a/x11-libs/libast/metadata.xml +++ b/x11-libs/libast/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -LibAST is the Library of Assorted Spiffy Things. It contains many -spiffy things, and it is a library. Thus, the ever-so-creative name. -LibAST has been previously known as libmej, the Eterm helper library -which nobody really understood and certainly never used. My current -plan is to gradually remove some of the neat stuff from Eterm that -could be made generic (things like the theme parsing engine, the -command-line options parser, perhaps the event engine, ...) and place -it here in the hopes that others will find them useful. -</longdescription> + <!-- maintainer-needed --> + <longdescription> + LibAST is the Library of Assorted Spiffy Things. It contains many + spiffy things, and it is a library. Thus, the ever-so-creative name. + LibAST has been previously known as libmej, the Eterm helper library + which nobody really understood and certainly never used. My current + plan is to gradually remove some of the neat stuff from Eterm that + could be made generic (things like the theme parsing engine, the + command-line options parser, perhaps the event engine, ...) and place + it here in the hopes that others will find them useful. + </longdescription> + <upstream> + <remote-id type="github">mej/libast</remote-id> + </upstream> </pkgmetadata> |