diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-24 15:15:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-24 17:01:27 -0500 |
commit | 9a534ce223034ddd735530712c7439ce8cf5b346 (patch) | |
tree | 58167e7fbae2be0709dbecaf20ab776cf0ac2c85 /sys-apps/hwids | |
parent | xdg.eclass: drop unneeded old EAPI support (diff) | |
download | gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.tar.gz gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.tar.bz2 gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.zip |
standardize various metadata.xml style
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r-- | sys-apps/hwids/metadata.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/sys-apps/hwids/metadata.xml b/sys-apps/hwids/metadata.xml index 75953f37c7c7..ab5f996fc23f 100644 --- a/sys-apps/hwids/metadata.xml +++ b/sys-apps/hwids/metadata.xml @@ -1,23 +1,23 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <herd>base-system</herd> - <maintainer> - <email>flameeyes@gentoo.org</email> - </maintainer> - <maintainer> - <email>gregkh@gentoo.org</email> - </maintainer> - <maintainer> - <email>floppym@gentoo.org</email> - </maintainer> - <use> - <flag name="net">Install the oui.txt and iab.txt databases</flag> - <flag name="pci">Install the pci.ids database</flag> - <flag name="usb">Install the usb.ids database</flag> - <flag name="udev">Install hwdb.d rules for udev</flag> - </use> - <upstream> - <remote-id type="github">gentoo/hwids</remote-id> - </upstream> +<herd>base-system</herd> +<maintainer> + <email>flameeyes@gentoo.org</email> +</maintainer> +<maintainer> + <email>gregkh@gentoo.org</email> +</maintainer> +<maintainer> + <email>floppym@gentoo.org</email> +</maintainer> +<use> + <flag name='net'>Install the oui.txt and iab.txt databases</flag> + <flag name='pci'>Install the pci.ids database</flag> + <flag name='usb'>Install the usb.ids database</flag> + <flag name='udev'>Install hwdb.d rules for udev</flag> +</use> +<upstream> + <remote-id type='github'>gentoo/hwids</remote-id> +</upstream> </pkgmetadata> |