diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-06-16 15:20:20 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-06-23 22:12:11 +0100 |
commit | 1b8cebf4ee3ea5ebfd34a521e7d967cd10040225 (patch) | |
tree | de2d33f0e5d5dc196c3f8c9481e7fa35223d52c9 /games-util/deutex/metadata.xml | |
parent | media-gfx/exiv2: Drop 0.27.1 (r0) (diff) | |
download | gentoo-1b8cebf4ee3ea5ebfd34a521e7d967cd10040225.tar.gz gentoo-1b8cebf4ee3ea5ebfd34a521e7d967cd10040225.tar.bz2 gentoo-1b8cebf4ee3ea5ebfd34a521e7d967cd10040225.zip |
games-util/deutex: version bump to deutex-5.2.0
Closes: https://bugs.gentoo.org/680460
Closes: https://bugs.gentoo.org/687678
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12262
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util/deutex/metadata.xml')
-rw-r--r-- | games-util/deutex/metadata.xml | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/games-util/deutex/metadata.xml b/games-util/deutex/metadata.xml index 78274e0fa550..9a0a48fe7f21 100644 --- a/games-util/deutex/metadata.xml +++ b/games-util/deutex/metadata.xml @@ -1,8 +1,34 @@ <?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 lang="en"> + DeuTex can do many things with Doom, Freedoom, Heretic, Hexen, + and Strife “WAD” files, such as extracting and inserting + graphics, sounds, levels, and other resources. It can be used + for creating and modifying IWAD (“Internal WAD”) and PWAD + (“Patch WAD”) files both. + + It is a command-line driven program and as such, is suitable for + scripting such as from a shell script or Makefile. + </longdescription> + <maintainer type="person"> + <email>vilhelm.gray@gmail.com</email> + <name>William Breathitt Gray</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <use> + <flag name="man">Build and install man pages</flag> + </use> + <upstream> + <bugs-to>https://github.com/Doom-Utils/deutex/issues</bugs-to> + <doc lang="en">https://github.com/Doom-Utils/deutex</doc> + <remote-id type="github">Doom-Utils/deutex</remote-id> + </upstream> </pkgmetadata> |