commit: e5db500c4cd86e6bb43e3571886811c6367a37f4 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sun May 14 10:07:36 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sun May 14 11:02:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5db500c
media-gfx/openscad: Add myself as maintainer. Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-gfx/openscad/metadata.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media-gfx/openscad/metadata.xml b/media-gfx/openscad/metadata.xml index 91febb0c874..9e07fd9d783 100644 --- a/media-gfx/openscad/metadata.xml +++ b/media-gfx/openscad/metadata.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<longdescription> + <maintainer type="person"> + <email>[email protected]</email> + <name>michael weber</name> + </maintainer> + <longdescription> OpenSCAD is a software for creating solid 3D CAD objects. Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies. OpenSCAD is free software and available for Linux/UNIX, MS Windows and Mac OS X. -</longdescription> -<use> -</use> + </longdescription> </pkgmetadata>
