commit: 4583c9d25bd3bfd0c831594bf161f3a687f2eefb Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Sep 18 16:46:07 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 16:50:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4583c9d2
dev-perl/UUID-Tiny: fix mixed metadata.xml indentation Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/UUID-Tiny/metadata.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml index cfac002a425..6fe837cf7d9 100644 --- a/dev-perl/UUID-Tiny/metadata.xml +++ b/dev-perl/UUID-Tiny/metadata.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <description>Maintainer</description> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <description>Proxy maintainer</description> - </maintainer> - <maintainer type="project"> + <maintainer type="person"> + <email>[email protected]</email> + <description>Maintainer</description> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <description>Proxy maintainer</description> + </maintainer> + <maintainer type="project"> <email>[email protected]</email> <name>Proxy Maintainers</name> </maintainer> - <longdescription>UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.</longdescription> + <longdescription>UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.</longdescription> <upstream> <remote-id type="cpan">UUID-Tiny</remote-id> <remote-id type="cpan-module">UUID::Tiny</remote-id>
