diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-07-27 19:38:29 +0200 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-27 14:18:36 -0400 |
commit | d7502d048f6eb1618c325ec553a1e0e7cca663ab (patch) | |
tree | f201d9e2c7e2041ca2905f08576176a991de4464 /games-arcade | |
parent | games-arcade/ascii-invaders: EAPI8, version bump (1.0.1) (diff) | |
download | gentoo-d7502d048f6eb1618c325ec553a1e0e7cca663ab.tar.gz gentoo-d7502d048f6eb1618c325ec553a1e0e7cca663ab.tar.bz2 gentoo-d7502d048f6eb1618c325ec553a1e0e7cca663ab.zip |
games-arcade/ascii-invaders: add github remote-id, tidy
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21785
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ascii-invaders/metadata.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/games-arcade/ascii-invaders/metadata.xml b/games-arcade/ascii-invaders/metadata.xml index 13dd7d1a5ea3..0a8408a0d680 100644 --- a/games-arcade/ascii-invaders/metadata.xml +++ b/games-arcade/ascii-invaders/metadata.xml @@ -1,13 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -<longdescription> -Ascii-Invaders is a clone of Space Invaders for text-terminals using the -curses library. It compiles and runs on MacOS X, GNU/Linux and probably -any other system with a curses implementation. -</longdescription> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <upstream> + <remote-id type="github">macdice/ascii-invaders</remote-id> + </upstream> </pkgmetadata> |